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

Constructor for the OdGePolyline3d class. 

 

Constructs a polyline approximating a curve within the specified tolerance.

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