Uses of Enum Class
com.openinventor.meshviz.graph.PbDomain.BoundingBoxTypes
Packages that use PbDomain.BoundingBoxTypes
-
Uses of PbDomain.BoundingBoxTypes in com.openinventor.meshviz.graph
Methods in com.openinventor.meshviz.graph that return PbDomain.BoundingBoxTypesModifier and TypeMethodDescriptionstatic PbDomain.BoundingBoxTypesPbDomain.BoundingBoxTypes.valueOf(int val) Returns the enum constant of this type with the specified integer valuestatic PbDomain.BoundingBoxTypesReturns the enum constant of this class with the specified name.static PbDomain.BoundingBoxTypes[]PbDomain.BoundingBoxTypes.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.openinventor.meshviz.graph with parameters of type PbDomain.BoundingBoxTypesModifier and TypeMethodDescriptionvoidPbDomain.setDomain(float xmin, float ymin, float zmin, float xmax, float ymax, float zmax, PbDomain.BoundingBoxTypes type) Sets a 3D domain.voidPbDomain.setDomain(float xmin, float ymin, float xmax, float ymax, PbDomain.BoundingBoxTypes type) Sets a 2D domain.voidPbDomain.setDomain(SbBox2f box, PbDomain.BoundingBoxTypes type) Sets a 2D domain.voidPbDomain.setDomain(SbBox3f box, PbDomain.BoundingBoxTypes type) Sets a 3D domain.Constructors in com.openinventor.meshviz.graph with parameters of type PbDomain.BoundingBoxTypesModifierConstructorDescriptionPbDomain(float xmin, float ymin, float zmin, float xmax, float ymax, float zmax, PbDomain.BoundingBoxTypes type) Constructor of a 3D domain.PbDomain(float xmin, float ymin, float xmax, float ymax, PbDomain.BoundingBoxTypes type) Constructor of a 2D domain.PbDomain(SbBox2f box, PbDomain.BoundingBoxTypes type) Constructor of a 2D domain.PbDomain(SbBox3f box, PbDomain.BoundingBoxTypes type) Constructor of a 3D domain.