|
| | GeomBndLib_OffsetSurface (const occ::handle< Geom_OffsetSurface > &theSurf) |
| |
| | GeomBndLib_OffsetSurface (const GeomBndLib_OffsetSurface &)=delete |
| |
| GeomBndLib_OffsetSurface & | operator= (const GeomBndLib_OffsetSurface &)=delete |
| |
| | GeomBndLib_OffsetSurface (GeomBndLib_OffsetSurface &&)=delete |
| |
| GeomBndLib_OffsetSurface & | operator= (GeomBndLib_OffsetSurface &&)=delete |
| |
| const occ::handle< Geom_OffsetSurface > & | Geometry () const |
| |
| Bnd_Box | Box (double theTol) const |
| | Compute bounding box for full surface.
|
| |
| Bnd_Box | Box (double theUMin, double theUMax, double theVMin, double theVMax, double theTol) const |
| | Compute bounding box for surface patch [theUMin, theUMax] x [theVMin, theVMax].
|
| |
| Bnd_Box | BoxOptimal (double theTol) const |
| | Compute precise bounding box for full surface.
|
| |
| Bnd_Box | BoxOptimal (double theUMin, double theUMax, double theVMin, double theVMax, double theTol) const |
| | Compute precise bounding box for surface patch using PSO numerical optimization.
|
| |
Computes bounding box for an offset surface (Geom_OffsetSurface). Computes the bounding box of the basis surface and enlarges it by |offset|.