Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdGePolyline3d::OdGePolyline3d Constructor (OdInt32, const OdGePoint3d*)
Syntax
C++
OdGePolyline3d(OdInt32 numPoints, const OdGePoint3d* pPoints);

Constructor for the OdGePolyline3d class. 

 

Parameters
Description
numPoints
[in] Number of points in the array.
pPoints
[in] A pointer to an array of points with which a polyline is constructed.

Constructs a polyline with the given points.

Copyright © 2002-2022. Open Design Alliance All rights reserved.