Open CASCADE Technology Reference Manual 8.0.0
Loading...
Searching...
No Matches
Public Member Functions
GeomBndLib_BSplineCurve Class Reference

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_BSplineCurveoperator= (const GeomBndLib_BSplineCurve &)=delete
 
 GeomBndLib_BSplineCurve (GeomBndLib_BSplineCurve &&)=delete
 
GeomBndLib_BSplineCurveoperator= (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.
 

Detailed Description

Computes bounding box for a 3D BSpline curve (Geom_BSplineCurve). Uses poles convex hull with knot-based index selection + sampling.

Constructor & Destructor Documentation

◆ GeomBndLib_BSplineCurve() [1/3]

GeomBndLib_BSplineCurve::GeomBndLib_BSplineCurve ( const occ::handle< Geom_BSplineCurve > & theCurve)
inline

◆ GeomBndLib_BSplineCurve() [2/3]

GeomBndLib_BSplineCurve::GeomBndLib_BSplineCurve ( const GeomBndLib_BSplineCurve & )
delete

◆ GeomBndLib_BSplineCurve() [3/3]

GeomBndLib_BSplineCurve::GeomBndLib_BSplineCurve ( GeomBndLib_BSplineCurve && )
delete

Member Function Documentation

◆ Box() [1/2]

Bnd_Box GeomBndLib_BSplineCurve::Box ( double theTol) const

Compute bounding box for full curve.

◆ Box() [2/2]

Bnd_Box GeomBndLib_BSplineCurve::Box ( double theU1,
double theU2,
double theTol ) const

Compute bounding box for arc [theU1, theU2].

◆ BoxOptimal()

Bnd_Box GeomBndLib_BSplineCurve::BoxOptimal ( double theU1,
double theU2,
double theTol ) const

Compute precise bounding box using numerical optimization.

◆ Geometry()

const occ::handle< Geom_BSplineCurve > & GeomBndLib_BSplineCurve::Geometry ( ) const
inline

◆ operator=() [1/2]

GeomBndLib_BSplineCurve & GeomBndLib_BSplineCurve::operator= ( const GeomBndLib_BSplineCurve & )
delete

◆ operator=() [2/2]

GeomBndLib_BSplineCurve & GeomBndLib_BSplineCurve::operator= ( GeomBndLib_BSplineCurve && )
delete

The documentation for this class was generated from the following file: