API Reference > Classes > PRC Markup Classes > OdPrcMarkupTessBufPolyline Class > OdPrcMarkupTessBufPolyline Methods > setPoints Method > OdPrcMarkupTessBufPolyline::setPoints Method (OdPrcFloatPoint *, OdUInt32)
OdPrcMarkupTessBufPolyline::setPoints Method (OdPrcFloatPoint *, OdUInt32)
Syntax
C++
OdResult setPoints(const OdPrcFloatPoint * points, OdUInt32 numPoints);
Parameters 
Description 
const OdPrcFloatPoint * points 
[in] A new array of points represented as a heap pointer.  
OdUInt32 numPoints 
[in] Quantity of points in the specified array.
 

Returns eOk if a new point array has been successfully set.

Sets a new array of polyline points. 

 

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