*BeginPanel()

Indicates the beginning of a panel definition block.

Syntax

*BeginPanel()

Example

*BeginPanel()
  *Title("Model Type")
  *Prompt("Select the model type.")
  *BeginRadioGroup(model_type, "Model type")
    *Item("Front end of vehicle", "Front end of vehicle")    
    *Item("Rear end of vehicle", "Rear end of vehicle") 
    *Item("Full vehicle", "Full vehicle")    
    *Item("Powertrain", "Powertrain model")      
  *EndGroup()
*EndPanel()

Comments

A *BeginPanel() statement indicates the beginning of a Wizard selection panel. These panels are displayed sequentially when you select the Assembly Wizard or the Analysis Wizard from the pull down menu. Assembly Wizard panels can contain radio or system groups. Analysis wizard panels can contain radio or task groups.