mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 17:58:20 +00:00
Fix bug where assigning a new container would shift object placements incorrectly due to SI unit conversion
This commit is contained in:
@@ -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,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user