Uses of Class
com.openinventor.inventor.SbXfBox3d
-
Packages that use SbXfBox3d Package Description com.openinventor.inventor Open Inventor is an object-oriented and OpenGL-based API for real-time 3D visualization.com.openinventor.inventor.actions -
-
Uses of SbXfBox3d in com.openinventor.inventor
Methods in com.openinventor.inventor that return SbXfBox3d Modifier and Type Method Description SbXfBox3d
SbXfBox3d. setValue(double[] components)
SbXfBox3d
SbXfBox3d. setValue(double[] components, int startIndex)
SbXfBox3d
SbXfBox3d. setValue(SbXfBox3f xfbox3f)
Sets value of the box from a single precision box.static SbXfBox3d[]
SbXfBox3d. toArray(long nativeArray, long length)
Methods in com.openinventor.inventor with parameters of type SbXfBox3d Modifier and Type Method Description void
SbXfBox3d. extendBy(SbXfBox3d bb)
Extends the box (if necessary) to contain the given box.void
SbXfBox3d. setValue(SbXfBox3d copyFrom)
SbXfBox3f
SbXfBox3f. setValue(SbXfBox3d xfbox3d)
Sets value of the box from a double precision box.Constructors in com.openinventor.inventor with parameters of type SbXfBox3d Constructor Description SbXfBox3d(SbXfBox3d copyFrom)
-
Uses of SbXfBox3d in com.openinventor.inventor.actions
Methods in com.openinventor.inventor.actions with parameters of type SbXfBox3d Modifier and Type Method Description void
SoGetBoundingBoxAction. extendBy(SbXfBox3d box)
-