Close

Relief for ODA Team in Ukraine

Learn more
ODA PRC SDK
OdPrcToXmlModule::prcToXml Method
Syntax
C++
virtual OdResult prcToXml(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 (.xml file) to write to.
flags
[in] A group of flags to control output in an .xml 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.