HyperWorks Desktop

*BeginModel() - Add Object Panel

Indicates the beginning of the added model information.

*BeginModel() - Add Object Panel

Indicates the beginning of the added model information.

Previous topic Next topic No expanding text in this topic  

*BeginModel() - Add Object Panel

Indicates the beginning of the added model information.

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

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

*BeginPart()

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

 

*EndModel()

List of Session Statements