*morphshapecreatecolor

Creates a new shape out of the applied morphs, with a specified color.

Syntax

*morphshapecreatecolor shapename option color

Type

HyperMesh Tcl Modify Command

Description

Creates a new shape out of the applied morphs, with a specified color.

Inputs

shapename
Name of shape.
option
Set shape’s save options:
  • 0 - Save as handle and node perturbations
  • 1 - Save as pure node perturbations
  • 2 - Save as node perturbations without global handle nodes
color
The shape’s color (an integer from 0 to 63).

Example

*morphshapecreatecolor ("groovy",0,15)

The specified shape will be created representing the difference between the current node and handle positions and the original node and handle positions.

Saving as handle and node perturbations will try to save everything done as handle perturbations except where biasing factors have changed and constraints have been applied. Saving as pure node perturbations will save the shape exclusively as node perturbations. The difference comes into play when new handles are created. If a shape is saved as handles and nodes, a new handle will not move when the shape is applied, possibly changing the shape. If a shape is saved as pure nodes, a new handle will move along with its grid.

Saving as node perturbations without global handle nodes (option 2) will save the shape as node perturbations excluding the node perturbations for global handles.

Errors

None.