mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-13 02:47:48 +00:00
bim.calculate_side_formwork_area - expose to ui
This commit is contained in:
@@ -99,6 +99,8 @@ class BIM_PT_qto_simple(bpy.types.Panel):
|
||||
row.operator("bim.calculate_object_volumes")
|
||||
row = layout.row()
|
||||
row.operator("bim.calculate_formwork_area")
|
||||
row = layout.row()
|
||||
row.operator("bim.calculate_side_formwork_area")
|
||||
|
||||
|
||||
class BIM_PT_qto_cost(bpy.types.Panel):
|
||||
|
||||
Reference in New Issue
Block a user