SoComposeRotation¶
- InventorModule¶
genre
author
package
definition
Purpose¶
The engine SoComposeRotation has two inputs, representing an axis of rotation and a rotation angle in radians. As output, the engine composes the inputs into a rotation field.
Windows¶
Default Panel¶
Parameter Fields¶
Visible Fields¶
Axis¶
- name: axis, type: Vector3List, default: 0 0 1¶
Sets the axis of rotation.
Angle¶
- name: angle, type: DoubleList, default: 0¶
Sets the angle of rotation in radians.
Rotation¶
- name: rotation, type: EngineOutput, persistent: no¶
Outputs the rotation that is defined by the fields
AxisandAngle.
This field must be connected to an appropriate Open Inventor field to access or view its value.