This commit is contained in:
Andrej730
2025-02-18 15:18:23 +05:00
parent 83a351b1c7
commit 17642ca4e9
117 changed files with 683 additions and 1005 deletions
@@ -18,7 +18,7 @@
import ifcopenshell
import ifcopenshell.util.unit
from typing import Optional
from typing import Optional, Any
def assign_unit(
@@ -75,6 +75,9 @@ def assign_unit(
class Usecase:
file: ifcopenshell.file
settings: dict[str, Any]
def execute(self):
# We're going to refactor this to split unit creation and assignment
if self.settings["units"]: