Indicates the beginning of a model block.
*BeginModel()Indicates the beginning of a model block. |
|||||
*BeginModel()Indicates the beginning of a model block. |
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() |
|
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 |
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() *System() in MDL Reference |