#843 SetTransparency requires theToUpdateViewer

This commit is contained in:
Thomas Krijnen
2020-06-12 11:18:30 +02:00
parent 2035cf64c2
commit e2e217700d
@@ -183,8 +183,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):