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

Computes bounding box for a toroidal surface (Geom_ToroidalSurface). Uses 8-point polygon approximation via GeomBndLib_ConicHelpers and extremal-point computation for degenerate torus (Ra < Ri). More...

#include <GeomBndLib_Torus.hxx>

Public Member Functions

 GeomBndLib_Torus (const occ::handle< Geom_ToroidalSurface > &theSurf)
 
 GeomBndLib_Torus (const GeomBndLib_Torus &)=delete
 
GeomBndLib_Torusoperator= (const GeomBndLib_Torus &)=delete
 
 GeomBndLib_Torus (GeomBndLib_Torus &&)=delete
 
GeomBndLib_Torusoperator= (GeomBndLib_Torus &&)=delete
 
const occ::handle< Geom_ToroidalSurface > & Geometry () const
 
Bnd_Box Box (double theTol) const
 Compute bounding box for full torus.
 
Bnd_Box Box (double theUMin, double theUMax, double theVMin, double theVMax, double theTol) const
 Compute bounding box for torus patch [theUMin, theUMax] x [theVMin, theVMax].
 
Bnd_Box BoxOptimal (double theUMin, double theUMax, double theVMin, double theVMax, double theTol) const
 Compute precise bounding box for torus patch using PSO + Powell optimization.
 
Bnd_Box BoxOptimal (double theTol) const
 Compute precise bounding box for full torus.
 

Detailed Description

Computes bounding box for a toroidal surface (Geom_ToroidalSurface). Uses 8-point polygon approximation via GeomBndLib_ConicHelpers and extremal-point computation for degenerate torus (Ra < Ri).

Constructor & Destructor Documentation

◆ GeomBndLib_Torus() [1/3]

GeomBndLib_Torus::GeomBndLib_Torus ( const occ::handle< Geom_ToroidalSurface > & theSurf)
inline

◆ GeomBndLib_Torus() [2/3]

GeomBndLib_Torus::GeomBndLib_Torus ( const GeomBndLib_Torus & )
delete

◆ GeomBndLib_Torus() [3/3]

GeomBndLib_Torus::GeomBndLib_Torus ( GeomBndLib_Torus && )
delete

Member Function Documentation

◆ Box() [1/2]

Bnd_Box GeomBndLib_Torus::Box ( double theTol) const

Compute bounding box for full torus.

◆ Box() [2/2]

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

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

◆ BoxOptimal() [1/2]

Bnd_Box GeomBndLib_Torus::BoxOptimal ( double theTol) const

Compute precise bounding box for full torus.

◆ BoxOptimal() [2/2]

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

Compute precise bounding box for torus patch using PSO + Powell optimization.

◆ Geometry()

const occ::handle< Geom_ToroidalSurface > & GeomBndLib_Torus::Geometry ( ) const
inline

◆ operator=() [1/2]

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

◆ operator=() [2/2]

GeomBndLib_Torus & GeomBndLib_Torus::operator= ( GeomBndLib_Torus && )
delete

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