![]() |
Open CASCADE Technology Reference Manual 8.0.0
|
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_Circle2d & | operator= (const GeomBndLib_Circle2d &)=delete |
| GeomBndLib_Circle2d (GeomBndLib_Circle2d &&)=delete | |
| GeomBndLib_Circle2d & | operator= (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. | |
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.
|
inline |
|
delete |
|
delete |
Compute bounding box for a full circle defined by gp_Circ2d.
|
static |
Compute bounding box for a circle arc [theU1, theU2] defined by gp_Circ2d.
Compute bounding box for full circle.
Compute bounding box for arc [theU1, theU2].
|
inline |
For analytical curves, BoxOptimal is same as Box.
|
inline |
|
delete |
|
delete |