API Reference > Classes > Export Classes > TB_IFCEXPORT Namespace > Classes > OdIfcExport Class > OdIfcExport Methods > OdIfcExport::exportIfc Method (OdStreamBufPtr&, bool)
OdIfcExport::exportIfc Method (OdStreamBufPtr&, bool)
Syntax
C++
virtual ExportResult exportIfc(OdStreamBufPtr& pStream, bool bUnloadIfcAfter = true) = 0;
Parameters 
Description 
OdStreamBufPtr& pStream 
[in] Stream to write IFC model in.  
bool bUnloadIfcAfter = true 
[in] True if need to unload IFC Core after export.
 

Export result.

Virtual method of the IFC export process. 

 

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