<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Is the toolpath collision checked? in PowerMill Forum</title>
    <link>https://forums.autodesk.com/t5/powermill-forum/is-the-toolpath-collision-checked/m-p/8283409#M19050</link>
    <description>&lt;P&gt;At the PM2016, can use an parameter to detect the toolpath had do collision checked or not?&lt;/P&gt;</description>
    <pubDate>Fri, 21 Sep 2018 07:43:20 GMT</pubDate>
    <dc:creator>hx</dc:creator>
    <dc:date>2018-09-21T07:43:20Z</dc:date>
    <item>
      <title>Is the toolpath collision checked?</title>
      <link>https://forums.autodesk.com/t5/powermill-forum/is-the-toolpath-collision-checked/m-p/8283409#M19050</link>
      <description>&lt;P&gt;At the PM2016, can use an parameter to detect the toolpath had do collision checked or not?&lt;/P&gt;</description>
      <pubDate>Fri, 21 Sep 2018 07:43:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powermill-forum/is-the-toolpath-collision-checked/m-p/8283409#M19050</guid>
      <dc:creator>hx</dc:creator>
      <dc:date>2018-09-21T07:43:20Z</dc:date>
    </item>
    <item>
      <title>Re: Is the toolpath collision checked?</title>
      <link>https://forums.autodesk.com/t5/powermill-forum/is-the-toolpath-collision-checked/m-p/8283465#M19051</link>
      <description>&lt;P&gt;&lt;A href="https://manufacturing.autodesk.com/forums/forum.delcam.com/viewtopic2ecf.html?f=51&amp;amp;t=12012" target="_blank"&gt;https://manufacturing.autodesk.com/forums/forum.delcam.com/viewtopic2ecf.html?f=51&amp;amp;t=12012&lt;/A&gt;&lt;/P&gt;&lt;P&gt;In the old forum.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Sep 2018 08:08:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powermill-forum/is-the-toolpath-collision-checked/m-p/8283465#M19051</guid>
      <dc:creator>Ye。xg</dc:creator>
      <dc:date>2018-09-21T08:08:41Z</dc:date>
    </item>
    <item>
      <title>Re: Is the toolpath collision checked?</title>
      <link>https://forums.autodesk.com/t5/powermill-forum/is-the-toolpath-collision-checked/m-p/8283839#M19052</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/4052950"&gt;@hx&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you please have a look at this forum thread?&lt;/P&gt;
&lt;P&gt;&lt;A href="https://forums.autodesk.com/t5/powermill-forum/mulltiple-toolpath-verification/td-p/7160934" target="_blank"&gt;https://forums.autodesk.com/t5/powermill-forum/mulltiple-toolpath-verification/td-p/7160934&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Sep 2018 11:20:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powermill-forum/is-the-toolpath-collision-checked/m-p/8283839#M19052</guid>
      <dc:creator>kamalrajcv</dc:creator>
      <dc:date>2018-09-21T11:20:36Z</dc:date>
    </item>
    <item>
      <title>Re: Is the toolpath collision checked?</title>
      <link>https://forums.autodesk.com/t5/powermill-forum/is-the-toolpath-collision-checked/m-p/8284796#M19053</link>
      <description>&lt;P&gt;I want to known Is the toolpath collision checked? not automatic do the multiple collision check.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Sep 2018 17:18:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powermill-forum/is-the-toolpath-collision-checked/m-p/8284796#M19053</guid>
      <dc:creator>hx</dc:creator>
      <dc:date>2018-09-21T17:18:14Z</dc:date>
    </item>
    <item>
      <title>Re: Is the toolpath collision checked?</title>
      <link>https://forums.autodesk.com/t5/powermill-forum/is-the-toolpath-collision-checked/m-p/8284952#M19054</link>
      <description>&lt;P&gt;The link that&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/3948826"&gt;@kamalrajcv&lt;/a&gt;&amp;nbsp; posted had your answer in the screenshot. look at the code below:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;the 'IF' statement line:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;IF $tp.safety.holder.cutting.status != 'safe' OR $tp.safety.tool.links.status != 'safe' OR $tp.safety.holder.cutting.status == 'unknown' {&lt;/P&gt;
&lt;P&gt;&amp;nbsp; do something&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;}&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;the above three conditions will tell you if the tp is 'safe' or not&lt;/P&gt;</description>
      <pubDate>Fri, 21 Sep 2018 18:28:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powermill-forum/is-the-toolpath-collision-checked/m-p/8284952#M19054</guid>
      <dc:creator>TK.421</dc:creator>
      <dc:date>2018-09-21T18:28:42Z</dc:date>
    </item>
  </channel>
</rss>

