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

Computes bounding box for a BSpline surface (Geom_BSplineSurface). Uses poles convex hull with knot-based index selection via ComputePolesIndexes. More...

#include <GeomBndLib_BSplineSurface.hxx>

Public Member Functions

 GeomBndLib_BSplineSurface (const occ::handle< Geom_BSplineSurface > &theSurf)
 
 GeomBndLib_BSplineSurface (const GeomBndLib_BSplineSurface &)=delete
 
GeomBndLib_BSplineSurfaceoperator= (const GeomBndLib_BSplineSurface &)=delete
 
 GeomBndLib_BSplineSurface (GeomBndLib_BSplineSurface &&)=delete
 
GeomBndLib_BSplineSurfaceoperator= (GeomBndLib_BSplineSurface &&)=delete
 
const occ::handle< Geom_BSplineSurface > & 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 BSpline surface (Geom_BSplineSurface). Uses poles convex hull with knot-based index selection via ComputePolesIndexes.

Constructor & Destructor Documentation

◆ GeomBndLib_BSplineSurface() [1/3]

GeomBndLib_BSplineSurface::GeomBndLib_BSplineSurface ( const occ::handle< Geom_BSplineSurface > & theSurf)
inline

◆ GeomBndLib_BSplineSurface() [2/3]

GeomBndLib_BSplineSurface::GeomBndLib_BSplineSurface ( const GeomBndLib_BSplineSurface & )
delete

◆ GeomBndLib_BSplineSurface() [3/3]

GeomBndLib_BSplineSurface::GeomBndLib_BSplineSurface ( GeomBndLib_BSplineSurface && )
delete

Member Function Documentation

◆ Box() [1/2]

Bnd_Box GeomBndLib_BSplineSurface::Box ( double theTol) const

Compute bounding box for full surface.

◆ Box() [2/2]

Bnd_Box GeomBndLib_BSplineSurface::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_BSplineSurface::BoxOptimal ( double theTol) const

Compute precise bounding box for full surface.

◆ BoxOptimal() [2/2]

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

Compute precise bounding box using numerical optimization.

◆ Geometry()

const occ::handle< Geom_BSplineSurface > & GeomBndLib_BSplineSurface::Geometry ( ) const
inline

◆ operator=() [1/2]

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

◆ operator=() [2/2]

GeomBndLib_BSplineSurface & GeomBndLib_BSplineSurface::operator= ( GeomBndLib_BSplineSurface && )
delete

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