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