Open CASCADE Technology Reference Manual 8.0.0
Loading...
Searching...
No Matches
Public Member Functions
GeomBndLib_SurfaceOfExtrusion Class Reference

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>

Public Member Functions

 GeomBndLib_SurfaceOfExtrusion (const occ::handle< Geom_SurfaceOfLinearExtrusion > &theSurf)
 
 GeomBndLib_SurfaceOfExtrusion (const GeomBndLib_SurfaceOfExtrusion &)=delete
 
GeomBndLib_SurfaceOfExtrusionoperator= (const GeomBndLib_SurfaceOfExtrusion &)=delete
 
 GeomBndLib_SurfaceOfExtrusion (GeomBndLib_SurfaceOfExtrusion &&)=delete
 
GeomBndLib_SurfaceOfExtrusionoperator= (GeomBndLib_SurfaceOfExtrusion &&)=delete
 
const occ::handle< Geom_SurfaceOfLinearExtrusion > & 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 theUMin, double theUMax, double theVMin, double theVMax, double theTol) const
 Compute precise bounding box using tight basis curve bounds.
 
Bnd_Box BoxOptimal (double theTol) const
 Compute precise bounding box for full surface.
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ GeomBndLib_SurfaceOfExtrusion() [1/3]

GeomBndLib_SurfaceOfExtrusion::GeomBndLib_SurfaceOfExtrusion ( const occ::handle< Geom_SurfaceOfLinearExtrusion > & theSurf)
inline

◆ GeomBndLib_SurfaceOfExtrusion() [2/3]

GeomBndLib_SurfaceOfExtrusion::GeomBndLib_SurfaceOfExtrusion ( const GeomBndLib_SurfaceOfExtrusion & )
delete

◆ GeomBndLib_SurfaceOfExtrusion() [3/3]

GeomBndLib_SurfaceOfExtrusion::GeomBndLib_SurfaceOfExtrusion ( GeomBndLib_SurfaceOfExtrusion && )
delete

Member Function Documentation

◆ Box() [1/2]

Bnd_Box GeomBndLib_SurfaceOfExtrusion::Box ( double theTol) const

Compute bounding box for full surface.

◆ Box() [2/2]

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].

◆ BoxOptimal() [1/2]

Bnd_Box GeomBndLib_SurfaceOfExtrusion::BoxOptimal ( double theTol) const
inline

Compute precise bounding box for full surface.

◆ BoxOptimal() [2/2]

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.

◆ Geometry()

const occ::handle< Geom_SurfaceOfLinearExtrusion > & GeomBndLib_SurfaceOfExtrusion::Geometry ( ) const
inline

◆ operator=() [1/2]

GeomBndLib_SurfaceOfExtrusion & GeomBndLib_SurfaceOfExtrusion::operator= ( const GeomBndLib_SurfaceOfExtrusion & )
delete

◆ operator=() [2/2]

GeomBndLib_SurfaceOfExtrusion & GeomBndLib_SurfaceOfExtrusion::operator= ( GeomBndLib_SurfaceOfExtrusion && )
delete

The documentation for this class was generated from the following file: