Value > MAXWrapper > Node > Helper > ExposeTm |
This Helper object can be used to extract position and rotation data from any scene nodes to be used as input for scripted controllers, wire controllers etc. It simplifies significantly the creation of custom animation rigs.
Get/Set the size of the helper in world units.
When set to true, displays a small X marker at the center of the helper.
When set to true, displays a tripod axis indicating the position and orientation of the helper. The axis remains visible when the helper is no longer selected.
When set to true, displays an axis-aligned cross.
When set to true, displays a small box at the center of the helper.
When set to true, keeps the size of the helper constant, regardless of how much you zoom in or out.
When set to true, the helper object draws lines with the Z buffer turned off (which usually causes it to appear in front of other objects).
Get/Set the node whose Transformations should be exposed.
Get/Set the local reference node to be used for relative values calculation.
When set to true, the parent node of the .exposeNode will be used as the reference node. If there is no parent node, the World is the parent of the . exposeNode .
When set to false, the explicitly specified .localReferenceNode will be used as the reference node.
<ExposeTm>.eulerXOrder (Euler_X_Order) : integer <ExposeTm>.eulerYOrder (Euler_Y_Order) : integer <ExposeTm>.eulerZOrder (Euler_Z_Order) : integer <ExposeTm>.stripNUScale (Strip_Non_Uniform_Scale) : boolean
When set to true, non-uniform scale values will be stripped from the transformation matrix before the values are calculated. When set to false, non-uniform scaling will affect the exposed values.
Returns the local rotation as Point3 Euler Angles value.
Returns the local Euler X rotation value.
Returns the local Euler Y rotation value.
Returns the local Euler Z rotation value.
Returns the world rotation as Point3 Euler Angles value.
Returns the world Euler X rotation value.
Returns the local position as Point3 value.
Returns the X component of the local position.
Returns the Y component of the local position.
Returns the Z component of the local position.
Returns the world position as Point3 value.
Returns the X component of the world position.
Returns the size of the world-oriented bounding box as a Point3 value.
Returns the X component of the size of the world-oriented bounding box.
Returns the Y component of the size of the world-oriented bounding box.
Returns the Z component of the size of the world-oriented bounding box.
Get/Set the time offset value. When the .useTimeOff set property is set to true, the values returned by the ExposeTM Helper will be calculated at a time which is offset from the current time by the .timeOffset value.
Returns the distance to the Reference node.If the reference node is set to Parent and there is no parent, this effectively returns the distance to the World origin.