Click or drag to resize
SbBox3d Constructor
Constructor for a 3D double box.
Overload List
  NameDescription
Public methodSbBox3d(SbVec3d, SbVec3d)
Constructor for a 3D double box. min and max are the corners of the diagonal that define the box.
Public methodSbBox3d(Double, Double, Double, Double, Double, Double)
Constructor for a 3D double box. xmin, ymin, zmin, xmax, ymax and zmax are the bounds of the box.
Top
See Also