HyperWorks Desktop

*BeginModel()

Indicates the beginning of a model block.

*BeginModel()

Indicates the beginning of a model block.

Previous topic Next topic No expanding text in this topic  

*BeginModel()

Indicates the beginning of a model block.

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

Syntax

*BeginModel(filename, reader name, label)

Arguments

Name

Description

 

filename

The absolute model filename.

 

reader name

The model reader name.

 

label

The model label.

Substatements

*BeginAssembly()

*BeginCollision()

*BeginContour()

*BeginDeformed()

*BeginExplosion()

*BeginFLD()

*BeginGroup()

*BeginMask()

*BeginMeasures()

*BeginPart()

*BeginSectionCut()

*BeginTracing()

*BeginTracking()

*PartAssemblyVisibility()

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

This block captures all model-specific operations performed with different panels. All session statements that are model-specific come within this block. This includes information about parts, assemblies, groups, tracing, tracking, masking, collision, explosion, deformation, section cut, and the FLD curves.

Every *BeginModel() statement requires a closing *EndModel() statement.

See also

 

*BeginAssembly()

*BeginCollision()

*BeginContour()

*BeginDeformed()

*BeginExplosion()

*BeginFLD()

*BeginGroup()

*BeginMask()

*BeginMeasures()

*BeginPart()

*BeginSectionCut()

*BeginTracing()

*BeginTracking()

*PartAssemblyVisibility()

*EndModel()

*System() in MDL Reference

List of Session Statements