mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-12 14:33:28 +00:00
Fix #2678. Critical typo bug meant that units were fixed to metric millimeters.
This commit is contained in:
@@ -60,7 +60,7 @@ class Usecase:
|
|||||||
"""
|
"""
|
||||||
self.file = file
|
self.file = file
|
||||||
self.settings = {
|
self.settings = {
|
||||||
"units": None,
|
"units": units,
|
||||||
"length": {"is_metric": True, "raw": "MILLIMETERS"},
|
"length": {"is_metric": True, "raw": "MILLIMETERS"},
|
||||||
"area": {"is_metric": True, "raw": "METERS"},
|
"area": {"is_metric": True, "raw": "METERS"},
|
||||||
"volume": {"is_metric": True, "raw": "METERS"},
|
"volume": {"is_metric": True, "raw": "METERS"},
|
||||||
|
|||||||
Reference in New Issue
Block a user