API Reference > OdGe Classes > OdGePolyline2d Class > OdGePolyline2d Constructor > OdGePolyline2d::OdGePolyline2d Constructor (OdGeCurve2d&, double)
OdGePolyline2d::OdGePolyline2d Constructor (OdGeCurve2d&, double)
Syntax
C++
OdGePolyline2d(const OdGeCurve2d& crv, double approxEps);
Parameters 
Description 
const OdGeCurve2d& crv 
[in] Input curve to be approximated by a polyline.  
double approxEps 
[in] Input approximation tolerance. 

Constructor for the OdGePolyline2d class. 

 

Constructs a polyline approximating a curve within the specified tolerance.

Copyright © 2002–2020. Open Design Alliance. All rights reserved.