Close

Relief for ODA Team in Ukraine

Learn more
ODA PRC SDK
OdPrcToXmlModule::prcToTxt Method
Syntax
C++
virtual OdResult prcToTxt(OdStreamBufPtr pPrcStream, OdStreamBufPtr pXmlStream, ControlFlags flags = ControlFlags::kDefaultMode);

Writes PRC data to a specified output stream. 

 

Parameters
Description
pPrcStream
[in] A smart pointer to an input stream with PRC data.
pXmlStream
[in] A smart pointer to an output stream (.txt file) to write to.
flags
[in] A group of flags to control output in a .txt file.

Returns eOk if PRC data was written successfully to an .xml file or an appropriate error code in the other case.

Copyright © 2002-2022. Open Design Alliance All rights reserved.