Close

Relief for ODA Team in Ukraine

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

Sets a new points array to redefine the polyline. 

 

Parameters
Description
points
[in] A pointer to a new double array 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.