Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbPolyline::reset Method
Syntax
C++
void reset(bool reuse, unsigned int numVerts);

Resets the vertex data for this Polyline entity. 

 

Parameters
Description
reuse
[in] True to retain vertices.
numVerts
[in] Number of vertices to retain.

If reuse is true, the vertex list will be expanded or truncated such that exactly numVerts vertices exist. 

If reuse is false, all vertices will be deleted.

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