API Reference > OdGe Classes > OdGePolyline3d Class > OdGePolyline3d Constructor > OdGePolyline3d::OdGePolyline3d Constructor (OdInt32, OdGePoint3d*)
OdGePolyline3d::OdGePolyline3d Constructor (OdInt32, OdGePoint3d*)
Syntax
C++
OdGePolyline3d(OdInt32 numPoints, const OdGePoint3d* pPoints);
Parameters 
Description 
OdInt32 numPoints 
[in] Number of points in the array.  
const OdGePoint3d* pPoints 
[in] A pointer to an array of points with which a polyline is constructed. 

Constructor for the OdGePolyline3d class. 

 

Constructs a polyline with the given points.

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