Hey everyone,
I have a script that uses 'Linked Duplicates' to duplicate assemblies (IfcElementAssembly) and distribute houses in a development. This script relies on the assemblies working correctly.
I need to assign objects within these assemblies to their respective storeys (IfcBuildingStorey), but when I do that, the objects are removed from the assemblies, breaking my 'Linked Duplicates' script.
Is there a way to assign objects to storeys without them being removed from assemblies, so my 'Linked Duplicates' script continues to work?
Is this removal of the relationship when setting the storey intentional (to follow good practices or the IFCSchema), or is it a bug in the addon?
Any help would be greatly appreciated! This script is crucial for my workflow.