![]() |
Open CASCADE Technology Reference Manual 8.0.0
|
Computes bounding box for a 2D Bezier curve (Geom2d_BezierCurve). Uses poles convex hull + sampling for deflection estimation. More...
#include <GeomBndLib_BezierCurve2d.hxx>
Public Member Functions | |
| GeomBndLib_BezierCurve2d (const occ::handle< Geom2d_BezierCurve > &theCurve) | |
| GeomBndLib_BezierCurve2d (const GeomBndLib_BezierCurve2d &)=delete | |
| GeomBndLib_BezierCurve2d & | operator= (const GeomBndLib_BezierCurve2d &)=delete |
| GeomBndLib_BezierCurve2d (GeomBndLib_BezierCurve2d &&)=delete | |
| GeomBndLib_BezierCurve2d & | operator= (GeomBndLib_BezierCurve2d &&)=delete |
| const occ::handle< Geom2d_BezierCurve > & | 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 theU1, double theU2, double theTol) const |
| Compute precise bounding box using numerical optimization. | |
Computes bounding box for a 2D Bezier curve (Geom2d_BezierCurve). Uses poles convex hull + sampling for deflection estimation.
|
inline |
|
delete |
|
delete |
Compute bounding box for arc [theU1, theU2].
Compute precise bounding box using numerical optimization.
|
inline |
|
delete |
|
delete |