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

Constructor for the OdGePolyline3d class. 

 

Constructs a polyline with the knots and point values established.

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