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