API Reference > OdExport Classes > CHoopsGlyphWriter Class > CHoopsGlyphWriter Methods > CHoopsGlyphWriter::polylineOut Method
CHoopsGlyphWriter::polylineOut Method
Syntax
C++
virtual void polylineOut(OdInt32 nbPoints, const OdGePoint3d* pVertexList);
Parameters 
Description 
OdInt32 nbPoints 
[in] A number of polyline vertices.  
const OdGePoint3d* pVertexList 
[in] An array of three-dimensional points, which are the polyline vertices. 

Adds a polyline to the glyph geometry. 

 

Copyright © 2002–2020. Open Design Alliance. All rights reserved.