Computes bounding box for a general surface via adaptor. Uses grid sampling for Box and PSO/Powell numerical optimization for BoxOptimal.
More...
|
| | GeomBndLib_OtherSurface (const Adaptor3d_Surface &theSurf) |
| |
| | GeomBndLib_OtherSurface (const GeomBndLib_OtherSurface &)=delete |
| |
| GeomBndLib_OtherSurface & | operator= (const GeomBndLib_OtherSurface &)=delete |
| |
| | GeomBndLib_OtherSurface (GeomBndLib_OtherSurface &&)=delete |
| |
| GeomBndLib_OtherSurface & | operator= (GeomBndLib_OtherSurface &&)=delete |
| |
| 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 PSO + Powell optimization.
|
| |
Computes bounding box for a general surface via adaptor. Uses grid sampling for Box and PSO/Powell numerical optimization for BoxOptimal.