Message 1 of 1
Add in to dump user and model parameters

Not applicable
01-17-2018
08:49 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I've started adding a few scripts to my github repository at: https://github.com/conoror/f360
Most of them are pretty simple so far. I've done two that some might be interested in:
- SkConstraint
A very simple script to check if a sketch is constrained. More precisely, whether Fusion 360 thinks it is constrained, which isn't always the same thing! - ParamDump
A script to go through all the user and model parameters and dump them to a file. It is to answer the question: Where is a specific parameter being used? If I change this parameter, which bodies or sketches are affected?