Uses of Enum Class
com.openinventor.inventor.elements.SoBBoxTypeElement.Types
Packages that use SoBBoxTypeElement.Types
Package
Description
The element classes are used internally for storing information in Open Inventor's traversal state list.
-
Uses of SoBBoxTypeElement.Types in com.openinventor.inventor.elements
Methods in com.openinventor.inventor.elements that return SoBBoxTypeElement.TypesModifier and TypeMethodDescriptionstatic SoBBoxTypeElement.TypesReturns current BBox type from the state.static SoBBoxTypeElement.TypesSoBBoxTypeElement.getDefault()Returns the default BBox type.static SoBBoxTypeElement.TypesSoBBoxTypeElement.Types.valueOf(int val) Returns the enum constant of this type with the specified integer valuestatic SoBBoxTypeElement.TypesReturns the enum constant of this class with the specified name.static SoBBoxTypeElement.Types[]SoBBoxTypeElement.Types.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.openinventor.inventor.elements with parameters of type SoBBoxTypeElement.TypesModifier and TypeMethodDescriptionstatic voidSoBBoxTypeElement.set(SoState state, SoBBoxTypeElement.Types type) Sets the current BBox type in the state.static voidSoBBoxTypeElement.set(SoState state, SoNode name_8872, SoBBoxTypeElement.Types type) Sets the current BBox type in the state.