mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-13 02:47:48 +00:00
0b1c049e81
Previously code wasn't shared and duplication was reimplemented in an incomplete way. Now it's shared which means that it's also more sophisticated (i.e. does all the linked aggregate magic). Also the duplicate code seems super complicated especially with arrays and linked aggregates. Moving it into a tool makes it more reusable and we can test it more granularly in the future.