Close

Relief for ODA Team in Ukraine

Learn more
ODA PRC SDK
OdPrcPolyLine2d::setPoints Method (const OdGePoint2d *, OdUInt32, bool)
Syntax
C++
OdResult setPoints(const OdGePoint2d * points, OdUInt32 numPoints, bool updateParameterization = false);

Sets a new points array to redefine the polyline. 

 

Parameters
Description
points
[in] A pointer to a new array of OdGePoiont2d objects to be set as a points array.
numPoints
[in] A points count.
updateParameterization
[in] A flag determining whether the parameterization should be updated. Default value is false.

Returns eOk if the points array was successfully set or an appropriate error code in the other case.

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