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

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

#include <GeomBndLib_Parabola.hxx>

Public Member Functions

 GeomBndLib_Parabola (const occ::handle< Geom_Parabola > &theParabola)
 
 GeomBndLib_Parabola (const GeomBndLib_Parabola &)=delete
 
GeomBndLib_Parabolaoperator= (const GeomBndLib_Parabola &)=delete
 
 GeomBndLib_Parabola (GeomBndLib_Parabola &&)=delete
 
GeomBndLib_Parabolaoperator= (GeomBndLib_Parabola &&)=delete
 
const occ::handle< Geom_Parabola > & 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_Parab &theParab, double theU1, double theU2, double theTol)
 Compute bounding box for a parabola arc [theU1, theU2] defined by gp_Parab.
 

Detailed Description

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

Static method accepting gp_Parab can be used directly without constructing a Geom_Parabola handle.

Constructor & Destructor Documentation

◆ GeomBndLib_Parabola() [1/3]

GeomBndLib_Parabola::GeomBndLib_Parabola ( const occ::handle< Geom_Parabola > & theParabola)
inline

◆ GeomBndLib_Parabola() [2/3]

GeomBndLib_Parabola::GeomBndLib_Parabola ( const GeomBndLib_Parabola & )
delete

◆ GeomBndLib_Parabola() [3/3]

GeomBndLib_Parabola::GeomBndLib_Parabola ( GeomBndLib_Parabola && )
delete

Member Function Documentation

◆ Box() [1/3]

static Bnd_Box GeomBndLib_Parabola::Box ( const gp_Parab & theParab,
double theU1,
double theU2,
double theTol )
static

Compute bounding box for a parabola arc [theU1, theU2] defined by gp_Parab.

◆ Box() [2/3]

Bnd_Box GeomBndLib_Parabola::Box ( double theTol) const
inline

Compute bounding box for full curve.

◆ Box() [3/3]

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

Compute bounding box for arc [theU1, theU2].

◆ BoxOptimal()

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

For analytical curves, BoxOptimal is same as Box.

◆ Geometry()

const occ::handle< Geom_Parabola > & GeomBndLib_Parabola::Geometry ( ) const
inline

◆ operator=() [1/2]

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

◆ operator=() [2/2]

GeomBndLib_Parabola & GeomBndLib_Parabola::operator= ( GeomBndLib_Parabola && )
delete

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