<?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 calculate the total length of multiple lines in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/how-to-calculate-the-total-length-of-multiple-lines/m-p/8566631#M346665</link>
    <description>&lt;P&gt;Excellent !&amp;nbsp; &amp;nbsp;this is save time for me !&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks Neil &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 01 Feb 2019 14:07:35 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-02-01T14:07:35Z</dc:date>
    <item>
      <title>How to calculate the total length of multiple lines</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-to-calculate-the-total-length-of-multiple-lines/m-p/5120514#M346626</link>
      <description>&lt;P&gt;Hi!&lt;BR /&gt;I would like to know if it's possible to have the total length of different lines by selecting them in a drawing?&lt;BR /&gt;Those lines are all separated and it will take forever to do it manually on a calculator &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;Thx!&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jun 2014 14:00:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-to-calculate-the-total-length-of-multiple-lines/m-p/5120514#M346626</guid>
      <dc:creator>veloster</dc:creator>
      <dc:date>2014-06-27T14:00:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate the total length of multiple lines</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-to-calculate-the-total-length-of-multiple-lines/m-p/5120604#M346627</link>
      <description>&lt;P&gt;Welcome to the Autodesk forums.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;AutoCAD doesn't have anything like that built in, but it's easily done with TLEN.lsp (Total LENgth of selected objects)&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.turvill.com/t2/free_stuff/tlen.lsp" target="_blank"&gt;http://www.turvill.com/t2/free_stuff/tlen.lsp&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you're not familiar with how to use lisp, simply copy/paste (CTRL+V) &lt;STRONG&gt;ALL&lt;/STRONG&gt; the text and characters in the above link into your command line and press Enter, then type TLEN into the command line and follow the command prompt (select the objects)&amp;nbsp; Note using this method, the lisp is only loaded for the current session, if you want it to be a permanent feature, Add it to the Startup Suite or the acaddoc.lsp file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jun 2014 14:41:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-to-calculate-the-total-length-of-multiple-lines/m-p/5120604#M346627</guid>
      <dc:creator>nestly2</dc:creator>
      <dc:date>2014-06-27T14:41:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate the total length of multiple lines</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-to-calculate-the-total-length-of-multiple-lines/m-p/5120638#M346628</link>
      <description>Thanks! Works perfectly!</description>
      <pubDate>Fri, 27 Jun 2014 14:42:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-to-calculate-the-total-length-of-multiple-lines/m-p/5120638#M346628</guid>
      <dc:creator>veloster</dc:creator>
      <dc:date>2014-06-27T14:42:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate the total length of multiple lines</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-to-calculate-the-total-length-of-multiple-lines/m-p/5121076#M346629</link>
      <description>&lt;P&gt;There are &lt;EM&gt;several&lt;/EM&gt; additional routines that will do that &lt;A href="http://cadtips.cadalyst.com/node/tiplisting?keywords=total%20length" target="_self"&gt;here&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jun 2014 17:24:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-to-calculate-the-total-length-of-multiple-lines/m-p/5121076#M346629</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2014-06-27T17:24:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate the total length of multiple lines</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-to-calculate-the-total-length-of-multiple-lines/m-p/5121344#M346630</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hello from France&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Welcome to the Autodesk/AutoCAD Forums ! &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am using since a long time ago this nice French routine : TLENGTH &lt;/P&gt;
&lt;P&gt;which is running on : LINE , POLYLINE , LWPOLYLINE , ARC , CIRCLE , ELLIPSE , SPLINE , MLINE , REGION , MPOLYGON &lt;/P&gt;
&lt;P&gt;You can remove easily some entities from the filter inside the routine ...&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thks to Patrick_35 for this beautiful routine ...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jun 2014 19:29:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-to-calculate-the-total-length-of-multiple-lines/m-p/5121344#M346630</guid>
      <dc:creator>braudpat</dc:creator>
      <dc:date>2014-06-27T19:29:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate the total length of multiple lines</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-to-calculate-the-total-length-of-multiple-lines/m-p/5453892#M346631</link>
      <description>&lt;P&gt;working better than what I expected.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Sun, 28 Dec 2014 09:03:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-to-calculate-the-total-length-of-multiple-lines/m-p/5453892#M346631</guid>
      <dc:creator>ajahmadi</dc:creator>
      <dc:date>2014-12-28T09:03:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate the total length of multiple lines</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-to-calculate-the-total-length-of-multiple-lines/m-p/5614363#M346632</link>
      <description>&lt;P&gt;There's "MeteorSpec" plug-in that calculates the summarized lengths of polylines. &amp;nbsp;Look at Autodesk Exchange apps.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://apps.exchange.autodesk.com/ACD/en/Detail/Index?id=appstore.exchange.autodesk.com:meteorspectrial_windows32and64:en" target="_blank"&gt;https://apps.exchange.autodesk.com/ACD/en/Detail/Index?id=appstore.exchange.autodesk.com:meteorspectrial_windows32and64:en&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Apr 2015 15:57:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-to-calculate-the-total-length-of-multiple-lines/m-p/5614363#M346632</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-30T15:57:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate the total length of multiple lines</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-to-calculate-the-total-length-of-multiple-lines/m-p/5619786#M346633</link>
      <description>thats perfect</description>
      <pubDate>Mon, 04 May 2015 13:14:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-to-calculate-the-total-length-of-multiple-lines/m-p/5619786#M346633</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-05-04T13:14:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate the total length of multiple lines</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-to-calculate-the-total-length-of-multiple-lines/m-p/5901159#M346634</link>
      <description>&lt;P&gt;&lt;SPAN&gt;How do you Add it to the Startup Suite or the acaddoc.lsp file?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Nov 2015 14:38:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-to-calculate-the-total-length-of-multiple-lines/m-p/5901159#M346634</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-10T14:38:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate the total length of multiple lines</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-to-calculate-the-total-length-of-multiple-lines/m-p/5901200#M346635</link>
      <description>&lt;P&gt;Appload command, and look for the suitcase icon, add it in there.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Nov 2015 14:56:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-to-calculate-the-total-length-of-multiple-lines/m-p/5901200#M346635</guid>
      <dc:creator>Patchy</dc:creator>
      <dc:date>2015-11-10T14:56:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate the total length of multiple lines</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-to-calculate-the-total-length-of-multiple-lines/m-p/5901507#M346636</link>
      <description>Thanks for the help. Worked great.</description>
      <pubDate>Tue, 10 Nov 2015 17:02:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-to-calculate-the-total-length-of-multiple-lines/m-p/5901507#M346636</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-10T17:02:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate the total length of multiple lines</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-to-calculate-the-total-length-of-multiple-lines/m-p/6369633#M346638</link>
      <description>&lt;P&gt;when i select the lines and press enter nothing happens.help..&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jun 2016 08:03:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-to-calculate-the-total-length-of-multiple-lines/m-p/6369633#M346638</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-07T08:03:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate the total length of multiple lines</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-to-calculate-the-total-length-of-multiple-lines/m-p/6372120#M346639</link>
      <description>&lt;P&gt;the command is not working for me.when select the lines and press enter nothing happens.any idea why?my cad is not the full version.not activated.mayb thas y?&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jun 2016 10:00:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-to-calculate-the-total-length-of-multiple-lines/m-p/6372120#M346639</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-08T10:00:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate the total length of multiple lines</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-to-calculate-the-total-length-of-multiple-lines/m-p/6380418#M346640</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@Anonymous wrote:&lt;BR /&gt;
&lt;P&gt;....my cad is not the full version....mayb thas y?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;If by that you mean you are using AutoCAD LT, that would be the reason. &amp;nbsp;It does not have AutoLisp capability.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jun 2016 14:33:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-to-calculate-the-total-length-of-multiple-lines/m-p/6380418#M346640</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2016-06-13T14:33:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate the total length of multiple lines</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-to-calculate-the-total-length-of-multiple-lines/m-p/6419750#M346641</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Click &lt;SPAN&gt;Analyze tab,&lt;/SPAN&gt;&lt;SPAN&gt;Inquiry panel,&lt;/SPAN&gt;&lt;SPAN&gt;Add Distances&lt;/SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jul 2016 15:27:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-to-calculate-the-total-length-of-multiple-lines/m-p/6419750#M346641</guid>
      <dc:creator>yosephk</dc:creator>
      <dc:date>2016-07-05T15:27:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate the total length of multiple lines</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-to-calculate-the-total-length-of-multiple-lines/m-p/6807596#M346642</link>
      <description>&lt;P&gt;thank, it works very nice..............&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jan 2017 11:41:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-to-calculate-the-total-length-of-multiple-lines/m-p/6807596#M346642</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-16T11:41:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate the total length of multiple lines</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-to-calculate-the-total-length-of-multiple-lines/m-p/7001494#M346643</link>
      <description>&lt;P&gt;Well done it woks very well. Cheers&lt;/P&gt;</description>
      <pubDate>Thu, 06 Apr 2017 21:45:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-to-calculate-the-total-length-of-multiple-lines/m-p/7001494#M346643</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-06T21:45:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate the total length of multiple lines</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-to-calculate-the-total-length-of-multiple-lines/m-p/7080929#M346644</link>
      <description>&lt;P&gt;Thank you. Just what I needed.&lt;/P&gt;</description>
      <pubDate>Fri, 12 May 2017 19:28:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-to-calculate-the-total-length-of-multiple-lines/m-p/7080929#M346644</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-12T19:28:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate the total length of multiple lines</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-to-calculate-the-total-length-of-multiple-lines/m-p/7086436#M346645</link>
      <description>Very nice thank you so much..</description>
      <pubDate>Tue, 16 May 2017 11:09:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-to-calculate-the-total-length-of-multiple-lines/m-p/7086436#M346645</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-16T11:09:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate the total length of multiple lines</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-to-calculate-the-total-length-of-multiple-lines/m-p/7096922#M346646</link>
      <description>&lt;P&gt;for accumulative lengths by picking points along the way:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just searched this little gem out:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;TLENGTH - PICK FIRST POINT - THEN SELECT MULTIPLE AND CLICK AWAY - RIGHT CLICK TO END = TOTAL LENGTH&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;this is brilliant - no lisp or other complex workarounds&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;well done Pat&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Darren&lt;/P&gt;</description>
      <pubDate>Sat, 20 May 2017 00:17:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-to-calculate-the-total-length-of-multiple-lines/m-p/7096922#M346646</guid>
      <dc:creator>wisedrawing</dc:creator>
      <dc:date>2017-05-20T00:17:43Z</dc:date>
    </item>
  </channel>
</rss>

