Computes bounding box for a 3D circle (Geom_Circle). Uses analytical per-coordinate extrema computation.
More...
#include <GeomBndLib_Circle.hxx>
|
| static Bnd_Box | Box (const gp_Circ &theCirc, double theTol) |
| | Compute bounding box for a full circle defined by gp_Circ.
|
| static Bnd_Box | Box (const gp_Circ &theCirc, double theU1, double theU2, double theTol) |
| | Compute bounding box for a circle arc [theU1, theU2] defined by gp_Circ.
|
Computes bounding box for a 3D circle (Geom_Circle). Uses analytical per-coordinate extrema computation.
Static methods accepting gp_Circ can be used directly without constructing a Geom_Circle handle.
◆ GeomBndLib_Circle() [1/3]
◆ GeomBndLib_Circle() [2/3]
◆ GeomBndLib_Circle() [3/3]
◆ Box() [1/4]
| Bnd_Box GeomBndLib_Circle::Box |
( |
const gp_Circ & | theCirc, |
|
|
double | theTol ) |
|
staticnodiscard |
Compute bounding box for a full circle defined by gp_Circ.
◆ Box() [2/4]
| Bnd_Box GeomBndLib_Circle::Box |
( |
const gp_Circ & | theCirc, |
|
|
double | theU1, |
|
|
double | theU2, |
|
|
double | theTol ) |
|
staticnodiscard |
Compute bounding box for a circle arc [theU1, theU2] defined by gp_Circ.
◆ Box() [3/4]
| Bnd_Box GeomBndLib_Circle::Box |
( |
double | theTol | ) |
const |
|
inlinenodiscard |
Compute bounding box for full circle.
◆ Box() [4/4]
| Bnd_Box GeomBndLib_Circle::Box |
( |
double | theU1, |
|
|
double | theU2, |
|
|
double | theTol ) const |
|
inlinenodiscard |
Compute bounding box for arc [theU1, theU2].
◆ BoxOptimal()
| Bnd_Box GeomBndLib_Circle::BoxOptimal |
( |
double | theU1, |
|
|
double | theU2, |
|
|
double | theTol ) const |
|
inlinenodiscard |
For analytical curves, BoxOptimal is same as Box.
◆ Geometry()
◆ operator=() [1/2]
◆ operator=() [2/2]
The documentation for this class was generated from the following file: