*BeginModel() - Add Object Panel

Indicates the beginning of the added model information.

Syntax

*BeginModel (path, reader, label)

Application

HyperView

Substatements

*BeginPart()

Inputs

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.

Example

*BeginModel("C:/cam2.g",  "ALTAIR G File", "C:/cam2.g")

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.