Uses of Class
com.openinventor.inventor.SbBox3d
-
Packages that use SbBox3d Package Description com.openinventor.inventor Open Inventor is an object-oriented and OpenGL-based API for real-time 3D visualization.com.openinventor.inventor.actions com.openinventor.volumeviz.nodes -
-
Uses of SbBox3d in com.openinventor.inventor
Subclasses of SbBox3d in com.openinventor.inventor Modifier and Type Class Description class
SbXfBox3d
3D box with an associated transformation matrix.Methods in com.openinventor.inventor that return SbBox3d Modifier and Type Method Description SbBox3d
SbBox3d. intersection(SbBox3d box)
Returns the intersection of the specified box with this box.SbBox3d
SbXfBox3d. project()
SbBox3d
SbBox3d. setValue(double[] components)
SbBox3d
SbBox3d. setValue(double[] components, int startIndex)
static SbBox3d[]
SbBox3d. toArray(long nativeArray, long length)
Methods in com.openinventor.inventor with parameters of type SbBox3d Modifier and Type Method Description boolean
SbBox3d. contains(SbBox3d bb)
Returns true if the specified box is fully contained inside this box.void
SbBox3d. extendBy(SbBox3d bb)
Extends this box (if necessary) to contain the specified box.void
SbXfBox3d. extendBy(SbBox3d bb)
Extends the box (if necessary) to contain the given box.boolean
SbBox3d. intersect(SbBox3d bb)
Returns true if the specified box intersects this box.boolean
SbXfBox3d. intersect(SbBox3d bb)
Returns true if intersection of this XfBox3d and the given Box3d is not empty.SbBox3d
SbBox3d. intersection(SbBox3d box)
Returns the intersection of the specified box with this box.void
SbBox3d. setValue(SbBox3d copyFrom)
Constructors in com.openinventor.inventor with parameters of type SbBox3d Constructor Description SbBox3d(SbBox3d copyFrom)
SbXfBox3d(SbBox3d box)
Constructor. -
Uses of SbBox3d in com.openinventor.inventor.actions
Methods in com.openinventor.inventor.actions with parameters of type SbBox3d Modifier and Type Method Description void
SoGetBoundingBoxAction. extendBy(SbBox3d box)
-
Uses of SbBox3d in com.openinventor.volumeviz.nodes
Methods in com.openinventor.volumeviz.nodes that return SbBox3d Modifier and Type Method Description SbBox3d
SoOffscreenVolumeRender. ijkToXyzBox(SbBox3i32 ijkBox)
Convert ijk box coordinates returned by boxComputed method to the bboxSceneGraph space.
-