*EndModel()
Indicates the end of a model block.
Syntax
*EndModel()
Application
HyperView
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
Every *BeginModel() statement requires an ending *EndModel() statement.