HyperWorks Desktop

*EndMdl()

Indicates the end of an MDL block.

*EndMdl()

Indicates the end of an MDL block.

Previous topic Next topic No expanding text in this topic  

*EndMdl()

Indicates the end of an MDL block.

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

Syntax

*EndMdl()

Example

*BeginMdl(full,   "Full vehicle model")

   *System(sys_frnt,        "Front suspension",
           sys_def_name_frnt_susp,
           B_ground)

   *System(sys_rear,        "Rear suspension",
           sys_def_name_rear_susp,
           B_ground)

   *SetSystem(sys_frnt)

   *SetSystem(sys_rear)

*EndMdl()

Application

MBD Model.

Context

*BeginPage()

Comments

Every *BeginMdl() statement requires an ending *EndMdl() statement.

See also

 

*BeginModel()

*System() in MDL Reference

List of Session Statements