Uses of Enum Class
com.openinventor.inventor.actions.SoGetBoundingBoxAction.ResetTypes
Packages that use SoGetBoundingBoxAction.ResetTypes
-
Uses of SoGetBoundingBoxAction.ResetTypes in com.openinventor.inventor.actions
Methods in com.openinventor.inventor.actions that return SoGetBoundingBoxAction.ResetTypesModifier and TypeMethodDescriptionSoGetBoundingBoxAction.getWhatReset()Returns what flags were specified to be reset for the reset path.SoGetBoundingBoxAction.ResetTypes.valueOf(int val) Returns the enum constant of this type with the specified integer valueReturns the enum constant of this class with the specified name.static SoGetBoundingBoxAction.ResetTypes[]SoGetBoundingBoxAction.ResetTypes.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.openinventor.inventor.actions with parameters of type SoGetBoundingBoxAction.ResetTypesModifier and TypeMethodDescriptionvoidSoGetBoundingBoxAction.setResetPath(SoPath path, boolean resetBefore, SoGetBoundingBoxAction.ResetTypes what) If a non-NULL path is specified, the action will reset the computed bounding box to be empty and/or the current transformation to identity.