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

Computes bounding box for a spherical surface (Geom_SphericalSurface). Uses direct extremal-point computation and ElSLib iso-curves with GeomBndLib_ConicHelpers for circle arc bounding. More...

#include <GeomBndLib_Sphere.hxx>

Public Member Functions

 GeomBndLib_Sphere (const occ::handle< Geom_SphericalSurface > &theSurf)
 
 GeomBndLib_Sphere (const GeomBndLib_Sphere &)=delete
 
GeomBndLib_Sphereoperator= (const GeomBndLib_Sphere &)=delete
 
 GeomBndLib_Sphere (GeomBndLib_Sphere &&)=delete
 
GeomBndLib_Sphereoperator= (GeomBndLib_Sphere &&)=delete
 
const occ::handle< Geom_SphericalSurface > & Geometry () const
 
Bnd_Box Box (double theTol) const
 Compute bounding box for full sphere.
 
Bnd_Box Box (double theUMin, double theUMax, double theVMin, double theVMax, double theTol) const
 Compute bounding box for sphere 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 spherical surface (Geom_SphericalSurface). Uses direct extremal-point computation and ElSLib iso-curves with GeomBndLib_ConicHelpers for circle arc bounding.

Constructor & Destructor Documentation

◆ GeomBndLib_Sphere() [1/3]

GeomBndLib_Sphere::GeomBndLib_Sphere ( const occ::handle< Geom_SphericalSurface > & theSurf)
inline

◆ GeomBndLib_Sphere() [2/3]

GeomBndLib_Sphere::GeomBndLib_Sphere ( const GeomBndLib_Sphere & )
delete

◆ GeomBndLib_Sphere() [3/3]

GeomBndLib_Sphere::GeomBndLib_Sphere ( GeomBndLib_Sphere && )
delete

Member Function Documentation

◆ Box() [1/2]

Bnd_Box GeomBndLib_Sphere::Box ( double theTol) const

Compute bounding box for full sphere.

◆ Box() [2/2]

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

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

◆ BoxOptimal() [1/2]

Bnd_Box GeomBndLib_Sphere::BoxOptimal ( double theTol) const
inline

Compute optimal bounding box for full surface.

◆ BoxOptimal() [2/2]

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

◆ operator=() [1/2]

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

◆ operator=() [2/2]

GeomBndLib_Sphere & GeomBndLib_Sphere::operator= ( GeomBndLib_Sphere && )
delete

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