Message 1 of 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
i have made a script that selects all cylindrical faces in a body, after wich i manualy press the 'press/pull' command button in the ribbon so i can change the fillet size.
I was wondering if there is a way to fire that press/pull button in the end of the script.
#Update SelectionSets
cmd = ui.commandDefinitions.itemById('UpdateSelectionGroupCmd')
cmd.execute()I found this snippet to press the 'update selectionset' button.
I hope there is something simmilar to execute other standard button commands.
Thanks.
-Thomas
Solved! Go to Solution.