This class provides several options to tune the IFC Writer.
It must be provided to Ifcw::InitWrite method.
More...
Public Member Functions | |
WriteOptions & | operator= (const WriteOptions &s) |
\Operator = More... | |
WriteOptions () | |
Base constructor. More... | |
Data Fields | |
Dtk_bool | buildingTypeRecognition |
DTK_TRUE : enable building type recognition (deduces if an element is an IFCWALL, IFCWINDOW...), DTK_FALSE : disable building type recognition. More... | |
int | versionIndicator |
Int representing IFC version to use : 0 ( default ) = IFC2x3; 1 = IFC4. More... | |
This class provides several options to tune the IFC Writer.
It must be provided to Ifcw::InitWrite method.
Ifcw::WriteOptions::WriteOptions | ( | ) |
Base constructor.
WriteOptions& Ifcw::WriteOptions::operator= | ( | const WriteOptions & | s | ) |
\Operator =
Dtk_bool Ifcw::WriteOptions::buildingTypeRecognition |
DTK_TRUE : enable building type recognition (deduces if an element is an IFCWALL, IFCWINDOW...), DTK_FALSE : disable building type recognition.
int Ifcw::WriteOptions::versionIndicator |
Int representing IFC version to use : 0 ( default ) = IFC2x3; 1 = IFC4.