![]() |
Open CASCADE Technology Reference Manual 8.0.0
|
Computes bounding box for a 2D offset curve (Geom2d_OffsetCurve). Computes the bounding box of the basis curve and enlarges it by |offset|. More...
#include <GeomBndLib_OffsetCurve2d.hxx>
Public Member Functions | |
| GeomBndLib_OffsetCurve2d (const occ::handle< Geom2d_OffsetCurve > &theCurve) | |
| GeomBndLib_OffsetCurve2d (const GeomBndLib_OffsetCurve2d &)=delete | |
| GeomBndLib_OffsetCurve2d & | operator= (const GeomBndLib_OffsetCurve2d &)=delete |
| GeomBndLib_OffsetCurve2d (GeomBndLib_OffsetCurve2d &&)=delete | |
| GeomBndLib_OffsetCurve2d & | operator= (GeomBndLib_OffsetCurve2d &&)=delete |
| const occ::handle< Geom2d_OffsetCurve > & | Geometry () const |
| Bnd_Box2d | Box (double theTol) const |
| Compute bounding box for full curve. | |
| Bnd_Box2d | Box (double theU1, double theU2, double theTol) const |
| Compute bounding box for arc [theU1, theU2]. | |
| Bnd_Box2d | BoxOptimal (double theTol) const |
| Compute precise bounding box for full curve. | |
| Bnd_Box2d | 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 2D offset curve (Geom2d_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 |