Indicates the end of an MDL block.
Syntax |
*EndMdl() |
Example |
*BeginMdl(full, "Full vehicle model") *System(sys_frnt, "Front suspension", *System(sys_rear, "Rear suspension", *SetSystem(sys_frnt) *SetSystem(sys_rear) *EndMdl() |
Application |
MBD Model. |
Context |
|
Comments |
Every *BeginMdl() statement requires an ending *EndMdl() statement. |
See also |
|
*System() in MDL Reference |