 |
DATAKIT API
V2025.3
|
|
Go to the documentation of this file. 1 #ifndef _DTK_IFC_READER_H_
2 #define _DTK_IFC_READER_H_
55 Dtk_Handle * _Private;
59 void ifcr_SetCfgIfcReadComputeOpening(
Dtk_bool inActivate);
61 void ifcr_SetCfgIfcReadComputeLayer(
Dtk_bool inActivate);
63 void ifcr_SetCfgIfcReadComputeGroup(
Dtk_bool inActivate);
65 void ifcr_SetCfgIfcReadKeepIfcSpace(
Dtk_bool inActivate);
67 void ifcr_SetCfgIfcDefineNameComponent(
int inValue);
69 void ifcr_SetCfgIfcApplySiteTransfo(
Dtk_bool inActivate);
71 void ifcr_SetCfgIfcKeepOldInstanceName(
Dtk_bool inActivate );
73 void ifcr_SetCfgIfcEnableStructuralItemPort(
Dtk_bool inActivate );
void SetCfgIfcReadKeepIfcSpace(Dtk_bool inActivate)
Set Preference on keeping IfcSpace components.
Dtk_ErrorStatus GetFileVersion(const Dtk_string &inInputFile, Dtk_string &outVersion)
Dtk_ErrorStatus EndComponent(Dtk_ComponentPtr &inComponent)
Definition: dtk_reader.hpp:15
Dtk_ErrorStatus ReadEntity(Dtk_Node &inNode, Dtk_EntityPtr &outEntity)
This is a high level string class.
Definition: dtk_string.hpp:58
Dtk_ErrorStatus ReadComponent(const Dtk_ComponentPtr &inComponent, Dtk_NodePtr &outRootNode)
void SetCfgIfcReadComputeOpening(Dtk_bool inActivate)
Set Preference on keeping Opening solids that have been removed from others.
void SetCfgIfcDefineNameComponent(int inValue)
Set Preference on setting the name of components.
char Dtk_bool
Definition: define.h:725
Definition: dtk_IfcReader.hpp:5
SetAsDeprecated("2025.3", "Use IfcReader::SetCfgIfcReadComputeOpening.") void ifcr_SetCfgIfcReadComputeOpening(Dtk_bool inActivate)
Dtk_ErrorStatus ReadAdditionalInfos(Dtk_Node &inNode, Dtk_ObjectPtr &outEntity)
void SetCfgIfcApplySiteTransfo(Dtk_bool inActivate)
Set Preference on applying the IfcSite Transfo that is only stored as a metadata otherwise.
This is the Node Class The Dtk_Node object is used to retrieve informations in a Dtk_ComponentPtr obj...
Definition: dtk_maindoc.hpp:230
int32_t Dtk_Int32
Definition: define.h:687
Dtk_ErrorStatus PopulateComponentsTree(const Dtk_string &inInputFile, Dtk_MainDocPtr &inoutDocument, Dtk_ComponentPtr &outRootComponent)
Dtk_ErrorStatus
Definition: error_dtk.hpp:6
void SetCfgIfcReadComputeLayer(Dtk_bool inActivate)
Set Preference on creating a catalog for IfcLayers.
Dtk_ErrorStatus InitReader(const Dtk_string &inInputFile)
Definition: util_ptr_dtk.hpp:37
void SetCfgIfcReadComputeGroup(Dtk_bool inActivate)
Set Preference on creating a catalog for IfcGroups.
Dtk_ErrorStatus CreateDocument(const Dtk_string &inInputFile, Dtk_MainDocPtr &outDocument)
Dtk_ErrorStatus DesactivateReader()
This is a high level array class.
Definition: util_stl_dtk.hpp:85
Dtk_ErrorStatus EndPopulateComponentsTree()
Dtk_ErrorStatus ActivateReader()
Dtk_ErrorStatus PopulateComponentsTree(const Dtk_tab< Dtk_StreamPtr > &inArrayStream, Dtk_MainDocPtr &inoutDocument, Dtk_ComponentPtr &outRootComponent)