Filtered Export add-in. Review, test and suggestions wanted
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
In this thread @Anonymous has described the problem that the Save AS STL command generates to many STL documents. He was right about that, because Fusion's export exports each and every instance (copy, pattern etc.) of a component.
I've created the add-in Filtered Export that exports all bodies from all components based on a unique component list. The export parameters are a simplified version of Fusions options and you can configure the resulting filenames. Everything is still a bit rough around the corners, but it's a 0.1 version...
I've tested the add-in under Windows 7 with the attached project. If someone wants to do any further tests, he is very welcome. Also welcome are code reviews (I'm not a Python programmer, never used the Fusion API), feature suggestions, etc.
Known Issues
- If a body has several instances (e.g. the body was source in a pattern feature) each instance will be exported
- Export does not protect existing files. They are overwritten without #
- Documentation is not available
Wish List
- Add more STL export options
- Add more export formats
- Make it nice (icons, etc.)