Inventor 2016 Python API automation

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have been using Inventor for close to 5 years now, but have just discovered the ability to use it via Python API. Is it possible to automate a batch STL file creation from a model with python? I want to take a 3D model and slice it into a chucks based on a desired thickness, then save each chunk as a separate STL file with an indexed file name.
Ideally, the process would be something like:
1) save STL file in particular file folder
2) Launch python program and point it to the file directory
3) Select slice thickness and plane to slice on
4) File is sliced and saved to desired director in a filename_1, filename_2, filename_3, etc. nomenclature
I am doing research with 3D printed structures, where I want to be able to do certain things on certain layers that a normal slicer cannot do. This script would just cut down on manual labor. I have intermediate python coding skills, however I have no experience with the API and have not been able to find any python tutorials or examples.
Thank you in advance!!!