Approximation of curve on surface
#include <Approx_CurveOnSurface.hxx>
Public Member Functions |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| | Approx_CurveOnSurface (const Handle< Adaptor2d_HCurve2d > &C2D, const Handle< Adaptor3d_HSurface > &Surf, const Standard_Real First, const Standard_Real Last, const Standard_Real Tol, const GeomAbs_Shape Continuity, const Standard_Integer MaxDegree, const Standard_Integer MaxSegments, const Standard_Boolean Only3d=Standard_False, const Standard_Boolean Only2d=Standard_False) |
| Standard_Boolean | IsDone () const |
| Standard_Boolean | HasResult () const |
| Handle_Geom_BSplineCurve | Curve3d () const |
| Standard_Real | MaxError3d () const |
| Handle_Geom2d_BSplineCurve | Curve2d () const |
| Standard_Real | MaxError2dU () const |
| Standard_Real | MaxError2dV () const |
| | returns the maximum errors relativly to the U component or the V component of the
2d Curve
|
Constructor & Destructor Documentation
Member Function Documentation
| Handle_Geom2d_BSplineCurve Approx_CurveOnSurface::Curve2d |
( |
| ) |
const |
| Handle_Geom_BSplineCurve Approx_CurveOnSurface::Curve3d |
( |
| ) |
const |
| void Approx_CurveOnSurface::operator delete |
( |
void * |
anAddress | ) |
[inline] |
| void* Approx_CurveOnSurface::operator new |
( |
size_t |
, |
|
|
void * |
anAddress |
|
) |
| [inline] |
| void* Approx_CurveOnSurface::operator new |
( |
size_t |
size | ) |
[inline] |
The documentation for this class was generated from the following file: