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

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_BezierCurveoperator= (const GeomBndLib_BezierCurve &)=delete
 
 GeomBndLib_BezierCurve (GeomBndLib_BezierCurve &&)=delete
 
GeomBndLib_BezierCurveoperator= (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.
 

Detailed Description

Computes bounding box for a 3D Bezier curve (Geom_BezierCurve). Uses poles convex hull + sampling for deflection estimation.

Constructor & Destructor Documentation

◆ GeomBndLib_BezierCurve() [1/3]

GeomBndLib_BezierCurve::GeomBndLib_BezierCurve ( const occ::handle< Geom_BezierCurve > & theCurve)
inline

◆ GeomBndLib_BezierCurve() [2/3]

GeomBndLib_BezierCurve::GeomBndLib_BezierCurve ( const GeomBndLib_BezierCurve & )
delete

◆ GeomBndLib_BezierCurve() [3/3]

GeomBndLib_BezierCurve::GeomBndLib_BezierCurve ( GeomBndLib_BezierCurve && )
delete

Member Function Documentation

◆ Box() [1/2]

Bnd_Box GeomBndLib_BezierCurve::Box ( double theTol) const

Compute bounding box for full curve.

◆ Box() [2/2]

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

Compute bounding box for arc [theU1, theU2].

◆ BoxOptimal()

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

Compute precise bounding box using numerical optimization.

◆ Geometry()

const occ::handle< Geom_BezierCurve > & GeomBndLib_BezierCurve::Geometry ( ) const
inline

◆ operator=() [1/2]

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

◆ operator=() [2/2]

GeomBndLib_BezierCurve & GeomBndLib_BezierCurve::operator= ( GeomBndLib_BezierCurve && )
delete

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