Close

Relief for ODA Team in Ukraine

Learn more
ODA PRC SDK
OdPrcPolyLine3d::setPoints Method (const OdGePoint3d *, OdUInt32, bool)
Syntax
C++
OdResult setPoints(const OdGePoint3d * 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 OdGePoiont3d 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.