<?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: Content Center part to normal ipt in Inventor Forum</title>
    <link>https://forums.autodesk.com/t5/inventor-forum/content-center-part-to-normal-ipt/m-p/6382228#M320920</link>
    <description>Ahh, but even if you "save as custom" from CC when you right click on th epart you have the choise to change size and replace from CC and when you try to Author the part it is already authored... So it seems like it stil have som link. br Svein</description>
    <pubDate>Tue, 14 Jun 2016 12:17:43 GMT</pubDate>
    <dc:creator>Svein74</dc:creator>
    <dc:date>2016-06-14T12:17:43Z</dc:date>
    <item>
      <title>Content Center part to normal ipt</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/content-center-part-to-normal-ipt/m-p/6381907#M320916</link>
      <description>Hi Is there anyone having a macro\VBA to convert CC files to normal I have found some codes but they do not seem to work on R 2015/2016 of Inventor, or maybe I am just using it wrong....? Br Svein</description>
      <pubDate>Tue, 14 Jun 2016 08:33:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/content-center-part-to-normal-ipt/m-p/6381907#M320916</guid>
      <dc:creator>Svein74</dc:creator>
      <dc:date>2016-06-14T08:33:27Z</dc:date>
    </item>
    <item>
      <title>Re: Content Center part to normal ipt</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/content-center-part-to-normal-ipt/m-p/6382184#M320917</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/3438070"&gt;@Svein74﻿&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Not sure what this code does but all you have to do is relocate the content center part to a folder outside of your content center folder structure.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jun 2016 11:57:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/content-center-part-to-normal-ipt/m-p/6382184#M320917</guid>
      <dc:creator>Mark.Lancaster</dc:creator>
      <dc:date>2016-06-14T11:57:38Z</dc:date>
    </item>
    <item>
      <title>Re: Content Center part to normal ipt</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/content-center-part-to-normal-ipt/m-p/6382202#M320918</link>
      <description>Hi Mark Did you forget the code? br Svein</description>
      <pubDate>Tue, 14 Jun 2016 12:06:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/content-center-part-to-normal-ipt/m-p/6382202#M320918</guid>
      <dc:creator>Svein74</dc:creator>
      <dc:date>2016-06-14T12:06:36Z</dc:date>
    </item>
    <item>
      <title>Re: Content Center part to normal ipt</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/content-center-part-to-normal-ipt/m-p/6382210#M320919</link>
      <description>&lt;P&gt;Sorry &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/3438070"&gt;@Svein74﻿&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I meant not sure what the code you have does...&amp;nbsp; But you only need to relocate content center components to a folder outside of your CC folder structure.&amp;nbsp; Once that occurs they become normal parts.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jun 2016 12:09:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/content-center-part-to-normal-ipt/m-p/6382210#M320919</guid>
      <dc:creator>Mark.Lancaster</dc:creator>
      <dc:date>2016-06-14T12:09:05Z</dc:date>
    </item>
    <item>
      <title>Re: Content Center part to normal ipt</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/content-center-part-to-normal-ipt/m-p/6382228#M320920</link>
      <description>Ahh, but even if you "save as custom" from CC when you right click on th epart you have the choise to change size and replace from CC and when you try to Author the part it is already authored... So it seems like it stil have som link. br Svein</description>
      <pubDate>Tue, 14 Jun 2016 12:17:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/content-center-part-to-normal-ipt/m-p/6382228#M320920</guid>
      <dc:creator>Svein74</dc:creator>
      <dc:date>2016-06-14T12:17:43Z</dc:date>
    </item>
    <item>
      <title>Re: Content Center part to normal ipt</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/content-center-part-to-normal-ipt/m-p/6382269#M320921</link>
      <description>Solved &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; br Svein Sub strip_CC() Dim oDoc As PartDocument Set oDoc = ThisApplication.ActiveDocument 'Check to see if it is not a true content center part . otherwise bail out If oDoc.ComponentDefinition.IsContentMember = False Then ' Enable all commands and set the subtype to a standard part. oDoc.DisabledCommandTypes = 0 oDoc.SubType = "{4D29B490-49B2-11D0-93C3-7E0706000000}" ' Optionally clean up other Content Center related properties. On Error Resume Next oDoc.PropertySets.Item("Content Library Component Properties").Delete Dim DTPropSet As PropertySet Set DTPropSet = oDoc.PropertySets.Item("Design Tracking Properties") DTPropSet.Item("Catalog Web Link").Value = "" oDoc.Save End If End Sub</description>
      <pubDate>Tue, 14 Jun 2016 12:31:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/content-center-part-to-normal-ipt/m-p/6382269#M320921</guid>
      <dc:creator>Svein74</dc:creator>
      <dc:date>2016-06-14T12:31:04Z</dc:date>
    </item>
    <item>
      <title>Re: Content Center part to normal ipt</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/content-center-part-to-normal-ipt/m-p/6382271#M320922</link>
      <description>&lt;P&gt;Solved &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sub strip_CC()&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dim oDoc As PartDocument&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Set oDoc = ThisApplication.ActiveDocument&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Check to see if it is not a true content center part . otherwise bail out&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; If oDoc.ComponentDefinition.IsContentMember = False Then&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ' Enable all commands and set the subtype to a standard part.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; oDoc.DisabledCommandTypes = 0&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; oDoc.SubType = "{4D29B490-49B2-11D0-93C3-7E0706000000}"&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ' Optionally clean up other Content Center related properties.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; On Error Resume Next&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; oDoc.PropertySets.Item("Content Library Component Properties").Delete&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dim DTPropSet As PropertySet&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Set DTPropSet = oDoc.PropertySets.Item("Design Tracking Properties")&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DTPropSet.Item("Catalog Web Link").Value = ""&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; oDoc.Save&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; End If&lt;BR /&gt;End Sub&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jun 2016 12:32:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/content-center-part-to-normal-ipt/m-p/6382271#M320922</guid>
      <dc:creator>Svein74</dc:creator>
      <dc:date>2016-06-14T12:32:50Z</dc:date>
    </item>
  </channel>
</rss>

