Message 1 of 10
Batch exporter script for different parameter configurations
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I often have a need to export a parametric design using multiple parameter combinations and Configurations do not work that well so I made a Python script that allows me to pick bodies or components, select parameters, provide parameter values and iterate through all parameter combinations, exporting each object in a separate file.
Full disclosure - the script is written with heavy help from ChatGPT, so probably a lot of things are not done in the most optimal way, but nevertheless, the scripts works right now and I'd like to share it with Fusion community and get some feedback. What I would like to have is some testing, especially on a Windows machine.
Github repo here: https://github.com/andrewtch/batch-parametric-export