API Reference > Classes > PRC Curve Classes > OdPrcCurve Class > OdPrcCurve Methods > OdPrcCurve::writeArray Method
OdPrcCurve::writeArray Method
Syntax
C++
static void writeArray(const OdPrcCurvePtrArray & array, OdPrcCompressedFiler * pStream);
Parameters 
Description 
const OdPrcCurvePtrArray & array 
[in] A reference to an array of smart pointers to OdPrcCurve objects.  
OdPrcCompressedFiler * pStream 
[in] A pointer to an output stream (file stream, memory stream) to write to. 

Writes data from a curve array to a specified output stream. 

 

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