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

PrcCompressedFiler.h

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

Writes an array of 3D points to a stream. 

 

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