|
Open CASCADE Technology 6.5.2
|
computes the box from a surface
Functions to add a surface to a bounding box.
The surface is defined from a Geom surface.
#include <BndLib_AddSurface.hxx>
Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
Static Public Member Functions | |
| static void | Add (const Adaptor3d_Surface &S, const Standard_Real Tol, Bnd_Box &B) |
| Adds to the bounding box B the surface S B is then enlarged by the tolerance value Tol. Note: depending on the type of curve, one of the following representations of the surface S is used to include it in the bounding box B: | |
| static void | Add (const Adaptor3d_Surface &S, const Standard_Real UMin, const Standard_Real UMax, const Standard_Real VMin, const Standard_Real VMax, const Standard_Real Tol, Bnd_Box &B) |
| Adds to the bounding box B the surface S the patch of the surface S limited in the u parametric direction by the two parameter values UMin, UMax, and in the v parametric direction by the two parameter values VMin, VMax. Note: depending on the type of curve, one of the following representations of the surface S is used to include it in the bounding box B: | |
| static void BndLib_AddSurface::Add | ( | const Adaptor3d_Surface & | S, |
| const Standard_Real | Tol, | ||
| Bnd_Box & | B | ||
| ) | [static] |
| static void BndLib_AddSurface::Add | ( | const Adaptor3d_Surface & | S, |
| const Standard_Real | UMin, | ||
| const Standard_Real | UMax, | ||
| const Standard_Real | VMin, | ||
| const Standard_Real | VMax, | ||
| const Standard_Real | Tol, | ||
| Bnd_Box & | B | ||
| ) | [static] |
| void BndLib_AddSurface::operator delete | ( | void * | anAddress | ) | [inline] |
| void* BndLib_AddSurface::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
| void* BndLib_AddSurface::operator new | ( | size_t | size | ) | [inline] |
1.7.4