This commit is contained in:
Andrej730
2025-07-31 15:13:21 +05:00
parent c82a7b708c
commit 716919d052
@@ -56,6 +56,7 @@ class System(PropertyGroup):
ifc_definition_id: IntProperty(name="IFC Definition ID")
if TYPE_CHECKING:
name: str
ifc_class: str
ifc_definition_id: int
@@ -73,6 +74,7 @@ class Zone(PropertyGroup):
ifc_definition_id: IntProperty(name="IFC Definition ID")
if TYPE_CHECKING:
name: str
ifc_definition_id: int