Open CASCADE Technology Reference Manual 8.0.0
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions
GeomBndLib_Hyperbola Class Reference

Computes bounding box for a 3D hyperbola (Geom_Hyperbola). Handles infinite parameters by opening the box in appropriate directions. More...

#include <GeomBndLib_Hyperbola.hxx>

Public Member Functions

 GeomBndLib_Hyperbola (const occ::handle< Geom_Hyperbola > &theHyperbola)
 
 GeomBndLib_Hyperbola (const GeomBndLib_Hyperbola &)=delete
 
GeomBndLib_Hyperbolaoperator= (const GeomBndLib_Hyperbola &)=delete
 
 GeomBndLib_Hyperbola (GeomBndLib_Hyperbola &&)=delete
 
GeomBndLib_Hyperbolaoperator= (GeomBndLib_Hyperbola &&)=delete
 
const occ::handle< Geom_Hyperbola > & Geometry () const
 
Bnd_Box Box (double theU1, double theU2, double theTol) const
 Compute bounding box for arc [theU1, theU2].
 
Bnd_Box Box (double theTol) const
 Compute bounding box for full curve.
 
Bnd_Box BoxOptimal (double theU1, double theU2, double theTol) const
 For analytical curves, BoxOptimal is same as Box.
 

Static Public Member Functions

static Bnd_Box Box (const gp_Hypr &theHypr, double theU1, double theU2, double theTol)
 Compute bounding box for a hyperbola arc [theU1, theU2] defined by gp_Hypr.
 

Detailed Description

Computes bounding box for a 3D hyperbola (Geom_Hyperbola). Handles infinite parameters by opening the box in appropriate directions.

Static method accepting gp_Hypr can be used directly without constructing a Geom_Hyperbola handle.

Constructor & Destructor Documentation

◆ GeomBndLib_Hyperbola() [1/3]

GeomBndLib_Hyperbola::GeomBndLib_Hyperbola ( const occ::handle< Geom_Hyperbola > & theHyperbola)
inline

◆ GeomBndLib_Hyperbola() [2/3]

GeomBndLib_Hyperbola::GeomBndLib_Hyperbola ( const GeomBndLib_Hyperbola & )
delete

◆ GeomBndLib_Hyperbola() [3/3]

GeomBndLib_Hyperbola::GeomBndLib_Hyperbola ( GeomBndLib_Hyperbola && )
delete

Member Function Documentation

◆ Box() [1/3]

static Bnd_Box GeomBndLib_Hyperbola::Box ( const gp_Hypr & theHypr,
double theU1,
double theU2,
double theTol )
static

Compute bounding box for a hyperbola arc [theU1, theU2] defined by gp_Hypr.

◆ Box() [2/3]

Bnd_Box GeomBndLib_Hyperbola::Box ( double theTol) const
inline

Compute bounding box for full curve.

◆ Box() [3/3]

Bnd_Box GeomBndLib_Hyperbola::Box ( double theU1,
double theU2,
double theTol ) const
inline

Compute bounding box for arc [theU1, theU2].

◆ BoxOptimal()

Bnd_Box GeomBndLib_Hyperbola::BoxOptimal ( double theU1,
double theU2,
double theTol ) const
inline

For analytical curves, BoxOptimal is same as Box.

◆ Geometry()

const occ::handle< Geom_Hyperbola > & GeomBndLib_Hyperbola::Geometry ( ) const
inline

◆ operator=() [1/2]

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

◆ operator=() [2/2]

GeomBndLib_Hyperbola & GeomBndLib_Hyperbola::operator= ( GeomBndLib_Hyperbola && )
delete

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