HyperWorks Desktop

*BeginMdl()

Indicates the beginning of an MDL block.

*BeginMdl()

Indicates the beginning of an MDL block.

Previous topic Next topic No expanding text in this topic  

*BeginMdl()

Indicates the beginning of an MDL block.

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

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",
                 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()

            • • •

   *EndModel()

*EndWindow()

Application

MotionView.

Context

*BeginModel()

*BeginPage()

*BeginWindow()

Comments

MDL blocks contain MDL statements which define a mechanical system model.

 

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

See also

 

*EndMdl()

List of Session Statements