Uses of Enum Class
com.openinventor.inventor.nodes.SoComplexity.BboxTypes
Packages that use SoComplexity.BboxTypes
-
Uses of SoComplexity.BboxTypes in com.openinventor.inventor.nodes
Fields in com.openinventor.inventor.nodes with type parameters of type SoComplexity.BboxTypesModifier and TypeFieldDescriptionfinal SoSFEnum<SoComplexity.BboxTypes> SoComplexity.bboxTypeBounding box type to use.Methods in com.openinventor.inventor.nodes that return SoComplexity.BboxTypesModifier and TypeMethodDescriptionstatic SoComplexity.BboxTypesSoComplexity.BboxTypes.valueOf(int val) Returns the enum constant of this type with the specified integer valuestatic SoComplexity.BboxTypesReturns the enum constant of this class with the specified name.static SoComplexity.BboxTypes[]SoComplexity.BboxTypes.values()Returns an array containing the constants of this enum class, in the order they are declared.