Uses of Enum Class
com.openinventor.meshviz.nodes.PoDomain.BoundingBoxTypes
Packages that use PoDomain.BoundingBoxTypes
-
Uses of PoDomain.BoundingBoxTypes in com.openinventor.meshviz.nodes
Methods in com.openinventor.meshviz.nodes that return PoDomain.BoundingBoxTypesModifier and TypeMethodDescriptionstatic PoDomain.BoundingBoxTypesPoDomain.BoundingBoxTypes.valueOf(int val) Returns the enum constant of this type with the specified integer valuestatic PoDomain.BoundingBoxTypesReturns the enum constant of this class with the specified name.static PoDomain.BoundingBoxTypes[]PoDomain.BoundingBoxTypes.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.openinventor.meshviz.nodes with parameters of type PoDomain.BoundingBoxTypesModifier and TypeMethodDescriptionvoidPoDomain.setValues(SbVec2f min, SbVec2f max, PoDomain.BoundingBoxTypes type) Convenience method to define a 2D domain.voidPoDomain.setValues(SbVec3f min, SbVec3f max, PoDomain.BoundingBoxTypes type) Convenience method to define a 3D domain.