mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-07 12:56:26 +00:00
occ_utils.py - #1037
This commit is contained in:
@@ -203,8 +203,8 @@ def display_shape(shape, clr=None, viewer_handle=None):
|
|||||||
return ais_handle
|
return ais_handle
|
||||||
|
|
||||||
|
|
||||||
def set_shape_transparency(ais, t):
|
def set_shape_transparency(ais, t, update_viewer=True):
|
||||||
handle.Context.SetTransparency(ais, t)
|
handle.Context.SetTransparency(ais, t, update_viewer)
|
||||||
|
|
||||||
|
|
||||||
def get_bounding_box_center(bbox):
|
def get_bounding_box_center(bbox):
|
||||||
|
|||||||
Reference in New Issue
Block a user