<?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: Deleting a pattern in PowerMill Forum</title>
    <link>https://forums.autodesk.com/t5/powermill-forum/deleting-a-pattern/m-p/13303473#M426</link>
    <description>&lt;P&gt;The toolpath is still being referenced by that pattern even when unlocking it and uncalculated. You have to open the pattern toolpath that is using that pattern and switch it to none. Then you will be able to delete the pattern&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="iamcdn79_0-1738844760875.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1463605i1D8CF424764DD044/image-size/medium?v=v2&amp;amp;px=400" role="button" title="iamcdn79_0-1738844760875.png" alt="iamcdn79_0-1738844760875.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 06 Feb 2025 12:26:17 GMT</pubDate>
    <dc:creator>iamcdn79</dc:creator>
    <dc:date>2025-02-06T12:26:17Z</dc:date>
    <item>
      <title>Deleting a pattern</title>
      <link>https://forums.autodesk.com/t5/powermill-forum/deleting-a-pattern/m-p/13302467#M425</link>
      <description>&lt;P&gt;So I have a session where all toolpaths using a pattern are invalidated, I activate and right click on a pattern and say unlock, I select all the components on the pattern and right click delete selected. The pattern components cannot be deleted even though the toolpaths referencing it are no longer valid and I used the unlock button. What causes this? Any way around it?&lt;/P&gt;</description>
      <pubDate>Wed, 05 Feb 2025 22:42:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powermill-forum/deleting-a-pattern/m-p/13302467#M425</guid>
      <dc:creator>Daniel.Reister</dc:creator>
      <dc:date>2025-02-05T22:42:06Z</dc:date>
    </item>
    <item>
      <title>Re: Deleting a pattern</title>
      <link>https://forums.autodesk.com/t5/powermill-forum/deleting-a-pattern/m-p/13303473#M426</link>
      <description>&lt;P&gt;The toolpath is still being referenced by that pattern even when unlocking it and uncalculated. You have to open the pattern toolpath that is using that pattern and switch it to none. Then you will be able to delete the pattern&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="iamcdn79_0-1738844760875.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1463605i1D8CF424764DD044/image-size/medium?v=v2&amp;amp;px=400" role="button" title="iamcdn79_0-1738844760875.png" alt="iamcdn79_0-1738844760875.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Feb 2025 12:26:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powermill-forum/deleting-a-pattern/m-p/13303473#M426</guid>
      <dc:creator>iamcdn79</dc:creator>
      <dc:date>2025-02-06T12:26:17Z</dc:date>
    </item>
    <item>
      <title>Re: Deleting a pattern</title>
      <link>https://forums.autodesk.com/t5/powermill-forum/deleting-a-pattern/m-p/13303915#M427</link>
      <description>&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;this is a bug !!&lt;/P&gt;&lt;P&gt;i've reported it to autodesk for 5 years !!!&lt;span class="lia-unicode-emoji" title=":angry_face:"&gt;😠&lt;/span&gt;&lt;span class="lia-unicode-emoji" title=":pouting_face:"&gt;😡&lt;/span&gt;&lt;span class="lia-unicode-emoji" title=":pouting_face:"&gt;😡&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Feb 2025 15:23:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powermill-forum/deleting-a-pattern/m-p/13303915#M427</guid>
      <dc:creator>psx2</dc:creator>
      <dc:date>2025-02-06T15:23:17Z</dc:date>
    </item>
    <item>
      <title>Re: Deleting a pattern</title>
      <link>https://forums.autodesk.com/t5/powermill-forum/deleting-a-pattern/m-p/13304256#M428</link>
      <description>&lt;P&gt;I wrote a macro to remove the Curve Definition from selected toolpaths.&lt;/P&gt;&lt;P&gt;Be aware that the selected toolpaths will be invalidated.&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;LI-CODE lang="general"&gt;IF $powermill.Status.MultipleSelection.First OR $powermill.Status.MultipleSelection.Total == 0 {
reset localvars
STRING Strategy = 'null'

DIALOGS MESSAGE OFF
DIALOGS ERROR OFF
GRAPHICS LOCK

FOREACH $tp IN explorer_selected_entities() {
ACTIVATE TOOLPATH $tp 
EDIT PAR 'Pattern' " "
EDIT TOOLPATH ; REAPPLYFROMGUI
YES
		
}

DEACTIVATE Toolpath
DEACTIVATE TOOL
UNDRAW TOOL ALL

DIALOGS MESSAGE ON
DIALOGS ERROR ON
GRAPHICS UNLOCK&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Feb 2025 18:21:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powermill-forum/deleting-a-pattern/m-p/13304256#M428</guid>
      <dc:creator>evo80</dc:creator>
      <dc:date>2025-02-06T18:21:00Z</dc:date>
    </item>
    <item>
      <title>Re: Deleting a pattern</title>
      <link>https://forums.autodesk.com/t5/powermill-forum/deleting-a-pattern/m-p/13307300#M429</link>
      <description>&lt;P&gt;evo80 thank's for this macro but i would be very happy if autodesk solved the problem "well" and not with a macro !&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 08 Feb 2025 09:57:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powermill-forum/deleting-a-pattern/m-p/13307300#M429</guid>
      <dc:creator>psx2</dc:creator>
      <dc:date>2025-02-08T09:57:12Z</dc:date>
    </item>
    <item>
      <title>Re: Deleting a pattern</title>
      <link>https://forums.autodesk.com/t5/powermill-forum/deleting-a-pattern/m-p/13310546#M430</link>
      <description>&lt;P&gt;Thanks for sharing the macro. I was thinking about doing something like that. I will give it a try and see how it does for my application. I agree with psx2 though it seems like this is a bug that needs fixed. It should be editable as soon as the pattern is unlocked. Thanks for the help everyone.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Feb 2025 15:50:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powermill-forum/deleting-a-pattern/m-p/13310546#M430</guid>
      <dc:creator>Daniel.Reister</dc:creator>
      <dc:date>2025-02-10T15:50:05Z</dc:date>
    </item>
  </channel>
</rss>

