mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-23 20:26:22 +00:00
typing
This commit is contained in:
@@ -656,8 +656,8 @@ class BIMProperties(PropertyGroup):
|
|||||||
volume_unit: str
|
volume_unit: str
|
||||||
mass_unit: str
|
mass_unit: str
|
||||||
time_unit: str
|
time_unit: str
|
||||||
tab_visibilities: bpy.types.bpy_prop_collection[BIMTabVisibility]
|
tab_visibilities: bpy.types.bpy_prop_collection_idprop[BIMTabVisibility]
|
||||||
panel_properties: bpy.types.bpy_prop_collection[BIMPanelProperties]
|
panel_properties: bpy.types.bpy_prop_collection_idprop[BIMPanelProperties]
|
||||||
|
|
||||||
|
|
||||||
class IfcParameter(PropertyGroup):
|
class IfcParameter(PropertyGroup):
|
||||||
|
|||||||
Reference in New Issue
Block a user