<?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: Swap content center part in Inventor Programming - iLogic, Macros, AddIns &amp; Apprentice</title>
    <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/swap-content-center-part/m-p/9058795#M101734</link>
    <description>&lt;P&gt;So the answer is you can't? I need to be able to switch between the two depending on what the user wants on every job.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your thoughts.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Option 1 won't work with Vault&lt;/P&gt;&lt;P&gt;Option 2 will bugger up CC&lt;/P&gt;&lt;P&gt;Option 3 sounds like a botch&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If under the same CC family table I have both stainless and zinc is it possible to switch between the two using iLogic?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The last resort option is to save all the bolts I need to a normal folder on Vault, but the problem is that I'm then adding identical copies of things to vault when I'd like to keep everything as CC.&lt;/P&gt;</description>
    <pubDate>Tue, 01 Oct 2019 06:57:19 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-10-01T06:57:19Z</dc:date>
    <item>
      <title>Swap content center part</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/swap-content-center-part/m-p/9057265#M101697</link>
      <description>&lt;P&gt;What's the easiest way to swap content center parts?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a load of stainless bolts constrained in an assembly and wish to switch them for zinc bolts of the same length and family.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The description for&amp;nbsp;Components.AddContentCenterPart says 'adds/updates' CC part, but I couldn't work out how to use it update parts, just insert them at a determined point.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Couldn't find anything in the API help about this command either.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Sep 2019 15:30:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/swap-content-center-part/m-p/9057265#M101697</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-09-30T15:30:06Z</dc:date>
    </item>
    <item>
      <title>Re: Swap content center part</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/swap-content-center-part/m-p/9057364#M101699</link>
      <description>&lt;P&gt;Option 1.&amp;nbsp; Replace All Components.&lt;/P&gt;&lt;P&gt;This would require you to get the necessary replacement files OUT of the content center and stored locally first, say in a dummy assembly.&lt;/P&gt;&lt;P&gt;Option 2. Modify the family to change its material, then update parts.&amp;nbsp; This is a permanent change, so if you plan to use material A then material B, and back, this would not be the best idea.&lt;/P&gt;&lt;P&gt;Option 3. Override all parts materials using BOM drill down method, this would require you to fool Inventor into thinking the Content Center Folder is just another design folder (modify IPJ), and all the files would need to be read-write.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Sep 2019 16:02:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/swap-content-center-part/m-p/9057364#M101699</guid>
      <dc:creator>JamieVJohnson2</dc:creator>
      <dc:date>2019-09-30T16:02:33Z</dc:date>
    </item>
    <item>
      <title>Re: Swap content center part</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/swap-content-center-part/m-p/9058795#M101734</link>
      <description>&lt;P&gt;So the answer is you can't? I need to be able to switch between the two depending on what the user wants on every job.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your thoughts.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Option 1 won't work with Vault&lt;/P&gt;&lt;P&gt;Option 2 will bugger up CC&lt;/P&gt;&lt;P&gt;Option 3 sounds like a botch&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If under the same CC family table I have both stainless and zinc is it possible to switch between the two using iLogic?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The last resort option is to save all the bolts I need to a normal folder on Vault, but the problem is that I'm then adding identical copies of things to vault when I'd like to keep everything as CC.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Oct 2019 06:57:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/swap-content-center-part/m-p/9058795#M101734</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-10-01T06:57:19Z</dc:date>
    </item>
    <item>
      <title>Re: Swap content center part</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/swap-content-center-part/m-p/9059925#M101750</link>
      <description>&lt;P&gt;Option 1, Replace all Components.&amp;nbsp; This will work fine with Vault, (we use it with a content center library folder set).&amp;nbsp; The replace components is done inside of an active iam file.&amp;nbsp; The code can find an object from one family and replace it with a similarly named object from the other library.&amp;nbsp; This can be done via file name, or content center grab.&amp;nbsp; I personally would go for the file name method first, because file paths are easier to code for.&amp;nbsp; But this requires everything (to be swapped) to be saved as a file from the content center to the local working folder first.&amp;nbsp; Since your not modifying the content center file, only swapping one out for another in the assembly, it will be fine with Vault.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Oct 2019 14:50:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/swap-content-center-part/m-p/9059925#M101750</guid>
      <dc:creator>JamieVJohnson2</dc:creator>
      <dc:date>2019-10-01T14:50:16Z</dc:date>
    </item>
  </channel>
</rss>

