10-31-2019, 10:54 AM
It is not possible to show/hide mechanisms using the event instruction. Instead, I recommend you to use use the macro attached to provoke this effect. This is a small Python program you can add to your project and trigger the visibility change with a program call.
In your case this would look like this:
In your case this would look like this:
Code:
DisplayItem(GripperRibs, Show)
DisplayItem(GripperRibs, Hide)