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