Changing flip parameter of joint

Not applicable
05-28-2021
09:13 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi!
I have an assembly. I want to change on of the joints' flip parameter to True. How can I do this?
Here's my code.
jnt :adsk.fusion.Joint =components.itemByName('MUVPAssemby').joints.itemByName('Rigid2')
flip :adsk.fusion.ModelParameter = jnt.isFlipped
flip = True