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 |
Modifier and Type | Class and Description |
---|---|
class |
SbXfBox3d
3D box with an associated transformation matrix.
|
Modifier and Type | Method and 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) |
Modifier and Type | Method and 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) |
Constructor and Description |
---|
SbBox3d(SbBox3d copyFrom) |
SbXfBox3d(SbBox3d box)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
SoGetBoundingBoxAction.extendBy(SbBox3d box) |
Modifier and Type | Method and Description |
---|---|
SbBox3d |
SoOffscreenVolumeRender.ijkToXyzBox(SbBox3i32 ijkBox)
Convert ijk box coordinates returned by boxComputed method to the bboxSceneGraph space.
|
Generated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com