Uses of Enum Class
com.openinventor.inventor.nodes.SoUnits.UnitsType
Packages that use SoUnits.UnitsType
-
Uses of SoUnits.UnitsType in com.openinventor.inventor.actions
Methods in com.openinventor.inventor.actions that return SoUnits.UnitsTypeModifier and TypeMethodDescriptionSoCallbackAction.getUnits()
Returns the current units from the state. -
Uses of SoUnits.UnitsType in com.openinventor.inventor.nodes
Fields in com.openinventor.inventor.nodes with type parameters of type SoUnits.UnitsTypeModifier and TypeFieldDescriptionfinal SoSFEnum
<SoUnits.UnitsType> SoUnits.units
Defines the current unit.Methods in com.openinventor.inventor.nodes that return SoUnits.UnitsTypeModifier and TypeMethodDescriptionstatic SoUnits.UnitsType
SoUnits.UnitsType.valueOf
(int val) Returns the enum constant of this type with the specified integer valuestatic SoUnits.UnitsType
Returns the enum constant of this class with the specified name.static SoUnits.UnitsType[]
SoUnits.UnitsType.values()
Returns an array containing the constants of this enum class, in the order they are declared.