API - feature request - access to "avoid/machine surfaces" groups

API - feature request - access to "avoid/machine surfaces" groups

maurizio_manzi
Advocate Advocate
293 Views
5 Replies
Message 1 of 6

API - feature request - access to "avoid/machine surfaces" groups

maurizio_manzi
Advocate
Advocate

Hello,
Please see attached pic.
We urgently need a way to add groups via the API, change the "machineMode", and add surfaces. Additionally, we need to be able to modify the values in the "radial" and "axial" fields.
Currently, the parameters have the same names, regardless of which row they belong to.
Best regards
Maurizio

Accepted solutions (1)
294 Views
5 Replies
Replies (5)
Message 2 of 6

csinger
Explorer
Explorer

Das wäre wirklich sehr hilfreich!!!

0 Likes
Message 3 of 6

christina_kehle
Participant
Participant

Sehr wichtig.

0 Likes
Message 4 of 6

boopathi.sivakumar
Autodesk
Autodesk
Accepted solution

Hi @maurizio_manzi@christina_kehle @csinger 

Here is the sample how you can use  Machine avoid  https://help.autodesk.com/view/fusion360/ENU/?guid=GUID-a0cfe144-1a0f-4109-9125-8fbd3176ceed 

look for the createMachineAvoidGroup function that should cover everything you are looking for


Boopathi Sivakumar
Senior Technology Consultant

Message 5 of 6

maurizio_manzi
Advocate
Advocate

Thank you very much

0 Likes
Message 6 of 6

maurizio_manzi
Advocate
Advocate

Hello,
in this example are only the mutually groups in use:

# Get the MachineAvoidGroups object from the CadFaceGroups cad object. This object manages the list of mutually exclusive groups.
        _machineAvoidGroups = surfaceGroupsParam.getMachineAvoidGroups() 

 Neither in the example nor in the API documentation could I find how to change the mode for the groups automatically inserted by Fusion.

Best regards
Maurizio

 

0 Likes