<?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: ilogic : Autodimensioning of Drawing in Inventor Programming - iLogic, Macros, AddIns &amp; Apprentice</title>
    <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/ilogic-autodimensioning-of-drawing/m-p/9256803#M109472</link>
    <description>&lt;P&gt;Yes the value of the dimension will change when we change the model ofcourse.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I just try to learn if i can automate the process of puting there dimension markers instead of doing it myself from annotations.&lt;/P&gt;</description>
    <pubDate>Fri, 17 Jan 2020 09:17:16 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-01-17T09:17:16Z</dc:date>
    <item>
      <title>ilogic : Autodimensioning of Drawing</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/ilogic-autodimensioning-of-drawing/m-p/9256547#M109470</link>
      <description>&lt;P&gt;Dear friends.&lt;/P&gt;&lt;P&gt;I am trying to add a thickness dimension to the part below as shown:&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="Thickness Automated.JPG" style="width: 769px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/717897i9ADA58347CB0FE25/image-size/large?v=v2&amp;amp;px=999" role="button" title="Thickness Automated.JPG" alt="Thickness Automated.JPG" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Thickness Part File.JPG" style="width: 817px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/717898i0A95CEA68B9888CB/image-size/large?v=v2&amp;amp;px=999" role="button" title="Thickness Part File.JPG" alt="Thickness Part File.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now i want to write an ilogic code to get this NominalThickness value in the part and show it in the drawing.&lt;/P&gt;&lt;P&gt;How can i automate this process?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jan 2020 06:14:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/ilogic-autodimensioning-of-drawing/m-p/9256547#M109470</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-01-17T06:14:27Z</dc:date>
    </item>
    <item>
      <title>Re: ilogic : Autodimensioning of Drawing</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/ilogic-autodimensioning-of-drawing/m-p/9256647#M109471</link>
      <description>&lt;P&gt;Just curious but can I ask why you want this dimension to be automated?&lt;/P&gt;&lt;P&gt;Because we all know that if you make a drawing from a 3D model, when the model change, the drawing will automatically update all the dimension.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jan 2020 07:41:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/ilogic-autodimensioning-of-drawing/m-p/9256647#M109471</guid>
      <dc:creator>Mirtchii</dc:creator>
      <dc:date>2020-01-17T07:41:23Z</dc:date>
    </item>
    <item>
      <title>Re: ilogic : Autodimensioning of Drawing</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/ilogic-autodimensioning-of-drawing/m-p/9256803#M109472</link>
      <description>&lt;P&gt;Yes the value of the dimension will change when we change the model ofcourse.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I just try to learn if i can automate the process of puting there dimension markers instead of doing it myself from annotations.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jan 2020 09:17:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/ilogic-autodimensioning-of-drawing/m-p/9256803#M109472</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-01-17T09:17:16Z</dc:date>
    </item>
    <item>
      <title>Re: ilogic : Autodimensioning of Drawing</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/ilogic-autodimensioning-of-drawing/m-p/9261744#M109473</link>
      <description>&lt;P&gt;I do something like this to pull my model parameters into my drawing, though I use them to populate a table.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dim oParameters As Parameters = oModelRefDoc.ComponentDefinition.Parameters&lt;/P&gt;&lt;P&gt;Dim OALHeight As Parameter = oParameters.Item("OALHeight")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Of course oModelRefDoc has been defined to be the document I want to pull the parameter from. Is there a reason the standard dimension will not work for you? You can automate placing dimensions as well by using different code.&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Chancellor&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jan 2020 14:02:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/ilogic-autodimensioning-of-drawing/m-p/9261744#M109473</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-01-20T14:02:33Z</dc:date>
    </item>
    <item>
      <title>Re: ilogic : Autodimensioning of Drawing</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/ilogic-autodimensioning-of-drawing/m-p/9268986#M109474</link>
      <description>&lt;P&gt;Automating placing dimension can be the solution to this. I am actually trying to automate placing dimension now.&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jan 2020 06:56:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/ilogic-autodimensioning-of-drawing/m-p/9268986#M109474</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-01-23T06:56:47Z</dc:date>
    </item>
    <item>
      <title>Re: ilogic : Autodimensioning of Drawing</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/ilogic-autodimensioning-of-drawing/m-p/9269790#M109475</link>
      <description>&lt;P&gt;See the solution here for placing a dimension with iLogic:&amp;nbsp;&lt;A href="https://forums.autodesk.com/t5/inventor-customization/ilogic-create-dimension-in-drawing/td-p/6762830" target="_blank"&gt;https://forums.autodesk.com/t5/inventor-customization/ilogic-create-dimension-in-drawing/td-p/6762830&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Really what is happening is we are adding dimensions to work points attached to the geometry, not necessarily the geometry itself. To make sure these points are in the right spot I would use a work plane tangent to the body and one perpendicular to that work plane along the axis your view is looking at. Then use the intersection of these work planes to define a work point that will then be tied to the model. Do the same to both the inside and outside, rename the work points, and make sure your view and work point names match in the code.&lt;/P&gt;&lt;P&gt;-Chancellor&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jan 2020 13:21:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/ilogic-autodimensioning-of-drawing/m-p/9269790#M109475</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-01-23T13:21:31Z</dc:date>
    </item>
  </channel>
</rss>

