|
| | GeomBndLib_Sphere (const occ::handle< Geom_SphericalSurface > &theSurf) |
| |
| | GeomBndLib_Sphere (const GeomBndLib_Sphere &)=delete |
| |
| GeomBndLib_Sphere & | operator= (const GeomBndLib_Sphere &)=delete |
| |
| | GeomBndLib_Sphere (GeomBndLib_Sphere &&)=delete |
| |
| GeomBndLib_Sphere & | operator= (GeomBndLib_Sphere &&)=delete |
| |
| const occ::handle< Geom_SphericalSurface > & | Geometry () const |
| |
| Bnd_Box | Box (double theTol) const |
| | Compute bounding box for full sphere.
|
| |
| Bnd_Box | Box (double theUMin, double theUMax, double theVMin, double theVMax, double theTol) const |
| | Compute bounding box for sphere patch [theUMin, theUMax] x [theVMin, theVMax].
|
| |
| Bnd_Box | BoxOptimal (double theUMin, double theUMax, double theVMin, double theVMax, double theTol) const |
| | For analytical surfaces, BoxOptimal is same as Box.
|
| |
| Bnd_Box | BoxOptimal (double theTol) const |
| | Compute optimal bounding box for full surface.
|
| |
Computes bounding box for a spherical surface (Geom_SphericalSurface). Uses direct extremal-point computation and ElSLib iso-curves with GeomBndLib_ConicHelpers for circle arc bounding.