Indicates the beginning of an MDL block.
*BeginMdl()Indicates the beginning of an MDL block. |
|||||
*BeginMdl()Indicates the beginning of an MDL block. |
Syntax |
*BeginMdl(model_name, "model_label") |
||
Arguments |
Name |
Data type |
Description |
model_name |
varname |
The variable name of the model. |
|
model_label |
label |
The descriptive label of the model. |
|
Example |
*BeginWindow(Model) • • • *BeginModel() *BeginMdl(full, "Full vehicle model") *System(sys_frnt, "Front suspension", *System(sys_rear, "Rear suspension", *SetSystem(sys_frnt) • • • *SetSystem(sys_rear) • • • *EndMdl() • • • *EndModel() *EndWindow() |
||
Application |
MotionView. |
||
Context |
|||
Comments |
MDL blocks contain MDL statements which define a mechanical system model. |
||
Every *BeginMdl() statement requires an *EndMdl() statement. |
|||
See also |
|
||