mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-11 22:31:55 +00:00
Refresh Brick split screen on ConvertIfcToBrick
This commit is contained in:
@@ -97,6 +97,7 @@ def convert_ifc_to_brick(brick, namespace=None, library=None):
|
|||||||
if library:
|
if library:
|
||||||
brick.run_assign_brick_reference(element=element, library=library, brick_uri=brick_uri)
|
brick.run_assign_brick_reference(element=element, library=library, brick_uri=brick_uri)
|
||||||
brick.run_refresh_brick_viewer()
|
brick.run_refresh_brick_viewer()
|
||||||
|
brick.run_refresh_brick_viewer(split_screen=True)
|
||||||
|
|
||||||
|
|
||||||
def new_brick_file(brick, brick_root=None):
|
def new_brick_file(brick, brick_root=None):
|
||||||
|
|||||||
Reference in New Issue
Block a user