SoTransformBoxManip¶
- InventorModule¶
genre
author
package
definition
keywords
Purpose¶
SoTransformBoxManip is derived from SoTransform (via SoTransformerManip). When its fields change, nodes following it in the scene graph rotate, scale, and/or translate.
As a subclass of SoTransformerManip, this manipulator also features a 3D interface to edit some of its fields. In this case, the interface modifies the Scale Factor, Rotation, and Translation fields.
A manipulator differs from a dragger. When you move a dragger, no other nodes are affected. However, when you move an SoTransformerManip, other nodes move along with it.
Interaction¶
Press Shift to constrain the translation to a single direction.
Windows¶
Default Panel¶
Output Fields¶
self¶
- name: self, type: SoNode¶
Parameter Fields¶
Field Index¶
|
|
|
|
|
Visible Fields¶
Translation¶
- name: translation, type: Vector3, default: 0 0 0¶
Sets and shows the translation of the manipulator.
Rotation¶
- name: rotation, type: Rotation, default: 0 0 1 0¶
Sets and shows the rotation of the manipulator.
Scale Factor¶
- name: scaleFactor, type: Vector3, default: 1 1 1¶
Sets and shows the scaling of the manipulator.
Scale Orientation¶
- name: scaleOrientation, type: Rotation, default: 0 0 1 0¶
Sets and shows the scale orientation of the manipulator.
Center¶
- name: center, type: Vector3, default: 0 0 0¶
Sets and shows the center of rotation and scale of the manipulator.