<?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 De-attach or Un-Attach all dims in drawing Ilogic? in Inventor Programming - iLogic, Macros, AddIns &amp; Apprentice</title>
    <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/de-attach-or-un-attach-all-dims-in-drawing-ilogic/m-p/7061493#M72119</link>
    <description>&lt;P&gt;I need help detaching all dimensions from all views. It's easier for me to move those dims to the correct views when switching out the model reference than having those dims deleted and start again.&lt;BR /&gt;&lt;BR /&gt;What i am trying to accomplish:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;PRE&gt;doc = ThisDoc.Document
        
'iterate each dimension  
Dim oEachDim As DrawingDimension
For Each oEachDim In doc.ActiveSheet.DrawingDimensions
If oEachDim.Attached Then
oEachDim.Attached = False
   EndIf
Next

doc.Update&lt;/PRE&gt;
&lt;P&gt;I am aware i made up a few commands, if anyone can help me understand this, or even offer a other suggestion i am open ears.&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;/P&gt;</description>
    <pubDate>Thu, 04 May 2017 13:43:32 GMT</pubDate>
    <dc:creator>DeerSpotter</dc:creator>
    <dc:date>2017-05-04T13:43:32Z</dc:date>
    <item>
      <title>De-attach or Un-Attach all dims in drawing Ilogic?</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/de-attach-or-un-attach-all-dims-in-drawing-ilogic/m-p/7061493#M72119</link>
      <description>&lt;P&gt;I need help detaching all dimensions from all views. It's easier for me to move those dims to the correct views when switching out the model reference than having those dims deleted and start again.&lt;BR /&gt;&lt;BR /&gt;What i am trying to accomplish:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;PRE&gt;doc = ThisDoc.Document
        
'iterate each dimension  
Dim oEachDim As DrawingDimension
For Each oEachDim In doc.ActiveSheet.DrawingDimensions
If oEachDim.Attached Then
oEachDim.Attached = False
   EndIf
Next

doc.Update&lt;/PRE&gt;
&lt;P&gt;I am aware i made up a few commands, if anyone can help me understand this, or even offer a other suggestion i am open ears.&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 04 May 2017 13:43:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/de-attach-or-un-attach-all-dims-in-drawing-ilogic/m-p/7061493#M72119</guid>
      <dc:creator>DeerSpotter</dc:creator>
      <dc:date>2017-05-04T13:43:32Z</dc:date>
    </item>
    <item>
      <title>Re: De-attach or Un-Attach all dims in drawing Ilogic?</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/de-attach-or-un-attach-all-dims-in-drawing-ilogic/m-p/7061735#M72120</link>
      <description>&lt;P&gt;I don't think you can "detach" dimensions..&lt;/P&gt;
&lt;P&gt;You can certainly delete and you can check if they are attached or not but I don't think there is a command to detach them...&lt;/P&gt;</description>
      <pubDate>Thu, 04 May 2017 15:01:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/de-attach-or-un-attach-all-dims-in-drawing-ilogic/m-p/7061735#M72120</guid>
      <dc:creator>mcgyvr</dc:creator>
      <dc:date>2017-05-04T15:01:13Z</dc:date>
    </item>
    <item>
      <title>Re: De-attach or Un-Attach all dims in drawing Ilogic?</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/de-attach-or-un-attach-all-dims-in-drawing-ilogic/m-p/7061817#M72121</link>
      <description>&lt;P&gt;The same way when a dimension turns pink because it cant find a model or a reference point.&lt;/P&gt;</description>
      <pubDate>Thu, 04 May 2017 15:30:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/de-attach-or-un-attach-all-dims-in-drawing-ilogic/m-p/7061817#M72121</guid>
      <dc:creator>DeerSpotter</dc:creator>
      <dc:date>2017-05-04T15:30:41Z</dc:date>
    </item>
    <item>
      <title>Re: De-attach or Un-Attach all dims in drawing Ilogic?</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/de-attach-or-un-attach-all-dims-in-drawing-ilogic/m-p/7061989#M72122</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@m.teleguz1 wrote:&lt;BR /&gt;
&lt;P&gt;The same way when a dimension turns pink because it cant find a model or a reference point.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Sorry I wasn't clear.... "With ilogic"... should be added to my statement..&lt;/P&gt;
&lt;P&gt;I know a dimension can become detached.. I just don't know if there is an ilogic way to do that..&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 May 2017 16:22:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/de-attach-or-un-attach-all-dims-in-drawing-ilogic/m-p/7061989#M72122</guid>
      <dc:creator>mcgyvr</dc:creator>
      <dc:date>2017-05-04T16:22:03Z</dc:date>
    </item>
  </channel>
</rss>

