mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-22 22:12:32 +00:00
typing
This commit is contained in:
@@ -56,6 +56,7 @@ class System(PropertyGroup):
|
|||||||
ifc_definition_id: IntProperty(name="IFC Definition ID")
|
ifc_definition_id: IntProperty(name="IFC Definition ID")
|
||||||
|
|
||||||
if TYPE_CHECKING:
|
if TYPE_CHECKING:
|
||||||
|
name: str
|
||||||
ifc_class: str
|
ifc_class: str
|
||||||
ifc_definition_id: int
|
ifc_definition_id: int
|
||||||
|
|
||||||
@@ -73,6 +74,7 @@ class Zone(PropertyGroup):
|
|||||||
ifc_definition_id: IntProperty(name="IFC Definition ID")
|
ifc_definition_id: IntProperty(name="IFC Definition ID")
|
||||||
|
|
||||||
if TYPE_CHECKING:
|
if TYPE_CHECKING:
|
||||||
|
name: str
|
||||||
ifc_definition_id: int
|
ifc_definition_id: int
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user