Parameter to determine if an operation is a pocket

mamassey
Enthusiast
Enthusiast

Parameter to determine if an operation is a pocket

mamassey
Enthusiast
Enthusiast

Is there a parameter for `getParameter` to determine if an operation is a 2D pocket?

 

Bonus question, is there a list of paramters somewhere? I couldn't find them.

 

Super bonus question, is there a parameter that would determine if a 2d contour is an internal contour?

 

The post in question is using Fusion 360.

0 Likes
Reply
142 Views
1 Reply
Reply (1)

boopathi.sivakumar
Autodesk
Autodesk

Hi @mamassey 

you can use 

getParameter("operation-strategy")

Also if you are using vs code extension for post modification then you get all the list of parameters in the debugged nc file.

to enable that F1> and type HSM show

deb.png

Click on show debugged code and set to TRUE.

then select the cnc file to post it now you should get all the parameters

post.png

 

you can find more info in the training guide on the editor if you don't have it
https://cam.autodesk.com/posts/posts/guides/Post%20Processor%20Training%20Guide.pdf#page=30

 


Boopathi Sivakumar
Senior Technology Consultant

0 Likes