Uses of Enum Class
com.openinventor.inventor.nodes.SoResetTransform.ResetTypes
Packages that use SoResetTransform.ResetTypes
-
Uses of SoResetTransform.ResetTypes in com.openinventor.inventor.nodes
Fields in com.openinventor.inventor.nodes with type parameters of type SoResetTransform.ResetTypesModifier and TypeFieldDescriptionSoResetTransform.whatToReset
Specifies which items to reset when the node is traversed.Methods in com.openinventor.inventor.nodes that return SoResetTransform.ResetTypesModifier and TypeMethodDescriptionstatic SoResetTransform.ResetTypes
SoResetTransform.ResetTypes.valueOf
(int val) Returns the enum constant of this type with the specified integer valuestatic SoResetTransform.ResetTypes
Returns the enum constant of this class with the specified name.static SoResetTransform.ResetTypes[]
SoResetTransform.ResetTypes.values()
Returns an array containing the constants of this enum class, in the order they are declared.