Message 1 of 4

Not applicable
06-10-2021
08:57 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello!
jnt :adsk.fusion.Joint = components.itemByName('MUVPAssemby').joints.itemByName('Rigid2')
offset :adsk.fusion.ModelParameter = jnt.offset
offset.expression = str(-int(hSp[:-3]))
app.activeViewport.refresh()
Here's a part of my code I have changed the parameter of offset. And I wanted to ask you If you know hot to change the Flip parameter just the same way?
Solved! Go to Solution.