Announcements

The Autodesk Community Forums has a new look. Read more about what's changed on the Community Announcements board.

Is the toolpath collision checked?

hx
Advocate

Is the toolpath collision checked?

hx
Advocate
Advocate

At the PM2016, can use an parameter to detect the toolpath had do collision checked or not?

0 Likes
Reply
Accepted solutions (1)
596 Views
4 Replies
Replies (4)

Ye。xg
Advocate
Advocate
0 Likes

kamalrajcv
Alumni
Alumni
Accepted solution

Hi @hx

 

Can you please have a look at this forum thread?

https://forums.autodesk.com/t5/powermill-forum/mulltiple-toolpath-verification/td-p/7160934

 

 



Kamalraj C V

Technical Support Specialist

hx
Advocate
Advocate

I want to known Is the toolpath collision checked? not automatic do the multiple collision check.

0 Likes

TK.421
Advisor
Advisor

The link that @kamalrajcv  posted had your answer in the screenshot. look at the code below:

 

the 'IF' statement line:

 

IF $tp.safety.holder.cutting.status != 'safe' OR $tp.safety.tool.links.status != 'safe' OR $tp.safety.holder.cutting.status == 'unknown' {

  do something

 

}

 

 

the above three conditions will tell you if the tp is 'safe' or not


the numbers never lie