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

PrcCompressedFiler.h

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

Writes an array of 3D points to a stream. 

 

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