*EndAssemblySelections()

Indicates the end of an assembly's selections block.

Syntax

*EndAssemblySelections()

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

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.