API Reference > Functions > writePoint2dArray Function
writePoint2dArray Function
Syntax
C++
void writePoint2dArray(const OdGePoint2dArray & array, OdPrcCompressedFiler * pStream, OdUInt32 num);

PrcCompressedFiler.h

Parameters 
Description 
const OdGePoint2dArray & array 
[in] An array of 2D points to write.  
OdPrcCompressedFiler * pStream 
[in] A pointer to an output stream.  
OdUInt32 num 
[in] A number of elements. 

Writes an array of 2D points to a stream. 

 

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