*morphupdateendcondition
Updates the end condition of one or two morph volume edges.
Syntax
*morphupdateendcondition n1 n2 n3 x y z mode
Type
HyperMesh Tcl Modify Command
Description
Updates the end condition of one or two morph volume edges.
Inputs
- n1
- Node at end of first edge.
- n2
- Node between first edge and second edge.
- n3
- Node at end of second edge (if necessary).
- x
- X component of vector for end direction
- y
- Y component of vector for end direction
- z
- Z component of vector for end direction
- mode
- 0 = free
Example
*morphupdateendcondition (21,22,23,1.0,0.0,0.0,1)
This command either frees the specified edge end, sets the direction of the edge end equal to the given vector, or enforces a tangency condition between two edges. The end of an edge which is affected by this command is marked by n1.
Errors
None.