mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-27 18:57:17 +00:00
New feature to remove a section plane
This commit is contained in:
@@ -450,8 +450,9 @@ class BIM_PT_section_plane(Panel):
|
||||
layout = self.layout
|
||||
layout.use_property_split = True
|
||||
|
||||
row = layout.row()
|
||||
row = layout.row(align=True)
|
||||
row.operator('bim.add_section_plane')
|
||||
row.operator('bim.remove_section_plane')
|
||||
|
||||
class BIM_PT_camera(Panel):
|
||||
bl_label = "Diagrams and Documentation"
|
||||
|
||||
Reference in New Issue
Block a user