Uses of Class
com.openinventor.inventor.SbBox2f
-
Packages that use SbBox2f Package Description com.openinventor.inventor Open Inventor is an object-oriented and OpenGL-based API for real-time 3D visualization.com.openinventor.inventor.fields com.openinventor.meshviz.data com.openinventor.meshviz.elements com.openinventor.meshviz.graph -
-
Uses of SbBox2f in com.openinventor.inventor
Methods in com.openinventor.inventor that return SbBox2f Modifier and Type Method Description SbBox2f
SbBox2f. intersection(SbBox2f box)
Returns the intersection of the specified box with this box.SbBox2f
SbBox2f. setValue(float[] components)
SbBox2f
SbBox2f. setValue(float[] components, int startIndex)
static SbBox2f[]
SbBox2f. toArray(long nativeArray, long length)
Methods in com.openinventor.inventor with parameters of type SbBox2f Modifier and Type Method Description void
SbBox2f. extendBy(SbBox2f r)
Extends this box (if necessary) to contain the specified box.boolean
SbBox2f. intersect(SbBox2f bb)
Returns true if the specified box intersects this box.SbBox2f
SbBox2f. intersection(SbBox2f box)
Returns the intersection of the specified box with this box.void
SbBox2f. setValue(SbBox2f copyFrom)
Constructors in com.openinventor.inventor with parameters of type SbBox2f Constructor Description SbBox2f(SbBox2f copyFrom)
-
Uses of SbBox2f in com.openinventor.inventor.fields
Methods in com.openinventor.inventor.fields that return SbBox2f Modifier and Type Method Description SbBox2f
SoSFBox2f. getValue()
Returns this field's value.Methods in com.openinventor.inventor.fields with parameters of type SbBox2f Modifier and Type Method Description void
SoSFBox2f. setValue(SbBox2f newValue)
Sets this field to newValue.Constructors in com.openinventor.inventor.fields with parameters of type SbBox2f Constructor Description SoSFBox2f(SoFieldContainer fieldContainer, java.lang.String fieldName, SoField.FieldTypes fieldType, SbBox2f defaultValue)
Default constructor. -
Uses of SbBox2f in com.openinventor.meshviz.data
Methods in com.openinventor.meshviz.data that return SbBox2f Modifier and Type Method Description SbBox2f
PbMesh2D. get2DBoundingBox()
Gets the 2D mesh's bounding box. -
Uses of SbBox2f in com.openinventor.meshviz.elements
Methods in com.openinventor.meshviz.elements that return SbBox2f Modifier and Type Method Description static SbBox2f
PoProfileElement. getBBox(SoState state)
-
Uses of SbBox2f in com.openinventor.meshviz.graph
Methods in com.openinventor.meshviz.graph that return SbBox2f Modifier and Type Method Description SbBox2f
PbDomain. get2DDomain()
Gets the 2D domain.Methods in com.openinventor.meshviz.graph with parameters of type SbBox2f Modifier and Type Method Description void
PbDomain. setDomain(SbBox2f box)
Calls setDomain(box, PbDomain.BoundingBoxTypes.valueOf( PbDomain.BoundingBoxTypes.AS_IS.getValue() )).void
PbDomain. setDomain(SbBox2f box, PbDomain.BoundingBoxTypes type)
Sets a 2D domain.Constructors in com.openinventor.meshviz.graph with parameters of type SbBox2f Constructor Description PbDomain(SbBox2f box)
Calls PbDomain(box, PbDomain.BoundingBoxTypes.valueOf( PbDomain.BoundingBoxTypes.AS_IS.getValue() )).PbDomain(SbBox2f box, PbDomain.BoundingBoxTypes type)
Constructor of a 2D domain.
-