<?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: How to create new dimension type in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/how-to-create-new-dimension-type/m-p/7932275#M183341</link>
    <description>&lt;P&gt;You are going to get a faster response and much better bandwidth posting this over in the AutoCAD Customization / LISP forum &lt;A href="https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/bd-p/130" target="_blank"&gt;&amp;gt;&amp;gt;HERE&amp;lt;&amp;lt;&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;But you can start with what&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/43171"&gt;@scot-65&lt;/a&gt;&amp;nbsp;had (while also adding DIMUPT=ON). From there you can go to:&lt;BR /&gt;(setq p1 (getpoint))&lt;BR /&gt;(setq p2 (getpoint))&lt;BR /&gt;(command "dimaligned" p1 p2 p2)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;setq P3 mid between p1 and p2&lt;/P&gt;
&lt;P&gt;setq angle = get angle between p1 and p2 + 90 degrees&lt;/P&gt;
&lt;P&gt;setq p4 = p3 +1&amp;nbsp;@ angle&lt;/P&gt;
&lt;P&gt;Then you need to MIRROR, LAST, p3, p4, n&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 14 Apr 2018 02:18:09 GMT</pubDate>
    <dc:creator>WarrenGeissler</dc:creator>
    <dc:date>2018-04-14T02:18:09Z</dc:date>
    <item>
      <title>How to create new dimension type</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-to-create-new-dimension-type/m-p/7931636#M183339</link>
      <description>&lt;P&gt;hey guys,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I looking to find a way to either create a new dimension type of edit already existing. I need it to be just like an aligned dimension but instead of there being a line with the actual dimension i want it to just to be two arrows pointing to either end of the object with the said dimension to be shown above the leg of each arrow. Can it be done? Please see the picture for the full scope of my idea.&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Hightlighted  circles are what im looking for" style="width: 893px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/488548iE773C1F055A7A813/image-size/large?v=v2&amp;amp;px=999" role="button" title="Dimension Style Example.jpg" alt="Hightlighted  circles are what im looking for" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Hightlighted  circles are what im looking for&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Apr 2018 18:01:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-to-create-new-dimension-type/m-p/7931636#M183339</guid>
      <dc:creator>walterKGDCT</dc:creator>
      <dc:date>2018-04-13T18:01:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to create new dimension type</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-to-create-new-dimension-type/m-p/7932122#M183340</link>
      <description>Look into DIMATFIT and DIMTIX.&lt;BR /&gt;Afterwards...&lt;BR /&gt;Command -DIMSTYLE "Save" "DesiredNameGoesHere"&lt;BR /&gt;&lt;BR /&gt;As far as both legs containing text, you will have to use 2 dimensions -&lt;BR /&gt;one on top of the other (however using the alternates family, it could&lt;BR /&gt;be possible? a shot in the dark here).&lt;BR /&gt;&lt;BR /&gt;???&lt;BR /&gt;</description>
      <pubDate>Fri, 13 Apr 2018 22:30:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-to-create-new-dimension-type/m-p/7932122#M183340</guid>
      <dc:creator>scot-65</dc:creator>
      <dc:date>2018-04-13T22:30:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to create new dimension type</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-to-create-new-dimension-type/m-p/7932275#M183341</link>
      <description>&lt;P&gt;You are going to get a faster response and much better bandwidth posting this over in the AutoCAD Customization / LISP forum &lt;A href="https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/bd-p/130" target="_blank"&gt;&amp;gt;&amp;gt;HERE&amp;lt;&amp;lt;&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;But you can start with what&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/43171"&gt;@scot-65&lt;/a&gt;&amp;nbsp;had (while also adding DIMUPT=ON). From there you can go to:&lt;BR /&gt;(setq p1 (getpoint))&lt;BR /&gt;(setq p2 (getpoint))&lt;BR /&gt;(command "dimaligned" p1 p2 p2)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;setq P3 mid between p1 and p2&lt;/P&gt;
&lt;P&gt;setq angle = get angle between p1 and p2 + 90 degrees&lt;/P&gt;
&lt;P&gt;setq p4 = p3 +1&amp;nbsp;@ angle&lt;/P&gt;
&lt;P&gt;Then you need to MIRROR, LAST, p3, p4, n&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 14 Apr 2018 02:18:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-to-create-new-dimension-type/m-p/7932275#M183341</guid>
      <dc:creator>WarrenGeissler</dc:creator>
      <dc:date>2018-04-14T02:18:09Z</dc:date>
    </item>
  </channel>
</rss>

