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

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

#include <GeomBndLib_Parabola2d.hxx>

Public Member Functions

 GeomBndLib_Parabola2d (const occ::handle< Geom2d_Parabola > &theParabola)
 
 GeomBndLib_Parabola2d (const GeomBndLib_Parabola2d &)=delete
 
GeomBndLib_Parabola2doperator= (const GeomBndLib_Parabola2d &)=delete
 
 GeomBndLib_Parabola2d (GeomBndLib_Parabola2d &&)=delete
 
GeomBndLib_Parabola2doperator= (GeomBndLib_Parabola2d &&)=delete
 
const occ::handle< Geom2d_Parabola > & Geometry () const
 
Bnd_Box2d Box (double theU1, double theU2, double theTol) const
 Compute bounding box for arc [theU1, theU2].
 
Bnd_Box2d Box (double theTol) const
 Compute bounding box for full curve.
 
Bnd_Box2d BoxOptimal (double theU1, double theU2, double theTol) const
 For analytical curves, BoxOptimal is same as Box.
 

Static Public Member Functions

static Bnd_Box2d Box (const gp_Parab2d &theParab, double theU1, double theU2, double theTol)
 Compute bounding box for a 2D parabola arc [theU1, theU2] defined by gp_Parab2d.
 

Detailed Description

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

Static method accepting gp_Parab2d can be used directly without constructing a Geom2d_Parabola handle.

Constructor & Destructor Documentation

◆ GeomBndLib_Parabola2d() [1/3]

GeomBndLib_Parabola2d::GeomBndLib_Parabola2d ( const occ::handle< Geom2d_Parabola > & theParabola)
inline

◆ GeomBndLib_Parabola2d() [2/3]

GeomBndLib_Parabola2d::GeomBndLib_Parabola2d ( const GeomBndLib_Parabola2d & )
delete

◆ GeomBndLib_Parabola2d() [3/3]

GeomBndLib_Parabola2d::GeomBndLib_Parabola2d ( GeomBndLib_Parabola2d && )
delete

Member Function Documentation

◆ Box() [1/3]

static Bnd_Box2d GeomBndLib_Parabola2d::Box ( const gp_Parab2d & theParab,
double theU1,
double theU2,
double theTol )
static

Compute bounding box for a 2D parabola arc [theU1, theU2] defined by gp_Parab2d.

◆ Box() [2/3]

Bnd_Box2d GeomBndLib_Parabola2d::Box ( double theTol) const
inline

Compute bounding box for full curve.

◆ Box() [3/3]

Bnd_Box2d GeomBndLib_Parabola2d::Box ( double theU1,
double theU2,
double theTol ) const
inline

Compute bounding box for arc [theU1, theU2].

◆ BoxOptimal()

Bnd_Box2d GeomBndLib_Parabola2d::BoxOptimal ( double theU1,
double theU2,
double theTol ) const
inline

For analytical curves, BoxOptimal is same as Box.

◆ Geometry()

const occ::handle< Geom2d_Parabola > & GeomBndLib_Parabola2d::Geometry ( ) const
inline

◆ operator=() [1/2]

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

◆ operator=() [2/2]

GeomBndLib_Parabola2d & GeomBndLib_Parabola2d::operator= ( GeomBndLib_Parabola2d && )
delete

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