*morphsplitmorphvolumes
Splits the morph volumes in the model given the specified morph volume edge.
Syntax
*morphsplitmorphvolumes n1 n2 split hand tangent
Type
HyperMesh Tcl Modify Command
Description
Splits the morph volumes in the model given the specified morph volume edge.
Inputs
- n1
- ID of first end node of morph volume edge.
- n2
- ID of second end node of morph volume edge.
- split
- If > 1.0: number of splits
- hand
- 0 = do not create handles for morph volumes
- tangent
- 0 = no tangency
Example
*morphsplitmorphvolumes (21,22,2.0,1,1)
This command will propagate one or more splits along the specified morph volume edge through the entire morph volume "matrix" so that it remains consistent.
Newly formed morph volumes can optionally have handles and tangency automatically applied.
The higher the value of 'split' (if less than 1.0), the closer to n2 the split will occur.
Errors
None.