Uses of Enum Class
com.openinventor.inventor.nodes.SoRotationXYZ.AxisType
Packages that use SoRotationXYZ.AxisType
-
Uses of SoRotationXYZ.AxisType in com.openinventor.inventor.nodes
Fields in com.openinventor.inventor.nodes with type parameters of type SoRotationXYZ.AxisTypeModifier and TypeFieldDescriptionfinal SoSFEnum
<SoRotationXYZ.AxisType> SoRotationXYZ.axis
Rotation axis.Methods in com.openinventor.inventor.nodes that return SoRotationXYZ.AxisTypeModifier and TypeMethodDescriptionstatic SoRotationXYZ.AxisType
SoRotationXYZ.AxisType.valueOf
(int val) Returns the enum constant of this type with the specified integer valuestatic SoRotationXYZ.AxisType
Returns the enum constant of this class with the specified name.static SoRotationXYZ.AxisType[]
SoRotationXYZ.AxisType.values()
Returns an array containing the constants of this enum class, in the order they are declared.