Uses of Class
com.openinventor.inventor.SbBox3d
Packages that use SbBox3d
Package
Description
Open Inventor is an object-oriented and OpenGL-based API for real-time 3D visualization.
-
Uses of SbBox3d in com.openinventor.inventor
Subclasses of SbBox3d in com.openinventor.inventorModifier and TypeClassDescriptionclass3D box with an associated transformation matrix.Methods in com.openinventor.inventor that return SbBox3dModifier and TypeMethodDescriptionSbBox3d.intersection(SbBox3d box) Returns the intersection of the specified box with this box.SbXfBox3d.project()SbBox3d.setValue(double[] components) SbBox3d.setValue(double[] components, int startIndex) static SbBox3d[]SbBox3d.toArray(long nativeArray, long length) Methods in com.openinventor.inventor with parameters of type SbBox3dModifier and TypeMethodDescriptionbooleanReturns true if the specified box is fully contained inside this box.voidExtends this box (if necessary) to contain the specified box.voidExtends the box (if necessary) to contain the given box.booleanReturns true if the specified box intersects this box.booleanReturns true if intersection of this XfBox3d and the given Box3d is not empty.SbBox3d.intersection(SbBox3d box) Returns the intersection of the specified box with this box.voidConstructors in com.openinventor.inventor with parameters of type SbBox3d -
Uses of SbBox3d in com.openinventor.inventor.actions
Methods in com.openinventor.inventor.actions with parameters of type SbBox3d -
Uses of SbBox3d in com.openinventor.volumeviz.nodes
Methods in com.openinventor.volumeviz.nodes that return SbBox3dModifier and TypeMethodDescriptionSoOffscreenVolumeRender.ijkToXyzBox(SbBox3i32 ijkBox) Convert ijk box coordinates returned by boxComputed method to the bboxSceneGraph space.