Open CASCADE Technology Reference Manual 8.0.0
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions
GeomBndLib_Circle2d Class Reference

Computes bounding box for a 2D circle (Geom2d_Circle). Uses analytical per-coordinate extrema computation. More...

#include <GeomBndLib_Circle2d.hxx>

Public Member Functions

 GeomBndLib_Circle2d (const occ::handle< Geom2d_Circle > &theCircle)
 
 GeomBndLib_Circle2d (const GeomBndLib_Circle2d &)=delete
 
GeomBndLib_Circle2doperator= (const GeomBndLib_Circle2d &)=delete
 
 GeomBndLib_Circle2d (GeomBndLib_Circle2d &&)=delete
 
GeomBndLib_Circle2doperator= (GeomBndLib_Circle2d &&)=delete
 
const occ::handle< Geom2d_Circle > & Geometry () const
 
Bnd_Box2d Box (double theTol) const
 Compute bounding box for full circle.
 
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
 For analytical curves, BoxOptimal is same as Box.
 

Static Public Member Functions

static Bnd_Box2d Box (const gp_Circ2d &theCirc, double theTol)
 Compute bounding box for a full circle defined by gp_Circ2d.
 
static Bnd_Box2d Box (const gp_Circ2d &theCirc, double theU1, double theU2, double theTol)
 Compute bounding box for a circle arc [theU1, theU2] defined by gp_Circ2d.
 

Detailed Description

Computes bounding box for a 2D circle (Geom2d_Circle). Uses analytical per-coordinate extrema computation.

Static methods accepting gp_Circ2d can be used directly without constructing a Geom2d_Circle handle.

Constructor & Destructor Documentation

◆ GeomBndLib_Circle2d() [1/3]

GeomBndLib_Circle2d::GeomBndLib_Circle2d ( const occ::handle< Geom2d_Circle > & theCircle)
inline

◆ GeomBndLib_Circle2d() [2/3]

GeomBndLib_Circle2d::GeomBndLib_Circle2d ( const GeomBndLib_Circle2d & )
delete

◆ GeomBndLib_Circle2d() [3/3]

GeomBndLib_Circle2d::GeomBndLib_Circle2d ( GeomBndLib_Circle2d && )
delete

Member Function Documentation

◆ Box() [1/4]

static Bnd_Box2d GeomBndLib_Circle2d::Box ( const gp_Circ2d & theCirc,
double theTol )
static

Compute bounding box for a full circle defined by gp_Circ2d.

◆ Box() [2/4]

static Bnd_Box2d GeomBndLib_Circle2d::Box ( const gp_Circ2d & theCirc,
double theU1,
double theU2,
double theTol )
static

Compute bounding box for a circle arc [theU1, theU2] defined by gp_Circ2d.

◆ Box() [3/4]

Bnd_Box2d GeomBndLib_Circle2d::Box ( double theTol) const
inline

Compute bounding box for full circle.

◆ Box() [4/4]

Bnd_Box2d GeomBndLib_Circle2d::Box ( double theU1,
double theU2,
double theTol ) const
inline

Compute bounding box for arc [theU1, theU2].

◆ BoxOptimal()

Bnd_Box2d GeomBndLib_Circle2d::BoxOptimal ( double theU1,
double theU2,
double theTol ) const
inline

For analytical curves, BoxOptimal is same as Box.

◆ Geometry()

const occ::handle< Geom2d_Circle > & GeomBndLib_Circle2d::Geometry ( ) const
inline

◆ operator=() [1/2]

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

◆ operator=() [2/2]

GeomBndLib_Circle2d & GeomBndLib_Circle2d::operator= ( GeomBndLib_Circle2d && )
delete

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