DATAKIT SDK  V2026.2
Options for IFC Reader

In dtk_IfcReader.hpp

//! \brief Set Preference on keeping Opening solids
//! \param [in] inActivate : 1 to keep opening solids, 0 to remove them (default)
static void SetCfgIfcReadComputeOpening( Dtk_bool inActivate );
//! \brief Set Preference on creating a catalog for IfcLayers
//! \param [in] inActivate : 1 create layer catalog, 0 does not create it (default)
static void SetCfgIfcReadComputeLayer( Dtk_bool inActivate );
//! \brief Set Preference on creating a catalog for IfcGroups
//! \param [in] inActivate : 1 create group catalog, 0 does not create it (default)
static void SetCfgIfcReadComputeGroup( Dtk_bool inActivate );
//! \brief Set Preference on keeping IfcSpace components
//! \param [in] inActivate : 1 keep IfcSpace, 0 does not keep them (default)
static void SetCfgIfcReadKeepIfcSpace( Dtk_bool inActivate );
//! \brief Set Preference on setting the name of components
//! \param [in] inActivate : 1 each component name is as defined in the file for the corresponding IfcProduct (default), 2 the name only contains the GUID of the IfcProduct
static void SetCfgIfcDefineNameComponent( int inValue );
//! \brief Set Preference on applying the IfcSite Transfo that is only stored as a metadata otherwise.
//! \param [in] inActivate : 1 apply the transfo, 0 does not apply it (default)
static void SetCfgIfcApplySiteTransfo( Dtk_bool inActivate );
Dtk_bool
char Dtk_bool
Definition: define.h:717