![]() |
Open CASCADE Technology Reference Manual 8.0.0
|
Computes bounding box for a surface of linear extrusion (Geom_SurfaceOfLinearExtrusion). Uses pure analytical approach: P(U, V) = BasisCurve(U) + V * Direction, so the box is computed from the basis curve box extended along the direction. More...
#include <GeomBndLib_SurfaceOfExtrusion.hxx>
Computes bounding box for a surface of linear extrusion (Geom_SurfaceOfLinearExtrusion). Uses pure analytical approach: P(U, V) = BasisCurve(U) + V * Direction, so the box is computed from the basis curve box extended along the direction.
|
inline |
|
delete |
|
delete |
Compute bounding box for full surface.
| Bnd_Box GeomBndLib_SurfaceOfExtrusion::Box | ( | double | theUMin, |
| double | theUMax, | ||
| double | theVMin, | ||
| double | theVMax, | ||
| double | theTol ) const |
Compute bounding box for surface patch [theUMin, theUMax] x [theVMin, theVMax].
Compute precise bounding box for full surface.
| Bnd_Box GeomBndLib_SurfaceOfExtrusion::BoxOptimal | ( | double | theUMin, |
| double | theUMax, | ||
| double | theVMin, | ||
| double | theVMax, | ||
| double | theTol ) const |
Compute precise bounding box using tight basis curve bounds.
|
inline |
|
delete |
|
delete |