mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-20 23:36:20 +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.operator("bim.calculate_object_volumes")
|
||||||
row = layout.row()
|
row = layout.row()
|
||||||
row.operator("bim.calculate_formwork_area")
|
row.operator("bim.calculate_formwork_area")
|
||||||
|
row = layout.row()
|
||||||
|
row.operator("bim.calculate_side_formwork_area")
|
||||||
|
|
||||||
|
|
||||||
class BIM_PT_qto_cost(bpy.types.Panel):
|
class BIM_PT_qto_cost(bpy.types.Panel):
|
||||||
|
|||||||
Reference in New Issue
Block a user