*morphloaddata

Loads handle and/or shape data from a file.

Syntax

*morphloaddata morphdatafile mode hand shape

Type

HyperMesh Tcl Modify Command

Description

Loads handle and/or shape data from a file.

Inputs

morphdatafile
name of data file written using *morphsavedata().
mode
0 - Append to model.
1 - Overwrite existing entities.
hand
0 - Ignore handles in file.
1 - Read handles in file.
shape
0 - Ignore shapes in file.
1 - Read shapes in file.

Example

Overwriting handles will force the deletion of all handles in the global domain.

Overwriting shapes will delete all shapes in the model.

Appending for either handles or shapes will cause any existing handle shape with that name to be renamed. The handles and shapes read in will retain their names.

Appending for handles will create a new global domain.


*morphloaddata ("global.dat",1,1,1)

Errors

None.