Click or drag to resize
SbBox3s Constructor
Constructor for a 3D short box.
Overload List
  NameDescription
Public methodSbBox3s(SbVec3s, SbVec3s)
Constructor for a 3D short box. min and max are the corners of the diagonal that define the box.
Public methodSbBox3s(Int16, Int16, Int16, Int16, Int16, Int16)
Constructor for a 3D short box. xmin, ymin, zmin, xmax, ymax and zmax are the bounds of the box.
Top
See Also