*BeginAssemblySelections()

Indicates the beginning of an assembly selections block.

Syntax

*BeginAssemblySelections()

Example

*BeginWizardSelections()
 
*BeginAssemblySelections()
 *Selection(model_type, "Full vehicle")
 *Selection(drive_type, "Front wheel drive")
 *Selection(sys_body, "Body")
 *Selection(sys_frnt_sub, "Frnt subframe")
 
 
 *Selection(sys_driveline, "Independent fwd")
 *EndAssemblySelections()
 *BeginTaskSelections()
 *Selection(full_task, "an_brake_turn_event")
 *EndTaskSelections()
*EndWizardSelections()

Context

*BeginWizardSelections()

Comments

The *BeginAssemblySelections statement applies only to models built using the Assembly Wizard. For the new assembly capability starting in version 11.0, a statement called *BeginAssemblySelection has been introduced.

Every *BeginAssemblySelections() statement requires a closing *EndAssemblySelections() statement.

Only one *BeginAssemblySelections() block can appear in a *BeginWizardSelections() block.

This block saves all the selections from the radio groups and system groups of the Assembly Wizard to create the model.