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

PrcCompressedFiler.h

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

Reads an array of 3D points from a file. 

 

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