|
| | GeomBndLib_Cone (const occ::handle< Geom_ConicalSurface > &theSurf) |
| |
| | GeomBndLib_Cone (const GeomBndLib_Cone &)=delete |
| |
| GeomBndLib_Cone & | operator= (const GeomBndLib_Cone &)=delete |
| |
| | GeomBndLib_Cone (GeomBndLib_Cone &&)=delete |
| |
| GeomBndLib_Cone & | operator= (GeomBndLib_Cone &&)=delete |
| |
| const occ::handle< Geom_ConicalSurface > & | Geometry () const |
| |
| Bnd_Box | Box (double theTol) const |
| | Compute bounding box for full cone.
|
| |
| Bnd_Box | Box (double theUMin, double theUMax, double theVMin, double theVMax, double theTol) const |
| | Compute bounding box for cone 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 conical surface (Geom_ConicalSurface). Uses ElSLib iso-curves and GeomBndLib_ConicHelpers for circle arc bounding.