<?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 Betreff: Tools ouside of folder in PowerMill Forum</title>
    <link>https://forums.autodesk.com/t5/powermill-forum/tools-ouside-of-folder/m-p/12385879#M2876</link>
    <description>&lt;P&gt;I'm currently on the go so i could not test it in Powermill...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but you could do something like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="general"&gt;entity list $tools = filter(folder('tool'), 'dirname(pathname(this)) == "Tool"')&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tested it today, works now &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 20 Nov 2023 08:22:28 GMT</pubDate>
    <dc:creator>icse</dc:creator>
    <dc:date>2023-11-20T08:22:28Z</dc:date>
    <item>
      <title>Tools ouside of folder</title>
      <link>https://forums.autodesk.com/t5/powermill-forum/tools-ouside-of-folder/m-p/12385214#M2875</link>
      <description>&lt;P&gt;Hello, I'm trying to figure out how to get tools outside of folder.&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I program on powermill I "remove from folder" each cutter I use and I'm trying to just gather the ones outside of the folder&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In this picture you can see my main tooling folder And then the tools outside of it all .&lt;/P&gt;&lt;P&gt;In a macro I'm trying to gather those tools and only those tools. I'm not trying to gather everything in "1600-TOOLING"&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="17002693621402451073321653526579.jpg" style="width: 2992px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1294506iF4603487871AA15A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="17002693621402451073321653526579.jpg" alt="17002693621402451073321653526579.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 18 Nov 2023 01:06:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powermill-forum/tools-ouside-of-folder/m-p/12385214#M2875</guid>
      <dc:creator>jsweatherbie</dc:creator>
      <dc:date>2023-11-18T01:06:33Z</dc:date>
    </item>
    <item>
      <title>Betreff: Tools ouside of folder</title>
      <link>https://forums.autodesk.com/t5/powermill-forum/tools-ouside-of-folder/m-p/12385879#M2876</link>
      <description>&lt;P&gt;I'm currently on the go so i could not test it in Powermill...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but you could do something like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="general"&gt;entity list $tools = filter(folder('tool'), 'dirname(pathname(this)) == "Tool"')&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tested it today, works now &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Nov 2023 08:22:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powermill-forum/tools-ouside-of-folder/m-p/12385879#M2876</guid>
      <dc:creator>icse</dc:creator>
      <dc:date>2023-11-20T08:22:28Z</dc:date>
    </item>
    <item>
      <title>Betreff: Tools ouside of folder</title>
      <link>https://forums.autodesk.com/t5/powermill-forum/tools-ouside-of-folder/m-p/12389979#M2877</link>
      <description>Yes sir!&lt;BR /&gt;Works as it should.&lt;BR /&gt;Normally you get it spot on! Thank you!!!</description>
      <pubDate>Tue, 21 Nov 2023 00:52:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powermill-forum/tools-ouside-of-folder/m-p/12389979#M2877</guid>
      <dc:creator>jsweatherbie</dc:creator>
      <dc:date>2023-11-21T00:52:43Z</dc:date>
    </item>
    <item>
      <title>Betreff: Tools ouside of folder</title>
      <link>https://forums.autodesk.com/t5/powermill-forum/tools-ouside-of-folder/m-p/12420021#M2878</link>
      <description>Is this able to have a diameter sort ?</description>
      <pubDate>Tue, 05 Dec 2023 06:34:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powermill-forum/tools-ouside-of-folder/m-p/12420021#M2878</guid>
      <dc:creator>jsweatherbie</dc:creator>
      <dc:date>2023-12-05T06:34:27Z</dc:date>
    </item>
    <item>
      <title>Betreff: Tools ouside of folder</title>
      <link>https://forums.autodesk.com/t5/powermill-forum/tools-ouside-of-folder/m-p/12420154#M2879</link>
      <description>&lt;P&gt;try this:&lt;/P&gt;&lt;LI-CODE lang="general"&gt;entity list $tools = sort(folder('tool'),'Diameter')&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 05 Dec 2023 07:43:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powermill-forum/tools-ouside-of-folder/m-p/12420154#M2879</guid>
      <dc:creator>icse</dc:creator>
      <dc:date>2023-12-05T07:43:43Z</dc:date>
    </item>
    <item>
      <title>Re: Tools ouside of folder</title>
      <link>https://forums.autodesk.com/t5/powermill-forum/tools-ouside-of-folder/m-p/12420184#M2880</link>
      <description>&lt;P&gt;I meant for what you had before like is it able to have a sort added to it like....&lt;/P&gt;&lt;P&gt;entity list $mytools = reverse(sort(filter(folder('tool'), 'dirname(pathname(this)) == "Tool"'), 'diameter')))&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I doubt that actually works but you can see where I'm trying to go lol&lt;/P&gt;</description>
      <pubDate>Tue, 05 Dec 2023 08:03:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powermill-forum/tools-ouside-of-folder/m-p/12420184#M2880</guid>
      <dc:creator>jsweatherbie</dc:creator>
      <dc:date>2023-12-05T08:03:42Z</dc:date>
    </item>
    <item>
      <title>Re: Tools ouside of folder</title>
      <link>https://forums.autodesk.com/t5/powermill-forum/tools-ouside-of-folder/m-p/12420279#M2881</link>
      <description>&lt;P&gt;I think you got a ')' to much at the end.&lt;/P&gt;&lt;P&gt;This should work:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="general"&gt;entity list $mytools = reverse(sort(filter(folder('tool'), 'dirname(pathname(this)) == "Tool"'),'diameter'))&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Dec 2023 09:01:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powermill-forum/tools-ouside-of-folder/m-p/12420279#M2881</guid>
      <dc:creator>icse</dc:creator>
      <dc:date>2023-12-05T09:01:03Z</dc:date>
    </item>
    <item>
      <title>Re: Tools ouside of folder</title>
      <link>https://forums.autodesk.com/t5/powermill-forum/tools-ouside-of-folder/m-p/12422262#M2882</link>
      <description>I did haha I have troubles with the modifiers and what goes next</description>
      <pubDate>Wed, 06 Dec 2023 01:15:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powermill-forum/tools-ouside-of-folder/m-p/12422262#M2882</guid>
      <dc:creator>jsweatherbie</dc:creator>
      <dc:date>2023-12-06T01:15:14Z</dc:date>
    </item>
  </channel>
</rss>

