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

Computes bounding box for a 2D Bezier curve (Geom2d_BezierCurve). Uses poles convex hull + sampling for deflection estimation. More...

#include <GeomBndLib_BezierCurve2d.hxx>

Public Member Functions

 GeomBndLib_BezierCurve2d (const occ::handle< Geom2d_BezierCurve > &theCurve)
 
 GeomBndLib_BezierCurve2d (const GeomBndLib_BezierCurve2d &)=delete
 
GeomBndLib_BezierCurve2doperator= (const GeomBndLib_BezierCurve2d &)=delete
 
 GeomBndLib_BezierCurve2d (GeomBndLib_BezierCurve2d &&)=delete
 
GeomBndLib_BezierCurve2doperator= (GeomBndLib_BezierCurve2d &&)=delete
 
const occ::handle< Geom2d_BezierCurve > & 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.
 

Detailed Description

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

Constructor & Destructor Documentation

◆ GeomBndLib_BezierCurve2d() [1/3]

GeomBndLib_BezierCurve2d::GeomBndLib_BezierCurve2d ( const occ::handle< Geom2d_BezierCurve > & theCurve)
inline

◆ GeomBndLib_BezierCurve2d() [2/3]

GeomBndLib_BezierCurve2d::GeomBndLib_BezierCurve2d ( const GeomBndLib_BezierCurve2d & )
delete

◆ GeomBndLib_BezierCurve2d() [3/3]

GeomBndLib_BezierCurve2d::GeomBndLib_BezierCurve2d ( GeomBndLib_BezierCurve2d && )
delete

Member Function Documentation

◆ Box() [1/2]

Bnd_Box2d GeomBndLib_BezierCurve2d::Box ( double theTol) const

Compute bounding box for full curve.

◆ Box() [2/2]

Bnd_Box2d GeomBndLib_BezierCurve2d::Box ( double theU1,
double theU2,
double theTol ) const

Compute bounding box for arc [theU1, theU2].

◆ BoxOptimal()

Bnd_Box2d GeomBndLib_BezierCurve2d::BoxOptimal ( double theU1,
double theU2,
double theTol ) const

Compute precise bounding box using numerical optimization.

◆ Geometry()

const occ::handle< Geom2d_BezierCurve > & GeomBndLib_BezierCurve2d::Geometry ( ) const
inline

◆ operator=() [1/2]

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

◆ operator=() [2/2]

GeomBndLib_BezierCurve2d & GeomBndLib_BezierCurve2d::operator= ( GeomBndLib_BezierCurve2d && )
delete

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