*BeginModel()
Indicates the beginning of a model block.
Syntax
*BeginModel (filename, reader name, label)
Application
HyperView
Substatements
*BeginAssembly()
*BeginCollision()
*BeginContour()
*BeginDeformed()
*BeginExplosion()
*BeginFLD()
*BeginGroup()
*BeginMask()
*BeginMeasures()
*BeginPart()
*BeginSectionCut()
*BeginTracing()
*BeginTracking()
*PartAssemblyVisibility()
Inputs
- filename
 - The absolute model filename.
 - reader name
 - The model reader name.
 - label
 - The model label.
 
Context
*BeginPage()
*BeginWindow()
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()
      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.