<?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: NEED MACRO FOR SAVE PROJECT TEMPLATE OBJECT FILE IN PROJECT FOLDER in PowerMill Forum</title>
    <link>https://forums.autodesk.com/t5/powermill-forum/need-macro-for-save-project-template-object-file-in-project/m-p/10802798#M7242</link>
    <description>&lt;P&gt;THANKS FOR REPLAY&lt;BR /&gt;&lt;BR /&gt;BUT I WANT SINGLE PTF FILE ALL PROJECT WITH AS PER EACH TOOLPATH NAME NOT INDIVIDUAL PTF FILE&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 06 Dec 2021 04:59:18 GMT</pubDate>
    <dc:creator>PRAMET-DORMERR</dc:creator>
    <dc:date>2021-12-06T04:59:18Z</dc:date>
    <item>
      <title>NEED MACRO FOR SAVE PROJECT TEMPLATE OBJECT FILE IN PROJECT FOLDER</title>
      <link>https://forums.autodesk.com/t5/powermill-forum/need-macro-for-save-project-template-object-file-in-project/m-p/10801905#M7240</link>
      <description>&lt;P&gt;NEED MACRO FOR SAVE PROJECT TEMPLATE OBJECT FILE IN PROJECT FOLDER FOR NEXT SIMILAR PROJECRT USE THIS TEMPLATE&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PRAMETDORMERR_0-1638709057777.png" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/997386iDB99D6984EEE4C88/image-size/medium?v=v2&amp;amp;px=400" role="button" title="PRAMETDORMERR_0-1638709057777.png" alt="PRAMETDORMERR_0-1638709057777.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SAVE IN THIS FOLDER&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PRAMETDORMERR_1-1638709201676.png" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/997387i9BC29223B9B21B76/image-size/medium?v=v2&amp;amp;px=400" role="button" title="PRAMETDORMERR_1-1638709201676.png" alt="PRAMETDORMERR_1-1638709201676.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 05 Dec 2021 13:02:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powermill-forum/need-macro-for-save-project-template-object-file-in-project/m-p/10801905#M7240</guid>
      <dc:creator>PRAMET-DORMERR</dc:creator>
      <dc:date>2021-12-05T13:02:38Z</dc:date>
    </item>
    <item>
      <title>Re: NEED MACRO FOR SAVE PROJECT TEMPLATE OBJECT FILE IN PROJECT FOLDER</title>
      <link>https://forums.autodesk.com/t5/powermill-forum/need-macro-for-save-project-template-object-file-in-project/m-p/10802783#M7241</link>
      <description>&lt;P&gt;HI !&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here you go....&lt;/P&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;&lt;P&gt;//Macro will export selected toolpath as template object&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;STRING template_name = INPUT "Save Toolpath Objects As..."&lt;BR /&gt;STRING $dirpath = project_pathname(0) + "/Template_Object_File/"&lt;/P&gt;&lt;P&gt;IF NOT dir_exists(dirpath) {&lt;BR /&gt;MKDIR $dirpath&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;EDIT TEMPLATESAVE SAVEPATH $dirpath&lt;/P&gt;&lt;P&gt;FOREACH tp IN explorer_selected_entities() {&lt;/P&gt;&lt;P&gt;ACTIVATE TOOLPATH $tp.Name&lt;BR /&gt;STRING filePath = $dirpath + "/" + $tp.ID + ".ptf"&lt;BR /&gt;KEEP ADVTOOLPATH $tp.name $filePath&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;message info " Yeah ! -- Selected toolpath has been exported"&lt;/P&gt;&lt;P&gt;OLE FILEACTION 'OPEN' $dirpath&lt;/P&gt;</description>
      <pubDate>Mon, 06 Dec 2021 04:42:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powermill-forum/need-macro-for-save-project-template-object-file-in-project/m-p/10802783#M7241</guid>
      <dc:creator>karan30782</dc:creator>
      <dc:date>2021-12-06T04:42:38Z</dc:date>
    </item>
    <item>
      <title>Re: NEED MACRO FOR SAVE PROJECT TEMPLATE OBJECT FILE IN PROJECT FOLDER</title>
      <link>https://forums.autodesk.com/t5/powermill-forum/need-macro-for-save-project-template-object-file-in-project/m-p/10802798#M7242</link>
      <description>&lt;P&gt;THANKS FOR REPLAY&lt;BR /&gt;&lt;BR /&gt;BUT I WANT SINGLE PTF FILE ALL PROJECT WITH AS PER EACH TOOLPATH NAME NOT INDIVIDUAL PTF FILE&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Dec 2021 04:59:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powermill-forum/need-macro-for-save-project-template-object-file-in-project/m-p/10802798#M7242</guid>
      <dc:creator>PRAMET-DORMERR</dc:creator>
      <dc:date>2021-12-06T04:59:18Z</dc:date>
    </item>
    <item>
      <title>Re: NEED MACRO FOR SAVE PROJECT TEMPLATE OBJECT FILE IN PROJECT FOLDER</title>
      <link>https://forums.autodesk.com/t5/powermill-forum/need-macro-for-save-project-template-object-file-in-project/m-p/10803937#M7243</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/5196302"&gt;@PRAMET-DORMERR&lt;/a&gt;&amp;nbsp; please make an attempt to do this yourself using the code that&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/5208236"&gt;@karan30782&lt;/a&gt;&amp;nbsp; posted. if you get stuck, post the code so we can help.&amp;nbsp; We are all willing to help you learn, but you'll only learn by doing yourself.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thanks!&lt;/P&gt;
&lt;P&gt;David&lt;/P&gt;
&lt;P&gt;&amp;lt;&amp;gt;&amp;lt;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Dec 2021 15:50:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powermill-forum/need-macro-for-save-project-template-object-file-in-project/m-p/10803937#M7243</guid>
      <dc:creator>TK.421</dc:creator>
      <dc:date>2021-12-06T15:50:33Z</dc:date>
    </item>
  </channel>
</rss>

