ID_NAME |
= <id_name_of_morph_area > |
Name of the morphing area. |
ND_GROUP |
= <morph_area_nd_group > |
Name of the node group. |
TYPE |
|
Morphing type. |
|
= NORMAL |
Nodes are moved in normal direction |
|
= VECTOR |
nodes are moved in a distinct direction specified by VEC_DIR |
TRANSITION_ZONE |
= <number > = 0 |
Number of nodes uses as transition zone. 0 means no transition zone, otherwise positive integer. |
CS |
= <name of coordinate system >
= CS_0
|
The CS parameter to specify a coordinate system is optional but might only be given if TYPE=VECTOR is used. By default, the standard Cartesian coordinate system (CS_0) is used.
Only rectangular or cylindrical coordinate systems are allowed. The parameter VEC_DIR is interpreted as vector in this coordinate system.
Its main purpose is to support movements in cylindrical coordinate systems.
|
VEC_DIR |
= <x >, <y >, <z >
|
VEC_DIR might only be given if TYPE=VECTOR.
All nodes in the morph area group are moved "csv unit times" in VEC_DIR (w.r.t. the specified CS) direction.
|