Indicates the beginning of the added model information.
*BeginModel() - Add Object PanelIndicates the beginning of the added model information. |
|||||
*BeginModel() - Add Object PanelIndicates the beginning of the added model information. |
Syntax |
*BeginModel(path, reader, label) |
|
Arguments |
Name |
Description |
path |
The absolute path of the model file. |
|
reader |
The reader name used to load this model file. |
|
label |
The label given to this model. |
|
Substatements |
||
Example |
*BeginModel("C:/cam2.g", "ALTAIR G File", "C:/cam2.g") |
|
Application |
HyperView. |
|
Comments |
If parts from different models are added, then multiple *BeginModel() blocks are written out to the session file. This block captures the information about the model, from which parts are added to the loaded model. |
|
See also |
|
|