Modify Toolpaths With CAM API

Modify Toolpaths With CAM API

mamassey
Enthusiast Enthusiast
477 Views
3 Replies
Message 1 of 4

Modify Toolpaths With CAM API

mamassey
Enthusiast
Enthusiast

Is it still not currently possible to access/modify/generate toolpaths with the CAM API? Just had a quick look at the docs and it seems to be the case.

 

Will this ever be available? I really want a way to do "dogboning" in 2D contours in the Manufacturing space. I'm aware of plugins that do this in Design space, but I'm not interested in that.

 

There was always talk of a second phase of the CAM API. Is this still happening?

0 Likes
478 Views
3 Replies
Replies (3)
Message 2 of 4

kandennti
Mentor
Mentor

Hi @mamassey .

 

To change the tool path settings, you can use the Operation.parameters property to get the desired parameters and change them, but there are many limitations.

A sample can be found here.

https://help.autodesk.com/view/fusion360/ENU/?guid=GUID-2716A113-555D-41B0-8FC4-4FCD265434C4 

 

 

There seems to be no way to create a new toolpath except by using a template.

A sample can be found here.

https://help.autodesk.com/view/fusion360/ENU/?guid=GUID-AEF0708D-B657-4E9F-9032-4535E0D1C417 

 

Since the template file is an ASCII (text) file, you can rewrite the contents of the file to make it flexible to some extent, but since I can't find any documentation on this, I think you need to do some research and experiment.

0 Likes
Message 3 of 4

mamassey
Enthusiast
Enthusiast
I mean the actual geometry of a tool path. Edges and vertices.
0 Likes
Message 4 of 4

kandennti
Mentor
Mentor

@mamassey .

 

Unfortunately, I don't think geometry is currently supported.

0 Likes