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

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

#include <GeomBndLib_Cylinder.hxx>

Public Member Functions

 GeomBndLib_Cylinder (const occ::handle< Geom_CylindricalSurface > &theSurf)
 
 GeomBndLib_Cylinder (const GeomBndLib_Cylinder &)=delete
 
GeomBndLib_Cylinderoperator= (const GeomBndLib_Cylinder &)=delete
 
 GeomBndLib_Cylinder (GeomBndLib_Cylinder &&)=delete
 
GeomBndLib_Cylinderoperator= (GeomBndLib_Cylinder &&)=delete
 
const occ::handle< Geom_CylindricalSurface > & Geometry () const
 
Bnd_Box Box (double theTol) const
 Compute bounding box for full cylinder.
 
Bnd_Box Box (double theUMin, double theUMax, double theVMin, double theVMax, double theTol) const
 Compute bounding box for cylinder 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 cylindrical surface (Geom_CylindricalSurface). Uses ElSLib iso-curves and GeomBndLib_ConicHelpers for circle arc bounding.

Constructor & Destructor Documentation

◆ GeomBndLib_Cylinder() [1/3]

GeomBndLib_Cylinder::GeomBndLib_Cylinder ( const occ::handle< Geom_CylindricalSurface > & theSurf)
inline

◆ GeomBndLib_Cylinder() [2/3]

GeomBndLib_Cylinder::GeomBndLib_Cylinder ( const GeomBndLib_Cylinder & )
delete

◆ GeomBndLib_Cylinder() [3/3]

GeomBndLib_Cylinder::GeomBndLib_Cylinder ( GeomBndLib_Cylinder && )
delete

Member Function Documentation

◆ Box() [1/2]

Bnd_Box GeomBndLib_Cylinder::Box ( double theTol) const

Compute bounding box for full cylinder.

◆ Box() [2/2]

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

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

◆ BoxOptimal() [1/2]

Bnd_Box GeomBndLib_Cylinder::BoxOptimal ( double theTol) const
inline

Compute optimal bounding box for full surface.

◆ BoxOptimal() [2/2]

Bnd_Box GeomBndLib_Cylinder::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_CylindricalSurface > & GeomBndLib_Cylinder::Geometry ( ) const
inline

◆ operator=() [1/2]

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

◆ operator=() [2/2]

GeomBndLib_Cylinder & GeomBndLib_Cylinder::operator= ( GeomBndLib_Cylinder && )
delete

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