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

Computes bounding box for a conical surface (Geom_ConicalSurface). Uses ElSLib iso-curves and GeomBndLib_ConicHelpers for circle arc bounding. More...

#include <GeomBndLib_Cone.hxx>

Public Member Functions

 GeomBndLib_Cone (const occ::handle< Geom_ConicalSurface > &theSurf)
 
 GeomBndLib_Cone (const GeomBndLib_Cone &)=delete
 
GeomBndLib_Coneoperator= (const GeomBndLib_Cone &)=delete
 
 GeomBndLib_Cone (GeomBndLib_Cone &&)=delete
 
GeomBndLib_Coneoperator= (GeomBndLib_Cone &&)=delete
 
const occ::handle< Geom_ConicalSurface > & Geometry () const
 
Bnd_Box Box (double theTol) const
 Compute bounding box for full cone.
 
Bnd_Box Box (double theUMin, double theUMax, double theVMin, double theVMax, double theTol) const
 Compute bounding box for cone patch [theUMin, theUMax] x [theVMin, theVMax].
 
Bnd_Box BoxOptimal (double theUMin, double theUMax, double theVMin, double theVMax, double theTol) const
 For analytical surfaces, BoxOptimal is same as Box.
 
Bnd_Box BoxOptimal (double theTol) const
 Compute optimal bounding box for full surface.
 

Detailed Description

Computes bounding box for a conical surface (Geom_ConicalSurface). Uses ElSLib iso-curves and GeomBndLib_ConicHelpers for circle arc bounding.

Constructor & Destructor Documentation

◆ GeomBndLib_Cone() [1/3]

GeomBndLib_Cone::GeomBndLib_Cone ( const occ::handle< Geom_ConicalSurface > & theSurf)
inline

◆ GeomBndLib_Cone() [2/3]

GeomBndLib_Cone::GeomBndLib_Cone ( const GeomBndLib_Cone & )
delete

◆ GeomBndLib_Cone() [3/3]

GeomBndLib_Cone::GeomBndLib_Cone ( GeomBndLib_Cone && )
delete

Member Function Documentation

◆ Box() [1/2]

Bnd_Box GeomBndLib_Cone::Box ( double theTol) const

Compute bounding box for full cone.

◆ Box() [2/2]

Bnd_Box GeomBndLib_Cone::Box ( double theUMin,
double theUMax,
double theVMin,
double theVMax,
double theTol ) const

Compute bounding box for cone patch [theUMin, theUMax] x [theVMin, theVMax].

◆ BoxOptimal() [1/2]

Bnd_Box GeomBndLib_Cone::BoxOptimal ( double theTol) const
inline

Compute optimal bounding box for full surface.

◆ BoxOptimal() [2/2]

Bnd_Box GeomBndLib_Cone::BoxOptimal ( double theUMin,
double theUMax,
double theVMin,
double theVMax,
double theTol ) const
inline

For analytical surfaces, BoxOptimal is same as Box.

◆ Geometry()

const occ::handle< Geom_ConicalSurface > & GeomBndLib_Cone::Geometry ( ) const
inline

◆ operator=() [1/2]

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

◆ operator=() [2/2]

GeomBndLib_Cone & GeomBndLib_Cone::operator= ( GeomBndLib_Cone && )
delete

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