C++
GE_DLLEXPIMPORT AcGePolyline2d( const AcGeKnotVector& knots, const AcGePoint2dArray& points );
Description
Constructs a polyline with the knots and point values established.
Parameters
| Parameters | Description |
|---|---|
| knots | Input knot vectors |
| points | Input array of fit points |