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

PrcCompressedFiler.h

Parameters 
Description 
OdGeVector3dArray & array 
[out] A reference to an array of 3D vectors to store read data.  
OdPrcCompressedFiler * pStream 
[in] A pointer to an input file stream.  
OdUInt32 num 
[in] A number of elements. 

Reads an array of 3D vectors from a file. 

 

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