HyperWorks Desktop

*EndModel()

Indicates the end of a model block.

*EndModel()

Indicates the end of a model block.

Previous topic Next topic No expanding text in this topic  

*EndModel()

Indicates the end of a model block.

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

Syntax

*EndModel()

Example

*BeginModel({GRAPHIC_FILE_1},

           "LS-DYNA d3plot Result Reader",

           "STUDY MODULE HO-LSDYNA BUMPER EXAMPLE")

  *ResultSource({RESULT_FILE_1},

                "LS-DYNA d3plot Result Reader", 1)

     *BeginPart(1, "Shell", "PART", 0)

        *Attribute(On, IdOff, 18, Opa, Sha)

     *EndPart()

*EndModel()

Application

HyperView

Context

*BeginPage()

*BeginWindow()

Comments

Every *BeginModel() statement requires an ending *EndModel() statement.

See also

 

*BeginModel()

List of Session Statements