At the PM2016, can use an parameter to detect the toolpath had do collision checked or not?
Solved! Go to Solution.
Solved by kamalrajcv. Go to 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
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
Can't find what you're looking for? Ask the community or share your knowledge.