This commit is contained in:
Andrej730
2025-02-03 17:40:46 +05:00
parent ecd7282150
commit d4f44cb0a1
25 changed files with 165 additions and 74 deletions
@@ -21,6 +21,7 @@ import ifcopenshell.api.owner
import ifcopenshell.api.geometry
import ifcopenshell.guid
import ifcopenshell.util.placement
from typing import Any
def assign_port(
@@ -68,6 +69,9 @@ def assign_port(
class Usecase:
file: ifcopenshell.file
settings: dict[str, Any]
def execute(self):
if self.file.schema == "IFC2X3":
return self.execute_ifc2x3()