API Reference > Functions > readPoint2dArray Function
readPoint2dArray Function
Syntax
C++
void readPoint2dArray(OdGePoint2dArray & array, OdPrcCompressedFiler * pStream);

PrcCompressedFiler.h

Parameters 
Description 
OdGePoint2dArray & array 
[out] A reference to an array of 2D points to store read data.  
OdPrcCompressedFiler * pStream 
[in] A pointer to an input file stream. 

Reads an array of 2D points from a file. 

 

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