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