Message 1 of 2
Is there a way to open a Fusion 360 drawing file from a Python Script?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have a need to automate some tasks I do in FUSION360 in that I would like to execute a msdos batch file that may have 30-50 drawing file names in my Fusion360 projects folder, and have it call a python script which will open the fusion360 drawing, change a couple of the user parameter values and then export the drawing as stl to a network folder.
I found script that has example of how to change the user parameters and export as stl however I can't figure out how to get a python script to open fusion360 with a name of drawing file.
Is there anyway to do this with the Fusion360 API? Anyone know of any examples in Python?
Randy