Click or drag to resize
SbXfBox3dExtendBy Method
Extends this box (if necessary) to contain the specified point or box.
Overload List
  NameDescription
Public methodExtendBy(SbBox3d)
Public methodExtendBy(SbBox3d)
Extends the box (if necessary) to contain the given box.
Public methodExtendBy(SbVec3d)
Public methodExtendBy(SbVec3d)
Extends the box (if necessary) to contain the given 3D point pt.
Public methodExtendBy(SbXfBox3d)
Public methodExtendBy(SbXfBox3d)
Extends the box (if necessary) to contain the given box.
Top
See Also