- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
At the PM2016, can use an parameter to detect the toolpath had do collision checked or not?
Solved! Go to Solution.
The Autodesk Community Forums has a new look. Read more about what's changed on the Community Announcements board.
At the PM2016, can use an parameter to detect the toolpath had do collision checked or not?
Solved! 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
I want to known Is the toolpath collision checked? not automatic do the multiple collision check.
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