Fully Automating Design from CAD to CAM with Fusion 360 API
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello!
I am a PhD student at Carnegie Mellon University and we are interested in fully automating a manufacturing process for a part using the Fusion 360 API. By fully automating I mean zero human interaction, especially for the CAM part. It seems like in order to use the CAM API today you must generate pre-existing templates and manually assign features (like holes) to their corresponding CAM operations.
Is there a way to automate this that exists or is in the works?
If not, I'm trying to find a large dataset of pre-defined parts with their full toolpaths, CAM operation files, setups, and cost analysis so we can use machine learning to take a CAD file and automatically generate CAM operations without any human clicking to tell the computer where to drill what feature. Also, I would like to see the content of a CAM operation template file NOT through some GUI. I need to see the actual contents of the file, whether in byte code or some other encoding. Is there a way for me to download them to my local computer and open them with some sort of text editor?
Thanks!