Fix bug where assigning a new container would shift object placements incorrectly due to SI unit conversion

This commit is contained in:
Dion Moult
2021-09-17 17:13:20 +10:00
parent 2b82eaf019
commit 3eb7c7a6a1
3 changed files with 80 additions and 2 deletions
@@ -51,4 +51,5 @@ class Usecase:
self.file,
product=self.settings["product"],
matrix=ifcopenshell.util.placement.get_local_placement(self.settings["product"].ObjectPlacement),
is_si=False,
)