Add feature to calculate multiple object volumes

This commit is contained in:
Dion Moult
2020-08-09 11:46:14 +10:00
parent 829b97a0d8
commit f2dcd8bb75
3 changed files with 20 additions and 2 deletions
@@ -527,6 +527,8 @@ class BIM_PT_qto(Panel):
row.operator("bim.calculate_edge_lengths")
row = layout.row(align=True)
row.operator("bim.calculate_face_areas")
row = layout.row(align=True)
row.operator("bim.calculate_object_volumes")
class BIM_PT_classifications(Panel):