#include <Geom2dConvert_ApproxCurve.hxx>
Public Member Functions | |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Standard_EXPORT | Geom2dConvert_ApproxCurve (const Handle(Geom2d_Curve)&Curve, const Standard_Real Tol2d, const GeomAbs_Shape Order, const Standard_Integer MaxSegments, const Standard_Integer MaxDegree) |
Constructs an approximation framework defined by - the 2D conic Curve - the tolerance value Tol2d - the degree of continuity Order - the maximum number of segments allowed MaxSegments - the highest degree MaxDegree which the polynomial defining the BSpline is allowed to have. . | |
Standard_EXPORT Handle_Geom2d_BSplineCurve | Curve () const |
Returns the 2D BSpline curve resulting from the approximation algorithm. . | |
Standard_EXPORT Standard_Boolean | IsDone () const |
returns Standard_True if the approximation has been done with within requiered tolerance | |
Standard_EXPORT Standard_Boolean | HasResult () const |
returns Standard_True if the approximation did come out with a result that is not NECESSARELY within the required tolerance | |
Standard_EXPORT Standard_Real | MaxError () const |
Returns the greatest distance between a point on the source conic and the BSpline curve resulting from the approximation. (>0 when an approximation has been done, 0 if no approximation) . | |
Standard_EXPORT void | Dump (Standard_OStream &o) const |
Print on the stream o information about the object . | |
Private Attributes | |
Handle_Geom2d_Curve | myCurve |
Standard_Boolean | myIsDone |
Standard_Boolean | myHasResult |
Handle_Geom2d_BSplineCurve | myBSplCurve |
Standard_Real | myMaxError |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|