occ_utils.py - #1037

This commit is contained in:
Thomas Krijnen
2023-12-01 12:42:09 +01:00
committed by GitHub
parent 31a763fe12
commit b976ad3880
@@ -203,8 +203,8 @@ def display_shape(shape, clr=None, viewer_handle=None):
return ais_handle
def set_shape_transparency(ais, t):
handle.Context.SetTransparency(ais, t)
def set_shape_transparency(ais, t, update_viewer=True):
handle.Context.SetTransparency(ais, t, update_viewer)
def get_bounding_box_center(bbox):