This article describes how to export from BimRv to the IFC format
using external property set and quantity definitions.
Calculation and creation of common properties and quantities during
export to IFC is implemented using the IFC PSDQTO module. So, you
need to fill PSDQTO data from external storage, for example,
from the buildingSmart official PSD output xml files,
which you can find in the IFC SDK
archives in Ifc\Data\IFCSDK\PSDQTO\IFC4.
To use XML files in TB_IfcExport, place the property definition XML files in the
folder with your binaries. The default path for property set definition files is
IFC4PSDQTO\psd and for quantity definition files is
IFC4PSDQTO\qto.
To use another path, change the default path
by adding export option definitions. The following code sample demonstrates
how to define new paths in the
BmIfcExportEx application: