*morphloadmvols

Loads morph volume, handle, and shape data from a file.

Syntax

*morphloadmvols morphmvolfile nauto

Type

HyperMesh Tcl Modify Command

Description

Loads morph volume, handle, and shape data from a file.

Inputs

morphmvolfile
Name of data file written using *morphsavemvols ().
nauto
0 - Do not register all nodes found inside morph volumes
1 - Register all nodes found inside morph volumes

Example

*morphloadmvols ("mvols.dat",1)

This command will load all morph volumes, handles, and shapes in the specified file and load them into the model. Optionally, nodes in the model can be registered for the loaded morph volumes.

Errors

None.