mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-24 05:17:58 +00:00
Add feature to calculate multiple object volumes
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user