Uses of Class
com.openinventor.inventor.elements.SoUnitsElement.Units
-
Packages that use SoUnitsElement.Units Package Description com.openinventor.inventor.elements The element classes are used internally for storing information in Open Inventor's traversal state list. -
-
Uses of SoUnitsElement.Units in com.openinventor.inventor.elements
Methods in com.openinventor.inventor.elements that return SoUnitsElement.Units Modifier and Type Method Description static SoUnitsElement.Units
SoUnitsElement. get(SoState state)
Returns current units from the state.static SoUnitsElement.Units
SoUnitsElement. getDefault()
Returns the default units.static SoUnitsElement.Units
SoUnitsElement.Units. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic SoUnitsElement.Units
SoUnitsElement.Units. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoUnitsElement.Units[]
SoUnitsElement.Units. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.openinventor.inventor.elements with parameters of type SoUnitsElement.Units Modifier and Type Method Description static void
SoUnitsElement. set(SoState state, SoUnitsElement.Units units)
Sets the current units in the state.static void
SoUnitsElement. set(SoState state, SoNode name_24774, SoUnitsElement.Units units)
Sets the current units in the state.
-