![]() |
Open CASCADE Technology Reference Manual 8.0.0
|
Computes bounding box for a 3D offset curve (Geom_OffsetCurve). Computes the bounding box of the basis curve and enlarges it by |offset|. More...
#include <GeomBndLib_OffsetCurve.hxx>
Public Member Functions | |
| GeomBndLib_OffsetCurve (const occ::handle< Geom_OffsetCurve > &theCurve) | |
| GeomBndLib_OffsetCurve (const GeomBndLib_OffsetCurve &)=delete | |
| GeomBndLib_OffsetCurve & | operator= (const GeomBndLib_OffsetCurve &)=delete |
| GeomBndLib_OffsetCurve (GeomBndLib_OffsetCurve &&)=delete | |
| GeomBndLib_OffsetCurve & | operator= (GeomBndLib_OffsetCurve &&)=delete |
| const occ::handle< Geom_OffsetCurve > & | Geometry () const |
| Bnd_Box | Box (double theTol) const |
| Compute bounding box for full curve. | |
| Bnd_Box | Box (double theU1, double theU2, double theTol) const |
| Compute bounding box for arc [theU1, theU2]. | |
| Bnd_Box | BoxOptimal (double theTol) const |
| Compute precise bounding box for full curve. | |
| Bnd_Box | BoxOptimal (double theU1, double theU2, double theTol) const |
| Compute precise bounding box for arc [theU1, theU2] by sampling the offset curve. | |
Computes bounding box for a 3D offset curve (Geom_OffsetCurve). Computes the bounding box of the basis curve and enlarges it by |offset|.
|
inline |
|
delete |
|
delete |
Compute bounding box for full curve.
Compute bounding box for arc [theU1, theU2].
Compute precise bounding box for full curve.
Compute precise bounding box for arc [theU1, theU2] by sampling the offset curve.
|
inline |
|
delete |
|
delete |