How to post toolpaths by script, but with saved user properties ?

How to post toolpaths by script, but with saved user properties ?

maurizio_manzi
Advocate Advocate
286 Views
1 Reply
Message 1 of 2

How to post toolpaths by script, but with saved user properties ?

maurizio_manzi
Advocate
Advocate

Hello,

I found this very useful macro from Autodesk. This posts all toolpaths with the standard values of the properties as they are stored in the PP. Is there a way to post  by the macro so that the user customized values of the properties are used by posting ?

See macro and pic in the attached zip.

Best regards

Maurizio

 

0 Likes
287 Views
1 Reply
Reply (1)
Message 2 of 2

boopathi.sivakumar
Autodesk
Autodesk

Hi @maurizio_manzi 

You can add the properties you want to change in the script

for example here is the post property 

post.png

called useRadius which is by default its false then if you want to set it true then in the py script you can add something like below most of the codes are already present in the script you just need to add the props you want to change

postprop.png

 


Boopathi Sivakumar
Senior Technology Consultant

0 Likes