<?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 Skritp for fast and flexible renaming of many CAM operations in Fusion Manufacture Forum</title>
    <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/skritp-for-fast-and-flexible-renaming-of-many-cam-operations/m-p/12143277#M27372</link>
    <description>&lt;P&gt;Hello!&lt;BR /&gt;I have written a small script to rename several CAM operations at the same time.&lt;BR /&gt;You may know this, you have assembled a part in CAM and have edited several parts using the Copy operation.&lt;BR /&gt;Now you want to rename the operations, so that they are output in the NC program sensibly named.&lt;BR /&gt;This costs quite a lot of time with complex parts!&lt;BR /&gt;I have now solved this with my script ...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How use the script:&lt;BR /&gt;First select the CAM operations to be renamed!&lt;BR /&gt;Here it is to be considered that the order of the selection, the operations is considered!&lt;/P&gt;&lt;P&gt;Now start the script&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="marcustoepke_8-1690959448321.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1248089iEBDA8B142D17DE0E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="marcustoepke_8-1690959448321.png" alt="marcustoepke_8-1690959448321.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Now an input window opens:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="marcustoepke_9-1690959484742.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1248090i956B4666174B764A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="marcustoepke_9-1690959484742.png" alt="marcustoepke_9-1690959484742.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here you can now enter how the operations are to be renamed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- Variant 1:&lt;BR /&gt;Input: "Seite" and then confirm with a click on "OK".&lt;/P&gt;&lt;P&gt;Result:&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="marcustoepke_10-1690959519101.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1248091i60737AA7EE2A7202/image-size/medium?v=v2&amp;amp;px=400" role="button" title="marcustoepke_10-1690959519101.png" alt="marcustoepke_10-1690959519101.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;All operations are named with the basic designation "Seite" and then assigned a sequence number in the order in which they were SELECTED&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- Variant 2:&lt;BR /&gt;Input „Seite~(B+90-C0,B+60-C15,B-90-C0,B45-C45)“&lt;/P&gt;&lt;P&gt;Result:&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="marcustoepke_11-1690959582931.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1248093iB2217C850F5A5D6A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="marcustoepke_11-1690959582931.png" alt="marcustoepke_11-1690959582931.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The operations are renamed with the basic name "Seite" and get the list elements contained in the list inside "~(List)" appended!&lt;BR /&gt;"~(" is the trigger for the lists variant ")" closes the list.&lt;BR /&gt;Here it is to be noted that the number of list elements must correspond to the number of selected CAM operations!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;- Variant 3:&lt;BR /&gt;Input "Seite_B~10,5.5"&lt;/P&gt;&lt;P&gt;Result:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="marcustoepke_12-1690959668527.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1248095i7823C9550CD388E4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="marcustoepke_12-1690959668527.png" alt="marcustoepke_12-1690959668527.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The cam operations are renamed with the basic name "Seite_B", then in the order of selection, first the start agrument 10 is appended, then with each following operation 5.5 is added and appended.&lt;BR /&gt;"~" is the trigger for this variant, the first argument is the start number, the second argument is the number to be added.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The only drawback it is in German&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would be happy if one or the other can use it!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 02 Aug 2023 07:26:16 GMT</pubDate>
    <dc:creator>marcus.toepke</dc:creator>
    <dc:date>2023-08-02T07:26:16Z</dc:date>
    <item>
      <title>Skritp for fast and flexible renaming of many CAM operations</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/skritp-for-fast-and-flexible-renaming-of-many-cam-operations/m-p/12143277#M27372</link>
      <description>&lt;P&gt;Hello!&lt;BR /&gt;I have written a small script to rename several CAM operations at the same time.&lt;BR /&gt;You may know this, you have assembled a part in CAM and have edited several parts using the Copy operation.&lt;BR /&gt;Now you want to rename the operations, so that they are output in the NC program sensibly named.&lt;BR /&gt;This costs quite a lot of time with complex parts!&lt;BR /&gt;I have now solved this with my script ...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How use the script:&lt;BR /&gt;First select the CAM operations to be renamed!&lt;BR /&gt;Here it is to be considered that the order of the selection, the operations is considered!&lt;/P&gt;&lt;P&gt;Now start the script&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="marcustoepke_8-1690959448321.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1248089iEBDA8B142D17DE0E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="marcustoepke_8-1690959448321.png" alt="marcustoepke_8-1690959448321.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Now an input window opens:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="marcustoepke_9-1690959484742.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1248090i956B4666174B764A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="marcustoepke_9-1690959484742.png" alt="marcustoepke_9-1690959484742.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here you can now enter how the operations are to be renamed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- Variant 1:&lt;BR /&gt;Input: "Seite" and then confirm with a click on "OK".&lt;/P&gt;&lt;P&gt;Result:&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="marcustoepke_10-1690959519101.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1248091i60737AA7EE2A7202/image-size/medium?v=v2&amp;amp;px=400" role="button" title="marcustoepke_10-1690959519101.png" alt="marcustoepke_10-1690959519101.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;All operations are named with the basic designation "Seite" and then assigned a sequence number in the order in which they were SELECTED&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- Variant 2:&lt;BR /&gt;Input „Seite~(B+90-C0,B+60-C15,B-90-C0,B45-C45)“&lt;/P&gt;&lt;P&gt;Result:&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="marcustoepke_11-1690959582931.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1248093iB2217C850F5A5D6A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="marcustoepke_11-1690959582931.png" alt="marcustoepke_11-1690959582931.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The operations are renamed with the basic name "Seite" and get the list elements contained in the list inside "~(List)" appended!&lt;BR /&gt;"~(" is the trigger for the lists variant ")" closes the list.&lt;BR /&gt;Here it is to be noted that the number of list elements must correspond to the number of selected CAM operations!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;- Variant 3:&lt;BR /&gt;Input "Seite_B~10,5.5"&lt;/P&gt;&lt;P&gt;Result:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="marcustoepke_12-1690959668527.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1248095i7823C9550CD388E4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="marcustoepke_12-1690959668527.png" alt="marcustoepke_12-1690959668527.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The cam operations are renamed with the basic name "Seite_B", then in the order of selection, first the start agrument 10 is appended, then with each following operation 5.5 is added and appended.&lt;BR /&gt;"~" is the trigger for this variant, the first argument is the start number, the second argument is the number to be added.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The only drawback it is in German&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would be happy if one or the other can use it!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Aug 2023 07:26:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture-forum/skritp-for-fast-and-flexible-renaming-of-many-cam-operations/m-p/12143277#M27372</guid>
      <dc:creator>marcus.toepke</dc:creator>
      <dc:date>2023-08-02T07:26:16Z</dc:date>
    </item>
    <item>
      <title>Re: Skritp for fast and flexible renaming of many CAM operations</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/skritp-for-fast-and-flexible-renaming-of-many-cam-operations/m-p/12662177#M27373</link>
      <description>&lt;P&gt;hi, nice macro, but there is a problem, everytime i tried to rename, it jump the numbering order&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;for example:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;MOUD-01&lt;/P&gt;&lt;P&gt;MOUD-06&lt;/P&gt;&lt;P&gt;MOUD-02&lt;/P&gt;&lt;P&gt;MOUD-5&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ETC&lt;/P&gt;</description>
      <pubDate>Sun, 24 Mar 2024 16:28:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture-forum/skritp-for-fast-and-flexible-renaming-of-many-cam-operations/m-p/12662177#M27373</guid>
      <dc:creator>nubrandao</dc:creator>
      <dc:date>2024-03-24T16:28:53Z</dc:date>
    </item>
    <item>
      <title>Re: Skritp for fast and flexible renaming of many CAM operations</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/skritp-for-fast-and-flexible-renaming-of-many-cam-operations/m-p/12662310#M27374</link>
      <description>&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;I also like this macro.&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;SPAN class=""&gt;It would be possible to supplement the cript so that it would automatically supplement the text for drilling operations, for example:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;drill a hole - and it would complete the diameter of the tool from the tool library.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;and the output would be:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;drill hole 10.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;I think you could find another use for renaming operations.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Great&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 24 Mar 2024 18:29:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture-forum/skritp-for-fast-and-flexible-renaming-of-many-cam-operations/m-p/12662310#M27374</guid>
      <dc:creator>Tomas_V_cz</dc:creator>
      <dc:date>2024-03-24T18:29:43Z</dc:date>
    </item>
    <item>
      <title>Re: Skritp for fast and flexible renaming of many CAM operations</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/skritp-for-fast-and-flexible-renaming-of-many-cam-operations/m-p/12662358#M27375</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/14771110"&gt;@nubrandao&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hmmm it rename the operations in oder it was selected&lt;/P&gt;</description>
      <pubDate>Sun, 24 Mar 2024 19:14:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture-forum/skritp-for-fast-and-flexible-renaming-of-many-cam-operations/m-p/12662358#M27375</guid>
      <dc:creator>marcus.toepke</dc:creator>
      <dc:date>2024-03-24T19:14:14Z</dc:date>
    </item>
    <item>
      <title>Re: Skritp for fast and flexible renaming of many CAM operations</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/skritp-for-fast-and-flexible-renaming-of-many-cam-operations/m-p/12662400#M27376</link>
      <description>&lt;P&gt;I select all at once, should i select One by One?&lt;/P&gt;</description>
      <pubDate>Sun, 24 Mar 2024 20:06:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture-forum/skritp-for-fast-and-flexible-renaming-of-many-cam-operations/m-p/12662400#M27376</guid>
      <dc:creator>nubrandao</dc:creator>
      <dc:date>2024-03-24T20:06:47Z</dc:date>
    </item>
    <item>
      <title>Re: Skritp for fast and flexible renaming of many CAM operations</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/skritp-for-fast-and-flexible-renaming-of-many-cam-operations/m-p/12666886#M27377</link>
      <description>&lt;P&gt;Try it simply&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Mar 2024 16:17:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture-forum/skritp-for-fast-and-flexible-renaming-of-many-cam-operations/m-p/12666886#M27377</guid>
      <dc:creator>marcus.toepke</dc:creator>
      <dc:date>2024-03-26T16:17:34Z</dc:date>
    </item>
  </channel>
</rss>

