bim.calculate_side_formwork_area - expose to ui

This commit is contained in:
Andrej730
2025-03-14 11:24:51 +05:00
parent ec702e2ec1
commit 3f6a9a55cd
+2
View File
@@ -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):