|
| | GeomBndLib_BSplineSurface (const occ::handle< Geom_BSplineSurface > &theSurf) |
| |
| | GeomBndLib_BSplineSurface (const GeomBndLib_BSplineSurface &)=delete |
| |
| GeomBndLib_BSplineSurface & | operator= (const GeomBndLib_BSplineSurface &)=delete |
| |
| | GeomBndLib_BSplineSurface (GeomBndLib_BSplineSurface &&)=delete |
| |
| GeomBndLib_BSplineSurface & | operator= (GeomBndLib_BSplineSurface &&)=delete |
| |
| const occ::handle< Geom_BSplineSurface > & | 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 using numerical optimization.
|
| |
Computes bounding box for a BSpline surface (Geom_BSplineSurface). Uses poles convex hull with knot-based index selection via ComputePolesIndexes.