*perturbationshapecreate
Creates a perturbation shape.
Syntax
*perturbationshapecreate name vectorcolid
Type
HyperMesh Tcl Modify Command
Description
Creates a perturbation shape.
Inputs
- name
- The name of the shape.
- vectorcolid
- The ID of the vector collector that contains the perturbation vectors.
Example
To create a shape "sh1" that has its perturbation vectors in a vector collector of ID 5:
*perturbationshapecreate("sh1",1)
Errors
None.