API Reference > Classes > PRC Curve Classes > OdPrcPolyLine3d Class > OdPrcPolyLine3d Methods > setPoints Method > OdPrcPolyLine3d::setPoints Method (OdGePoint3dArray &, bool)
OdPrcPolyLine3d::setPoints Method (OdGePoint3dArray &, bool)
Syntax
C++
OdResult setPoints(const OdGePoint3dArray & points, bool updateParameterization = false);
Parameters 
Description 
const OdGePoint3dArray & points 
[in] A new points array to be set.  
bool updateParameterization = false 
[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.

Sets a new points array to redefine the polyline. 

 

Copyright (c) 2002-2020. Open Design Alliance. All rights reserved.