mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-26 02:07:36 +00:00
Clear Brick breadcrumbs on close project
This commit is contained in:
@@ -51,6 +51,8 @@ def close_brick_project(brick):
|
|||||||
brick.clear_project()
|
brick.clear_project()
|
||||||
brick.clear_brick_browser()
|
brick.clear_brick_browser()
|
||||||
brick.clear_brick_browser(split_screen=True)
|
brick.clear_brick_browser(split_screen=True)
|
||||||
|
brick.clear_breadcrumbs()
|
||||||
|
brick.clear_breadcrumbs(split_screen=True)
|
||||||
|
|
||||||
|
|
||||||
def convert_brick_project(ifc, brick):
|
def convert_brick_project(ifc, brick):
|
||||||
|
|||||||
Reference in New Issue
Block a user