Click or drag to resize
SbBox3i32 Constructor
Constructor for a 3D int box.
Overload List
  NameDescription
Public methodSbBox3i32(SbVec3i32, SbVec3i32)
Constructor for a 3D int box. min and max are the corners of the diagonal that define the box.
Public methodSbBox3i32(Int32, Int32, Int32, Int32, Int32, Int32)
Constructor for a 3D int box. xmin, ymin, zmin, xmax, ymax and zmax are the bounds of the box.
Top
See Also