SoRotationXYZ¶
- InventorModule¶
genre
author
package
definition
Purpose¶
The node SoRotationXYZ defines a 3D rotation about one of the three principal axes.
The rotation is accumulated into the current transformation, which is applied to subsequent shapes.
Windows¶
Default Panel¶
Output Fields¶
self¶
- name: self, type: SoNode¶
Parameter Fields¶
Visible Fields¶
Axis¶
- name: axis, type: Enum, default: X¶
Defines the rotation axis.
Values:
Title |
Name |
Description |
|---|---|---|
X |
X |
The rotation is around the x-axis. |
Y |
Y |
The rotation is around the y-axis. |
Z |
Z |
The rotation is around the z-axis. |
Angle¶
- name: angle, type: Float, default: 0¶
Sets the rotation angle in radians according to the right-hand rule.