API Reference > OdGe Classes > OdGePolyline2d Class > OdGePolyline2d Constructor > OdGePolyline2d::OdGePolyline2d Constructor (OdGeKnotVector&, OdGePoint2dArray&)
OdGePolyline2d::OdGePolyline2d Constructor (OdGeKnotVector&, OdGePoint2dArray&)
Syntax
C++
OdGePolyline2d(const OdGeKnotVector& knots, const OdGePoint2dArray& points);
Parameters 
Description 
const OdGeKnotVector& knots 
[in] Knot vector.  
const OdGePoint2dArray& points 
[in] Array of 2D points with which a polyline is constructed. 

Constructor for the OdGePolyline2d class. 

 

Constructs a polyline with the knots and point values established.

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