<?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 Macro to display dimensions of the hypotenuse of the triangle in AutoCAD LT Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-lt-forum/macro-to-display-dimensions-of-the-hypotenuse-of-the-triangle/m-p/9593849#M19732</link>
    <description>&lt;P&gt;I have been developing a quick macro that draws a triangle and i am trying to get the macro to add the dimensions to the drawing for me. I have been able to use the qdim function to get the dimensions for the horizontal and vertical lengths of the triangle but qdim does not work with the hypotenuse, It gives you either the horizontal distance or vertical distance regardless of Ortho mode.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was wondering if anyone has figured out a way to measure the diagonal of a triangle with a macro.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;E: The macro requires the user to pick the length of one side, and then draws the triangle at a fixed angle, this is a process i have to do a lot in my job so i figured id try to automate it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;this is my macro so far if anyone wants to run it and see how it works so far:&lt;/P&gt;&lt;P&gt;^C^C_ortho;on;_line;-50,-20;@100&amp;lt;270;\@100&amp;lt;28;x;_trim;;f;-41,-100;-60,-15;;^C_ortho;off;_Qdim;-135,-65;-25,-140;;-35,-102;_Qdim;-55,-126;-58,-105;;-85,-130;&lt;/P&gt;</description>
    <pubDate>Mon, 22 Jun 2020 16:36:06 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-06-22T16:36:06Z</dc:date>
    <item>
      <title>Macro to display dimensions of the hypotenuse of the triangle</title>
      <link>https://forums.autodesk.com/t5/autocad-lt-forum/macro-to-display-dimensions-of-the-hypotenuse-of-the-triangle/m-p/9593849#M19732</link>
      <description>&lt;P&gt;I have been developing a quick macro that draws a triangle and i am trying to get the macro to add the dimensions to the drawing for me. I have been able to use the qdim function to get the dimensions for the horizontal and vertical lengths of the triangle but qdim does not work with the hypotenuse, It gives you either the horizontal distance or vertical distance regardless of Ortho mode.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was wondering if anyone has figured out a way to measure the diagonal of a triangle with a macro.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;E: The macro requires the user to pick the length of one side, and then draws the triangle at a fixed angle, this is a process i have to do a lot in my job so i figured id try to automate it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;this is my macro so far if anyone wants to run it and see how it works so far:&lt;/P&gt;&lt;P&gt;^C^C_ortho;on;_line;-50,-20;@100&amp;lt;270;\@100&amp;lt;28;x;_trim;;f;-41,-100;-60,-15;;^C_ortho;off;_Qdim;-135,-65;-25,-140;;-35,-102;_Qdim;-55,-126;-58,-105;;-85,-130;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jun 2020 16:36:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-lt-forum/macro-to-display-dimensions-of-the-hypotenuse-of-the-triangle/m-p/9593849#M19732</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-06-22T16:36:06Z</dc:date>
    </item>
    <item>
      <title>Re: Macro to display dimensions of the hypotenuse of the triangle</title>
      <link>https://forums.autodesk.com/t5/autocad-lt-forum/macro-to-display-dimensions-of-the-hypotenuse-of-the-triangle/m-p/9593872#M19733</link>
      <description>DIMANGULAR command not an option? Here is the info from HELP &lt;A href="https://knowledge.autodesk.com/support/autocad/learn-explore/caas/CloudHelp/cloudhelp/2016/ENU/AutoCAD-Core/files/GUID-6AB63ECB-BBCB-4D0F-B7BE-1674349A1FF9-htm.html#:~:text=Creates%20an%20angular%20dimension.&amp;amp;text=Measures%20the%20angle%20between%20selected,The%20following%20prompts%20are%20displayed.&amp;amp;text=Uses%20points%20on%20the%20selected,a%20three%2Dpoint%20angular%20dimension" target="_blank"&gt;https://knowledge.autodesk.com/support/autocad/learn-explore/caas/CloudHelp/cloudhelp/2016/ENU/AutoCAD-Core/files/GUID-6AB63ECB-BBCB-4D0F-B7BE-1674349A1FF9-htm.html#:~:text=Creates%20an%20angular%20dimension.&amp;amp;text=Measures%20the%20angle%20between%20selected,The%20following%20prompts%20are%20displayed.&amp;amp;text=Uses%20points%20on%20the%20selected,a%20three%2Dpoint%20angular%20dimension&lt;/A&gt;.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 22 Jun 2020 16:42:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-lt-forum/macro-to-display-dimensions-of-the-hypotenuse-of-the-triangle/m-p/9593872#M19733</guid>
      <dc:creator>pendean</dc:creator>
      <dc:date>2020-06-22T16:42:35Z</dc:date>
    </item>
    <item>
      <title>Re: Macro to display dimensions of the hypotenuse of the triangle</title>
      <link>https://forums.autodesk.com/t5/autocad-lt-forum/macro-to-display-dimensions-of-the-hypotenuse-of-the-triangle/m-p/9593884#M19734</link>
      <description>&lt;P&gt;dimangular works as a manual command but it requires you to select the start and end point of the dimension you want to measure, this doesnt work as a macro because those coordinates change dependant upon the size of the triangle. when i used the qdim im able to grab the other sides by drawing a small box where the line will always fall inside of, i can do this with the hypotenuse except the resultant dimension is not labeled at an angle.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jun 2020 16:47:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-lt-forum/macro-to-display-dimensions-of-the-hypotenuse-of-the-triangle/m-p/9593884#M19734</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-06-22T16:47:56Z</dc:date>
    </item>
    <item>
      <title>Re: Macro to display dimensions of the hypotenuse of the triangle</title>
      <link>https://forums.autodesk.com/t5/autocad-lt-forum/macro-to-display-dimensions-of-the-hypotenuse-of-the-triangle/m-p/9593889#M19735</link>
      <description>&lt;P&gt;I actually misunderstood your recomendation, im not worried about the angle of the triangle that is fixed, the angle will always be 28, what i need the length of the hypotenuse. I thought you were recommending dimaligned which works manually but not with the macro for the above mentioned reason&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jun 2020 16:49:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-lt-forum/macro-to-display-dimensions-of-the-hypotenuse-of-the-triangle/m-p/9593889#M19735</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-06-22T16:49:50Z</dc:date>
    </item>
    <item>
      <title>Re: Macro to display dimensions of the hypotenuse of the triangle</title>
      <link>https://forums.autodesk.com/t5/autocad-lt-forum/macro-to-display-dimensions-of-the-hypotenuse-of-the-triangle/m-p/9593914#M19736</link>
      <description>No worries, looks like I may have misunderstood your original post as well.&lt;BR /&gt;&lt;BR /&gt;Your macro doesn't do anything here for me, seems to hang, looking or user input that is not clear: can you post screenshots or a video showing what it is you are trying to ultimately end up with?&lt;BR /&gt;Are you trying to draw continuous/connected lines at angles then auto-dimension them?&lt;BR /&gt;Why use the TRIM element in the macro?&lt;BR /&gt;What is QDIM supposed to be doing?</description>
      <pubDate>Mon, 22 Jun 2020 17:02:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-lt-forum/macro-to-display-dimensions-of-the-hypotenuse-of-the-triangle/m-p/9593914#M19736</guid>
      <dc:creator>pendean</dc:creator>
      <dc:date>2020-06-22T17:02:09Z</dc:date>
    </item>
    <item>
      <title>Re: Macro to display dimensions of the hypotenuse of the triangle</title>
      <link>https://forums.autodesk.com/t5/autocad-lt-forum/macro-to-display-dimensions-of-the-hypotenuse-of-the-triangle/m-p/9593947#M19737</link>
      <description>&lt;P&gt;Your macro does nothing here either, but if you can use coordinates to pick a point on the hypotenuse then use the 'dal' or dimalign command, the first prompt is indeed to pick a point but if you press enter or a semicolon in you macro it will go into object selection mode.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jun 2020 17:11:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-lt-forum/macro-to-display-dimensions-of-the-hypotenuse-of-the-triangle/m-p/9593947#M19737</guid>
      <dc:creator>steven-g</dc:creator>
      <dc:date>2020-06-22T17:11:57Z</dc:date>
    </item>
    <item>
      <title>Re: Macro to display dimensions of the hypotenuse of the triangle</title>
      <link>https://forums.autodesk.com/t5/autocad-lt-forum/macro-to-display-dimensions-of-the-hypotenuse-of-the-triangle/m-p/9593962#M19738</link>
      <description>&lt;P&gt;So in my job i am given the dimension of the base of a triangle and the angle of the hypotenuse, i then draw a triangle using the one side and the given angle to draw lines clearly overestimated(since the lengths are atm unknown) i then trim off the excess and measure the two remaining sides, this gives me the two unknown sides of the triangle.&amp;nbsp; My macro replicates my process for the most part (no idea on the efficiency of the process, its worked everytime but its very tedious)&lt;/P&gt;&lt;P&gt;the qdim allows me to pull up the dimensions of the individual sides of the triangle but does not work on the hypotenuse.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In order for the macro to work you just need to input the one given length, if youd like to run it for yourself after clicking the macro just put your mouse to the left of the created line and input the number 65(representing the base of the triangle) . you will see it draws the whole triangle and puts the dimensions for the two sides. Ill attach pictures below of what this looks like when i manually do it vs what comes out of the macro if i use qdim to get the dimension of the hypotenuse&amp;nbsp;&lt;/P&gt;&lt;P&gt;the macro provided above doesnt include qdim for the hypotenuse because it didnt work as intended but here is a picture of how it would look&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jun 2020 17:18:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-lt-forum/macro-to-display-dimensions-of-the-hypotenuse-of-the-triangle/m-p/9593962#M19738</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-06-22T17:18:21Z</dc:date>
    </item>
    <item>
      <title>Re: Macro to display dimensions of the hypotenuse of the triangle</title>
      <link>https://forums.autodesk.com/t5/autocad-lt-forum/macro-to-display-dimensions-of-the-hypotenuse-of-the-triangle/m-p/9593967#M19739</link>
      <description>&lt;P&gt;Im not sure how to pick a coordinate on the hypotenuse because it varies based on the first input and yes i acknowledge that i can have it switch to manual selection but im trying to automate as much as possible and i feel like qdim should work here it just doesnt respect the Orthographic setting&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jun 2020 17:19:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-lt-forum/macro-to-display-dimensions-of-the-hypotenuse-of-the-triangle/m-p/9593967#M19739</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-06-22T17:19:58Z</dc:date>
    </item>
    <item>
      <title>Re: Macro to display dimensions of the hypotenuse of the triangle</title>
      <link>https://forums.autodesk.com/t5/autocad-lt-forum/macro-to-display-dimensions-of-the-hypotenuse-of-the-triangle/m-p/9594020#M19740</link>
      <description>&lt;P&gt;Attached below is a breakdown of how the macro currently works, hope that helps clear up some of the confusion&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jun 2020 17:43:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-lt-forum/macro-to-display-dimensions-of-the-hypotenuse-of-the-triangle/m-p/9594020#M19740</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-06-22T17:43:42Z</dc:date>
    </item>
    <item>
      <title>Re: Macro to display dimensions of the hypotenuse of the triangle</title>
      <link>https://forums.autodesk.com/t5/autocad-lt-forum/macro-to-display-dimensions-of-the-hypotenuse-of-the-triangle/m-p/9594054#M19741</link>
      <description>&lt;P&gt;Thanks for the extra info about running your macro: it still dies here after typing the user desired length, what is that X supposed to be doing in your macro?&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.JPG" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/786626i92DF28D17F133837/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Capture.JPG" alt="Capture.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jun 2020 17:58:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-lt-forum/macro-to-display-dimensions-of-the-hypotenuse-of-the-triangle/m-p/9594054#M19741</guid>
      <dc:creator>pendean</dc:creator>
      <dc:date>2020-06-22T17:58:53Z</dc:date>
    </item>
    <item>
      <title>Re: Macro to display dimensions of the hypotenuse of the triangle</title>
      <link>https://forums.autodesk.com/t5/autocad-lt-forum/macro-to-display-dimensions-of-the-hypotenuse-of-the-triangle/m-p/9594060#M19742</link>
      <description>&lt;P&gt;1) May I ask why this is not a dynamic block?&lt;BR /&gt;2) Or a 1x block that is not just simply scaled? 1 being the distance the user starts with. You do have a constant 28 degree angle at the tip with your macro all the time.&lt;BR /&gt;3) Are the distances within a known range or are they truly random for you all (could be 1 today, could be 8891235434650 tomorrow for example)?&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jun 2020 18:03:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-lt-forum/macro-to-display-dimensions-of-the-hypotenuse-of-the-triangle/m-p/9594060#M19742</guid>
      <dc:creator>pendean</dc:creator>
      <dc:date>2020-06-22T18:03:42Z</dc:date>
    </item>
    <item>
      <title>Re: Macro to display dimensions of the hypotenuse of the triangle</title>
      <link>https://forums.autodesk.com/t5/autocad-lt-forum/macro-to-display-dimensions-of-the-hypotenuse-of-the-triangle/m-p/9594079#M19743</link>
      <description>&lt;P&gt;In the version of Autocad i am currently running, x correlates to eXit out of the line command before switching to the trim.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As far as blocks are concerned the simple answer is that i don't know much of anything about blocks. I came to autocad recently for my job and i have a fairly strong background in programming and learned i can make macros that automate certain processes and was having luck using those for a variety of tasks since i already mostly operate by using the command line. This triangle is an example of one of the many things i have to do 50-100+ times a day.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The number does have relatively fixed min and max values it could be, Those mins and maxs change as local build code changes but it would never be a drastic change.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you think that using a block would fix my problem i could definitely look into learning how blocks work. It was just my understanding that macros were for automating processes so perhaps i was mistaken on which is best.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jun 2020 18:12:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-lt-forum/macro-to-display-dimensions-of-the-hypotenuse-of-the-triangle/m-p/9594079#M19743</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-06-22T18:12:40Z</dc:date>
    </item>
    <item>
      <title>Re: Macro to display dimensions of the hypotenuse of the triangle</title>
      <link>https://forums.autodesk.com/t5/autocad-lt-forum/macro-to-display-dimensions-of-the-hypotenuse-of-the-triangle/m-p/9594084#M19744</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/37212"&gt;@pendean&lt;/a&gt;&amp;nbsp;'s idea for a dynamic block sounds spot on, you can have a standard block already dimensioned and just stretch the base length.&lt;/P&gt;
&lt;P&gt;PS your macro still fails for me too after drawing the 3 lines. but if you still want a macro change the last qdim for&lt;/P&gt;
&lt;LI-CODE lang="general"&gt;dal;;\\&lt;/LI-CODE&gt;
&lt;P&gt;it starts the dimaligned command and expects the user to click on the hypotenuse and then click where the dim should be placed.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jun 2020 18:14:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-lt-forum/macro-to-display-dimensions-of-the-hypotenuse-of-the-triangle/m-p/9594084#M19744</guid>
      <dc:creator>steven-g</dc:creator>
      <dc:date>2020-06-22T18:14:26Z</dc:date>
    </item>
    <item>
      <title>Re: Macro to display dimensions of the hypotenuse of the triangle</title>
      <link>https://forums.autodesk.com/t5/autocad-lt-forum/macro-to-display-dimensions-of-the-hypotenuse-of-the-triangle/m-p/9594093#M19745</link>
      <description>&lt;P&gt;Thanks for the info: what is your LT version?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Attached is a 1x block based on your macro: give it a try, when prompted for scale enter your example of 65 then any others you wish to test. You can use INSERT command (-INSERT command at the commandline if you want to use in a MACRO) or in a ToolPalette that can also prompt for size.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jun 2020 18:19:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-lt-forum/macro-to-display-dimensions-of-the-hypotenuse-of-the-triangle/m-p/9594093#M19745</guid>
      <dc:creator>pendean</dc:creator>
      <dc:date>2020-06-22T18:19:41Z</dc:date>
    </item>
    <item>
      <title>Re: Macro to display dimensions of the hypotenuse of the triangle</title>
      <link>https://forums.autodesk.com/t5/autocad-lt-forum/macro-to-display-dimensions-of-the-hypotenuse-of-the-triangle/m-p/9594094#M19746</link>
      <description>&lt;P&gt;I appreciate this answer as it would definitely work but I was hoping to automate the whole process. There is no issue using a macro to label a horizontal or vertical line but it seems the root of this problem lies with the fact that qdim doesnt respect the orthographic setting, which im not sure why is the case.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It definitely appears at this point that a block is the way to go, so i will likely be looking into using dynamic blocks.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jun 2020 18:19:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-lt-forum/macro-to-display-dimensions-of-the-hypotenuse-of-the-triangle/m-p/9594094#M19746</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-06-22T18:19:47Z</dc:date>
    </item>
    <item>
      <title>Re: Macro to display dimensions of the hypotenuse of the triangle</title>
      <link>https://forums.autodesk.com/t5/autocad-lt-forum/macro-to-display-dimensions-of-the-hypotenuse-of-the-triangle/m-p/9594098#M19747</link>
      <description>&lt;P&gt;I believe i am using autocad LT 2020 Q.47.0.0. I will check out your dynamic block and let you know if that works for me!&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jun 2020 18:22:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-lt-forum/macro-to-display-dimensions-of-the-hypotenuse-of-the-triangle/m-p/9594098#M19747</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-06-22T18:22:12Z</dc:date>
    </item>
    <item>
      <title>Re: Macro to display dimensions of the hypotenuse of the triangle</title>
      <link>https://forums.autodesk.com/t5/autocad-lt-forum/macro-to-display-dimensions-of-the-hypotenuse-of-the-triangle/m-p/9594114#M19748</link>
      <description>&lt;P&gt;I have never heard of 'x' being used to end a command, it is usual to end a command with an extra semicolon.&lt;/P&gt;
&lt;P&gt;And qdim is purely for horizontal or vertical dimensions, not angled dimensions.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jun 2020 18:37:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-lt-forum/macro-to-display-dimensions-of-the-hypotenuse-of-the-triangle/m-p/9594114#M19748</guid>
      <dc:creator>steven-g</dc:creator>
      <dc:date>2020-06-22T18:37:05Z</dc:date>
    </item>
    <item>
      <title>Re: Macro to display dimensions of the hypotenuse of the triangle</title>
      <link>https://forums.autodesk.com/t5/autocad-lt-forum/macro-to-display-dimensions-of-the-hypotenuse-of-the-triangle/m-p/9594131#M19749</link>
      <description>&lt;P&gt;so this works for getting the triangle drawn correctly but im still left manually adding the dimensions, I need to know what the dimensions of the unknown sides are but i also need the properly labeled triangle for the drawing itself.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried adding dimensions to the block and saving it but they dont seem to show up when inserting the block, could definitely just be a misunderstanding on my part.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jun 2020 18:39:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-lt-forum/macro-to-display-dimensions-of-the-hypotenuse-of-the-triangle/m-p/9594131#M19749</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-06-22T18:39:41Z</dc:date>
    </item>
    <item>
      <title>Re: Macro to display dimensions of the hypotenuse of the triangle</title>
      <link>https://forums.autodesk.com/t5/autocad-lt-forum/macro-to-display-dimensions-of-the-hypotenuse-of-the-triangle/m-p/9594134#M19750</link>
      <description>&lt;P&gt;The way i exit the line command is hardly the issue im currently facing, this macro was built by taking the exact commands i type in to build the triangle manually. whether i use x or a semicolon to denote ending the command does not change the fact that i can't get a macro to accurately label the dimension of a diagonal without manually selecting it, which defeats the purpose of having the macro in the first place.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jun 2020 18:42:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-lt-forum/macro-to-display-dimensions-of-the-hypotenuse-of-the-triangle/m-p/9594134#M19750</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-06-22T18:42:17Z</dc:date>
    </item>
    <item>
      <title>Re: Macro to display dimensions of the hypotenuse of the triangle</title>
      <link>https://forums.autodesk.com/t5/autocad-lt-forum/macro-to-display-dimensions-of-the-hypotenuse-of-the-triangle/m-p/9594139#M19751</link>
      <description>&lt;P&gt;Good luck&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jun 2020 18:45:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-lt-forum/macro-to-display-dimensions-of-the-hypotenuse-of-the-triangle/m-p/9594139#M19751</guid>
      <dc:creator>steven-g</dc:creator>
      <dc:date>2020-06-22T18:45:17Z</dc:date>
    </item>
  </channel>
</rss>

