Open CASCADE Technology 7.8.2.dev
|
Approximation of a free-form curve by a sequence of arcs+segments. More...
#include <Geom2dConvert_ApproxArcsSegments.hxx>
Public Types | |
enum | Status { StatusOK = 0 , StatusNotDone , StatusError } |
Public Member Functions | |
Geom2dConvert_ApproxArcsSegments (const Adaptor2d_Curve2d &theCurve, const Standard_Real theTolerance, const Standard_Real theAngleTol) | |
Constructor. | |
const TColGeom2d_SequenceOfCurve & | GetResult () const |
Get the result curve after approximation. | |
Approximation of a free-form curve by a sequence of arcs+segments.
Geom2dConvert_ApproxArcsSegments::Geom2dConvert_ApproxArcsSegments | ( | const Adaptor2d_Curve2d & | theCurve, |
const Standard_Real | theTolerance, | ||
const Standard_Real | theAngleTol ) |
Constructor.
|
inline |
Get the result curve after approximation.