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

Computes bounding box for a Bezier surface (Geom_BezierSurface). Uses poles convex hull for full surface, grid sampling for trimmed patches. More...

#include <GeomBndLib_BezierSurface.hxx>

Public Member Functions

 GeomBndLib_BezierSurface (const occ::handle< Geom_BezierSurface > &theSurf)
 
 GeomBndLib_BezierSurface (const GeomBndLib_BezierSurface &)=delete
 
GeomBndLib_BezierSurfaceoperator= (const GeomBndLib_BezierSurface &)=delete
 
 GeomBndLib_BezierSurface (GeomBndLib_BezierSurface &&)=delete
 
GeomBndLib_BezierSurfaceoperator= (GeomBndLib_BezierSurface &&)=delete
 
const occ::handle< Geom_BezierSurface > & Geometry () const
 
Bnd_Box Box (double theTol) const
 Compute bounding box for full surface.
 
Bnd_Box Box (double theUMin, double theUMax, double theVMin, double theVMax, double theTol) const
 Compute bounding box for surface patch [theUMin, theUMax] x [theVMin, theVMax].
 
Bnd_Box BoxOptimal (double theTol) const
 Compute precise bounding box for full surface.
 
Bnd_Box BoxOptimal (double theUMin, double theUMax, double theVMin, double theVMax, double theTol) const
 Compute precise bounding box using numerical optimization.
 

Detailed Description

Computes bounding box for a Bezier surface (Geom_BezierSurface). Uses poles convex hull for full surface, grid sampling for trimmed patches.

Constructor & Destructor Documentation

◆ GeomBndLib_BezierSurface() [1/3]

GeomBndLib_BezierSurface::GeomBndLib_BezierSurface ( const occ::handle< Geom_BezierSurface > & theSurf)
inline

◆ GeomBndLib_BezierSurface() [2/3]

GeomBndLib_BezierSurface::GeomBndLib_BezierSurface ( const GeomBndLib_BezierSurface & )
delete

◆ GeomBndLib_BezierSurface() [3/3]

GeomBndLib_BezierSurface::GeomBndLib_BezierSurface ( GeomBndLib_BezierSurface && )
delete

Member Function Documentation

◆ Box() [1/2]

Bnd_Box GeomBndLib_BezierSurface::Box ( double theTol) const

Compute bounding box for full surface.

◆ Box() [2/2]

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

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

◆ BoxOptimal() [1/2]

Bnd_Box GeomBndLib_BezierSurface::BoxOptimal ( double theTol) const

Compute precise bounding box for full surface.

◆ BoxOptimal() [2/2]

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

Compute precise bounding box using numerical optimization.

◆ Geometry()

const occ::handle< Geom_BezierSurface > & GeomBndLib_BezierSurface::Geometry ( ) const
inline

◆ operator=() [1/2]

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

◆ operator=() [2/2]

GeomBndLib_BezierSurface & GeomBndLib_BezierSurface::operator= ( GeomBndLib_BezierSurface && )
delete

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