API Reference > Classes > PRC Surface Classes > OdPrcSurface Class > OdPrcSurface Methods > OdPrcSurface::readArray Method
OdPrcSurface::readArray Method
Syntax
C++
static void readArray(OdPrcSurfacePtrArray & array, OdPrcCompressedFiler * pStream);
Parameters 
Description 
OdPrcSurfacePtrArray & array 
[out] A reference to an array of surfaces to fill after reading from a stream.  
OdPrcCompressedFiler * pStream 
[in] A pointer to a compressed filer stream to read data from. 

Reads surface array data from a specified compressed filer stream, creates surfaces, and returns an array of smart pointers to the created surfaces. 

 

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