Hello,
I have a question regarding composite elements.
In the IFC file I have a Roof.
This roof is made up of two slabs
For example:
350 IfcSlab
351 IfcSlab
352 IfcRoof (350, 351)
In the backend in the process I read the data of the roof. I set my roof as 352.
Once I implement the viewer and I select 352 the complete roof is not colored or selected because the roof is not there, what is present in the model is the slabs.
Do you have any recommendation to handle better those cases.
Also I would like to know the level of IfcRel Aggregates we should work or the plugin uses.
Thank you for your kind support.
Hello,
I have a question regarding composite elements.
In the IFC file I have a Roof.
This roof is made up of two slabs
For example:
350 IfcSlab
351 IfcSlab
352 IfcRoof (350, 351)
In the backend in the process I read the data of the roof. I set my roof as 352.
Once I implement the viewer and I select 352 the complete roof is not colored or selected because the roof is not there, what is present in the model is the slabs.
Do you have any recommendation to handle better those cases.
Also I would like to know the level of IfcRel Aggregates we should work or the plugin uses.
Thank you for your kind support.