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.BoundingBoxTypes
PoDomain.BoundingBoxTypes.valueOf
(int val) Returns the enum constant of this type with the specified integer valuestatic PoDomain.BoundingBoxTypes
Returns 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 TypeMethodDescriptionvoid
PoDomain.setValues
(SbVec2f min, SbVec2f max, PoDomain.BoundingBoxTypes type) Convenience method to define a 2D domain.void
PoDomain.setValues
(SbVec3f min, SbVec3f max, PoDomain.BoundingBoxTypes type) Convenience method to define a 3D domain.