![]() |
Open CASCADE Technology Reference Manual 8.0.0
|
Computes bounding box for a 2D BSpline curve (Geom2d_BSplineCurve). Uses poles convex hull with knot-based index selection + sampling. More...
#include <GeomBndLib_BSplineCurve2d.hxx>
Public Member Functions | |
| GeomBndLib_BSplineCurve2d (const occ::handle< Geom2d_BSplineCurve > &theCurve) | |
| GeomBndLib_BSplineCurve2d (const GeomBndLib_BSplineCurve2d &)=delete | |
| GeomBndLib_BSplineCurve2d & | operator= (const GeomBndLib_BSplineCurve2d &)=delete |
| GeomBndLib_BSplineCurve2d (GeomBndLib_BSplineCurve2d &&)=delete | |
| GeomBndLib_BSplineCurve2d & | operator= (GeomBndLib_BSplineCurve2d &&)=delete |
| const occ::handle< Geom2d_BSplineCurve > & | 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 BSpline curve (Geom2d_BSplineCurve). Uses poles convex hull with knot-based index selection + sampling.
|
inline |
|
delete |
|
delete |
Compute bounding box for full curve.
Compute bounding box for arc [theU1, theU2].
Compute precise bounding box using numerical optimization.
|
inline |
|
delete |
|
delete |