Uses of Class
com.openinventor.inventor.nodes.SoResetTransform.ResetTypes
-
Packages that use SoResetTransform.ResetTypes Package Description com.openinventor.inventor.nodes -
-
Uses of SoResetTransform.ResetTypes in com.openinventor.inventor.nodes
Fields in com.openinventor.inventor.nodes with type parameters of type SoResetTransform.ResetTypes Modifier and Type Field Description SoSFBitMask<SoResetTransform.ResetTypes>
SoResetTransform. whatToReset
Specifies which items to reset when the node is traversed.Methods in com.openinventor.inventor.nodes that return SoResetTransform.ResetTypes Modifier and Type Method Description static SoResetTransform.ResetTypes
SoResetTransform.ResetTypes. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic SoResetTransform.ResetTypes
SoResetTransform.ResetTypes. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoResetTransform.ResetTypes[]
SoResetTransform.ResetTypes. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-