API Reference > FacetModeler Namespace > Classes > BinaryStream Class > BinaryStream Methods > BinaryStream::WriteVertexList Method
BinaryStream::WriteVertexList Method
Syntax
C++
void WriteVertexList(Vertex* pVertexList, OdUInt32 uVtxCount);
Parameters 
Description 
Vertex* pVertexList 
[in] Vertex list pointer.  
OdUInt32 uVtxCount 
[in] Vertices number to write. 

Writes the specified number of vertices from the vertex list. 

 

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