Hi I was using the function ifcopenshell.geom.utils.set_shape_transparency(display, alpha) and was getting an error 'TypeError: AIS_InteractiveContext_SetTransparency expected 4 arguments, got 3'. So i have added the third agrument which is a boolean and set it to True. But now i am getting another error 'TypeError: in method 'AIS_InteractiveContext_SetTransparency', argument 2 of type 'opencascade::handle< AIS_InteractiveObject > const &''. Do you happen to know how to solve this issue??
Hi I was using the function ifcopenshell.geom.utils.set_shape_transparency(display, alpha) and was getting an error 'TypeError: AIS_InteractiveContext_SetTransparency expected 4 arguments, got 3'. So i have added the third agrument which is a boolean and set it to True. But now i am getting another error 'TypeError: in method 'AIS_InteractiveContext_SetTransparency', argument 2 of type 'opencascade::handle< AIS_InteractiveObject > const &''. Do you happen to know how to solve this issue??