<?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 Re: Macro Help for Component Thickness in PowerMill Forum</title>
    <link>https://forums.autodesk.com/t5/powermill-forum/macro-help-for-component-thickness/m-p/8350218#M18400</link>
    <description>&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN&gt;Your question was not clear to me.&lt;/SPAN&gt; In any case, you should be looking for something like:&lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE&gt;EDIT SELECTION MODEL DELETE
EDIT SELECTION MODEL FILTER "Blue"
EDIT THICKNESS DEFAULTLIST UPDATE 0 NEW
EDIT THICKNESS COMPONENTS COLLISION
EDIT MODEL ALL SELECT INVERT ALL
EDIT THICKNESS ACQUIRE
THICKNESS APPLY
THICKNESS ACCEPT
EDIT MODEL ALL SELECT INVERT ALL&lt;/PRE&gt;</description>
    <pubDate>Mon, 22 Oct 2018 13:30:08 GMT</pubDate>
    <dc:creator>rafael.sansao</dc:creator>
    <dc:date>2018-10-22T13:30:08Z</dc:date>
    <item>
      <title>Macro Help for Component Thickness</title>
      <link>https://forums.autodesk.com/t5/powermill-forum/macro-help-for-component-thickness/m-p/8350146#M18399</link>
      <description>&lt;P class="autodesk_styles_medium"&gt;Hi,&lt;/P&gt;&lt;P class="autodesk_styles_medium"&gt;Any one help me selected color&amp;nbsp;surfaces move to different machining Mode.&lt;/P&gt;&lt;P class="autodesk_styles_medium"&gt;I have got below macro but all surfaces moving in in machine mode.&amp;nbsp;&lt;/P&gt;&lt;P class="autodesk_styles_medium"&gt;VIEW MODEL ; SHADE OFF&lt;BR /&gt;VIEW MODEL ; SHADE RESTORE&lt;BR /&gt;VIEW MODEL ; WIREFRAME OFF&lt;BR /&gt;// take the surface you have Select&amp;nbsp;into surface default&lt;BR /&gt;EDIT THICKNESS COMPONENTS COLLISION // set the surfaces to Collision&lt;BR /&gt;EDIT THICKNESS ACQUIRE&lt;/P&gt;&lt;P class="autodesk_styles_medium"&gt;THICKNESS APPLY&lt;BR /&gt;THICKNESS ACCEPT&lt;/P&gt;&lt;P class="autodesk_styles_medium"&gt;EDIT SELECTION MODEL FILTER "Blue"&lt;BR /&gt;EDIT THICKNESS COMPONENTS MACHINE&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="autodesk_styles_medium"&gt;I required except selected color surfaces move into Collision mode.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Oct 2018 13:10:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powermill-forum/macro-help-for-component-thickness/m-p/8350146#M18399</guid>
      <dc:creator>murali.bNBYL4</dc:creator>
      <dc:date>2018-10-22T13:10:56Z</dc:date>
    </item>
    <item>
      <title>Re: Macro Help for Component Thickness</title>
      <link>https://forums.autodesk.com/t5/powermill-forum/macro-help-for-component-thickness/m-p/8350218#M18400</link>
      <description>&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN&gt;Your question was not clear to me.&lt;/SPAN&gt; In any case, you should be looking for something like:&lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE&gt;EDIT SELECTION MODEL DELETE
EDIT SELECTION MODEL FILTER "Blue"
EDIT THICKNESS DEFAULTLIST UPDATE 0 NEW
EDIT THICKNESS COMPONENTS COLLISION
EDIT MODEL ALL SELECT INVERT ALL
EDIT THICKNESS ACQUIRE
THICKNESS APPLY
THICKNESS ACCEPT
EDIT MODEL ALL SELECT INVERT ALL&lt;/PRE&gt;</description>
      <pubDate>Mon, 22 Oct 2018 13:30:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powermill-forum/macro-help-for-component-thickness/m-p/8350218#M18400</guid>
      <dc:creator>rafael.sansao</dc:creator>
      <dc:date>2018-10-22T13:30:08Z</dc:date>
    </item>
    <item>
      <title>Re: Macro Help for Component Thickness</title>
      <link>https://forums.autodesk.com/t5/powermill-forum/macro-help-for-component-thickness/m-p/8350359#M18401</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN class="login-bold"&gt;&lt;A href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/4163177" target="_self"&gt;rafael.sansao&lt;/A&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="login-bold"&gt;Thanks.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="login-bold"&gt;My requirement is Blue color surface should be in Machining mode and other all color surfaces should be in Collision mode.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="login-bold"&gt;If required in next macro i put Yellow color machine Mode( Machine) and other entire model should be in Collision. hope this is clear.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Oct 2018 14:11:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powermill-forum/macro-help-for-component-thickness/m-p/8350359#M18401</guid>
      <dc:creator>murali.bNBYL4</dc:creator>
      <dc:date>2018-10-22T14:11:33Z</dc:date>
    </item>
    <item>
      <title>Re: Macro Help for Component Thickness</title>
      <link>https://forums.autodesk.com/t5/powermill-forum/macro-help-for-component-thickness/m-p/8350400#M18402</link>
      <description>&lt;PRE&gt;EDIT MODEL ALL SELECT ALL
EDIT THICKNESS DEFAULTLIST UPDATE 14 NEW
EDIT THICKNESS ACQUIRE
EDIT SELECTION MODEL DELETE
EDIT SELECTION MODEL FILTER "3,3,255" //Blue
EDIT THICKNESS DEFAULTLIST UPDATE 0 NEW
EDIT THICKNESS COMPONENTS COLLISION
EDIT MODEL ALL SELECT INVERT ALL
EDIT THICKNESS ACQUIRE
THICKNESS APPLY
THICKNESS ACCEPT
EDIT MODEL ALL SELECT INVERT ALL&lt;/PRE&gt;</description>
      <pubDate>Mon, 22 Oct 2018 14:21:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powermill-forum/macro-help-for-component-thickness/m-p/8350400#M18402</guid>
      <dc:creator>rafael.sansao</dc:creator>
      <dc:date>2018-10-22T14:21:58Z</dc:date>
    </item>
    <item>
      <title>Re: Macro Help for Component Thickness</title>
      <link>https://forums.autodesk.com/t5/powermill-forum/macro-help-for-component-thickness/m-p/8350684#M18403</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;STRONG&gt;Rafael,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Its working as my expectation, that's great ...&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;Thank you.&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Oct 2018 16:03:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powermill-forum/macro-help-for-component-thickness/m-p/8350684#M18403</guid>
      <dc:creator>murali.bNBYL4</dc:creator>
      <dc:date>2018-10-22T16:03:19Z</dc:date>
    </item>
  </channel>
</rss>

