![]() |
Open CASCADE Technology Reference Manual 8.0.0
|
Computes bounding box for a 3D ellipse (Geom_Ellipse). Uses analytical per-coordinate extrema computation. More...
#include <GeomBndLib_Ellipse.hxx>
Public Member Functions | |
| GeomBndLib_Ellipse (const occ::handle< Geom_Ellipse > &theEllipse) | |
| GeomBndLib_Ellipse (const GeomBndLib_Ellipse &)=delete | |
| GeomBndLib_Ellipse & | operator= (const GeomBndLib_Ellipse &)=delete |
| GeomBndLib_Ellipse (GeomBndLib_Ellipse &&)=delete | |
| GeomBndLib_Ellipse & | operator= (GeomBndLib_Ellipse &&)=delete |
| const occ::handle< Geom_Ellipse > & | Geometry () const |
| Bnd_Box | Box (double theTol) const |
| Compute bounding box for full ellipse. | |
| 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 |
| For analytical curves, BoxOptimal is same as Box. | |
Static Public Member Functions | |
| static Bnd_Box | Box (const gp_Elips &theElips, double theTol) |
| Compute bounding box for a full ellipse defined by gp_Elips. | |
| static Bnd_Box | Box (const gp_Elips &theElips, double theU1, double theU2, double theTol) |
| Compute bounding box for an ellipse arc [theU1, theU2] defined by gp_Elips. | |
Computes bounding box for a 3D ellipse (Geom_Ellipse). Uses analytical per-coordinate extrema computation.
Static methods accepting gp_Elips can be used directly without constructing a Geom_Ellipse handle.
|
inline |
|
delete |
|
delete |
Compute bounding box for a full ellipse defined by gp_Elips.
|
static |
Compute bounding box for an ellipse arc [theU1, theU2] defined by gp_Elips.
Compute bounding box for full ellipse.
Compute bounding box for arc [theU1, theU2].
For analytical curves, BoxOptimal is same as Box.
|
inline |
|
delete |
|
delete |