![]() |
Open CASCADE Technology Reference Manual 8.0.0
|
Computes bounding box for a surface of revolution (Geom_SurfaceOfRevolution). Uses analytical approach: samples the basis curve at multiple V values, constructs the revolution circle for each sample point, and bounds each circle arc using GeomBndLib_Circle. More...
#include <GeomBndLib_SurfaceOfRevolution.hxx>
Computes bounding box for a surface of revolution (Geom_SurfaceOfRevolution). Uses analytical approach: samples the basis curve at multiple V values, constructs the revolution circle for each sample point, and bounds each circle arc using GeomBndLib_Circle.
|
inline |
|
delete |
|
delete |
Compute bounding box for full surface.
| Bnd_Box GeomBndLib_SurfaceOfRevolution::Box | ( | double | theUMin, |
| double | theUMax, | ||
| double | theVMin, | ||
| double | theVMax, | ||
| double | theTol ) const |
Compute bounding box for surface patch [theUMin, theUMax] x [theVMin, theVMax].
Compute precise bounding box for full surface.
| Bnd_Box GeomBndLib_SurfaceOfRevolution::BoxOptimal | ( | double | theUMin, |
| double | theUMax, | ||
| double | theVMin, | ||
| double | theVMax, | ||
| double | theTol ) const |
Compute precise bounding box using tight basis curve bounds.
|
inline |
|
delete |
|
delete |