<?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>tema Re: Total Length in MacOS en AutoCAD for Mac Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/total-length-in-macos-autocad-for-mac/m-p/8714789#M34703</link>
    <description>&lt;P&gt;Well, also AutoCAD LT "&lt;SPAN&gt;LT is the wrong software for what you need to do", if you have Excel on your Mac, you can try the solution from this thread:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://forums.autodesk.com/t5/autocad-lt-forum/how-to-measure-total-length/td-p/6317587" target="_blank" rel="noopener"&gt;https://forums.autodesk.com/t5/autocad-lt-forum/how-to-measure-total-length/td-p/6317587&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;To be more precisely, you need&amp;nbsp;Total length.xls spreadsheet from this post:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://forums.autodesk.com/t5/autocad-lt-forum/how-to-measure-total-length/m-p/7160235#M155052" target="_blank" rel="noopener"&gt;https://forums.autodesk.com/t5/autocad-lt-forum/how-to-measure-total-length/m-p/7160235#M155052&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;You also need to make some preparations in AutoCAD LT - enable LOG file for the time you will collect data for calculations - results of LIST command. So at first you need to verify (or change) the location of AutoCAD LOG file in AutoCAD preferences -&amp;gt; Application tab -&amp;gt;Log file location:&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="2019-04-08_16-37-02.png" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/623681iD3DA67351D535F70/image-size/large?v=v2&amp;amp;px=999" role="button" title="2019-04-08_16-37-02.png" alt="2019-04-08_16-37-02.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Then you need to turn on LOG file creation with LOGFILEON command.&lt;/P&gt;
&lt;P&gt;From now all Command prompt output will be written to XXX.log file (XXX - the name of current drawing) in the folder you set for Log File Location.&lt;/P&gt;
&lt;P&gt;Now you need to set undocumented system variable QAFLAGS=2 - this will allow not to use &lt;A href="https://help.autodesk.com/view/ACDMAC/2019/ENU/index.html?guid=GUID-88FFCF22-5F25-48D9-BD43-4F248EFFCE17" target="_blank" rel="noopener"&gt;LIST&lt;/A&gt; command without any interaction, until it complete its job.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now - use QSELECT command to select polylines (or other types of objects you want to calculate total length) in your drawing. After you select all polylines you need (they should be selected) - use LIST command to collect information about them.&lt;/P&gt;
&lt;P&gt;&lt;STRIKE&gt;If you don't need calculate length anymore, turn off LOG file creation (other way Log File Location folder will be blowed with unnecessary .log files)&lt;/STRIKE&gt;&lt;/P&gt;
&lt;P&gt;Open "XXX.log" file created for your drawing in plain text editor (Textedit app), you will see something like this:&lt;/P&gt;
&lt;PRE&gt;Command: LOGFILEON

Command: QSELECT

Select objects: Specify opposite corner: 4645 found

Select objects:  
4157 item(s) selected.

Command: LI
LIST 4157 found

                  LWPOLYLINE  Layer: "AXIS"
                            Space: Model space
                   Handle = 15d968
              Open 
    Constant width    0.0000
              area   0.0000
            length   2518.8764 

          at point  X=204049.8573  Y=73259.8524  Z=   0.0000
          at point  X=204049.8573  Y=70740.9761  Z=   0.0000

                  LWPOLYLINE  Layer: "AXIS"
                            Space: Model space
                   Handle = 15d964
              Open 
    Constant width    0.0000
              area   0.0000
            length   2518.8764 

          at point  X=197483.6713  Y=73259.8524  Z=   0.0000
          at point  X=197483.6713  Y=70740.9761  Z=   0.0000
.......
                 LWPOLYLINE  Layer: "WIN"
                            Space: Model space
                   Handle = 15c73c
            Closed 
    Constant width    0.0000
              area   146763.8186
         perimeter   1606.5530 

          at point  X=201932.3048  Y=76774.7109  Z=   0.0000
          at point  X=202150.3897  Y=76390.8032  Z=   0.0000
          at point  X=202484.3305  Y=76394.3305  Z=   0.0000
          at point  X=202358.4077  Y=76779.1939  Z=   0.0000

                  LWPOLYLINE  Layer: "WIN"
                            Space: Model space
                   Handle = 15c73b
              Open 
    Constant width    0.0000
              area   0.0000
            length   415.1461 

          at point  X=190108.7357  Y=76711.6982  Z=   0.0000
          at point  X=190206.1890  Y=76308.1525  Z=   0.0000

Command: &lt;/PRE&gt;
&lt;P&gt;Now select everything from the beginning of LIST command to its end and copy to clipboard.&lt;/P&gt;
&lt;P&gt;If you don't need calculate length anymore, turn off LOG file creation (other way Log File Location folder will be blowed with unnecessary .log files)&lt;/P&gt;
&lt;P&gt;Open&amp;nbsp;&lt;SPAN&gt;Total length.xls in Excel and allow macros in it.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Use&amp;nbsp; the button labelled 'paste &amp;amp; calculate'. The object properties text will be pasted into column A and the formula in column B will analyse the text &amp;amp; extract the relevant length data. The total length will then be displayed in the green result box in your chosen format. (full description of how it works in spreadsheet - see in the post I linked above)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;That is all.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Once again -&amp;nbsp;don't forget to switch off creation of LOG file + set&amp;nbsp;QAFLAGS=0 (default value) after you will make all calculations.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 08 Apr 2019 14:01:38 GMT</pubDate>
    <dc:creator>maxim_k</dc:creator>
    <dc:date>2019-04-08T14:01:38Z</dc:date>
    <item>
      <title>Total Length in MacOS [AutoCAD for MAC]</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/total-length-in-macos-autocad-for-mac/m-p/8034686#M31670</link>
      <description>&lt;P&gt;Hi, ive got autocad on macOS, ive got a lisp file to select all the lines to give me the total measurements in millimetres, but this wont work on macOS, is there a compatible file that i can use to do this because the measurgeom option on autocad takes to long to do all designs by just selecting them&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="2"&gt;The topic title has been edited to improve findability by &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/12408883"&gt;@alina.balkanskaia&lt;/a&gt;. Original:&amp;nbsp;Total Length in MacOS&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Nov 2022 14:02:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/total-length-in-macos-autocad-for-mac/m-p/8034686#M31670</guid>
      <dc:creator>MPB007</dc:creator>
      <dc:date>2022-11-10T14:02:39Z</dc:date>
    </item>
    <item>
      <title>Re: Total Length in MacOS</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/total-length-in-macos-autocad-for-mac/m-p/8036223#M31675</link>
      <description>&lt;P&gt;Welcome to Autodesk Forums!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;Marius,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Try attached tlen.lsp which:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;"Calculates and reports the total length of a selection set of line, polyline, arc, circle, ellipse, and other objects in drawing."&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;It works fine on my Mac.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 30 May 2018 19:29:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/total-length-in-macos-autocad-for-mac/m-p/8036223#M31675</guid>
      <dc:creator>maxim_k</dc:creator>
      <dc:date>2018-05-30T19:29:38Z</dc:date>
    </item>
    <item>
      <title>Re: Total Length in MacOS</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/total-length-in-macos-autocad-for-mac/m-p/8050413#M31737</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;please can you mention in which folder&amp;nbsp;should we Paste the tlen.lsp file?&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jun 2018 13:10:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/total-length-in-macos-autocad-for-mac/m-p/8050413#M31737</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-06T13:10:57Z</dc:date>
    </item>
    <item>
      <title>Re: Total Length in MacOS</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/total-length-in-macos-autocad-for-mac/m-p/8052134#M31753</link>
      <description>Welcome to Autodesk Forums! &lt;BR /&gt;&lt;BR /&gt;Hi Charles,&lt;BR /&gt;&lt;BR /&gt;You can place LSP file to any folder inside your Home folder.&lt;BR /&gt;I'd recommend you to create special folder for such cases and add it to TRUSTEDPATH system variable:&lt;BR /&gt;&lt;A href="https://knowledge.autodesk.com/support/autocad-for-mac/learn-explore/caas/CloudHelp/cloudhelp/2017/ENU/AutoCAD-MAC-Core/files/GUID-9DEA7E46-708F-42DD-A497-F1324B8F4989-htm.html" target="_blank"&gt;https://knowledge.autodesk.com/support/autocad-for-mac/learn-explore/caas/CloudHelp/cloudhelp/2017/ENU/AutoCAD-MAC-Core/files/GUID-9DEA7E46-708F-42DD-A497-F1324B8F4989-htm.html&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 07 Jun 2018 03:11:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/total-length-in-macos-autocad-for-mac/m-p/8052134#M31753</guid>
      <dc:creator>maxim_k</dc:creator>
      <dc:date>2018-06-07T03:11:37Z</dc:date>
    </item>
    <item>
      <title>Re: Total Length in MacOS</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/total-length-in-macos-autocad-for-mac/m-p/8714368#M34700</link>
      <description>&lt;P&gt;Hello Maxim,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please help me.&lt;/P&gt;
&lt;P&gt;I have pasted the tlen.lsp in the&amp;nbsp;ApplicationAddins folder of ACADLT 2019 but the command tlen is does not working.&lt;/P&gt;
&lt;P&gt;I have to measure a total lenght of 2021 pipelines and I am desperate!&lt;/P&gt;
&lt;P&gt;May you help me please to understand how to do this?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Many thanks in advance&lt;/P&gt;
&lt;P&gt;Andrei Vrublevschi&lt;/P&gt;
&lt;P&gt;Beginner in ACAD business&lt;/P&gt;</description>
      <pubDate>Mon, 08 Apr 2019 11:41:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/total-length-in-macos-autocad-for-mac/m-p/8714368#M34700</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-04-08T11:41:43Z</dc:date>
    </item>
    <item>
      <title>Re: Total Length in MacOS</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/total-length-in-macos-autocad-for-mac/m-p/8714472#M34701</link>
      <description>Welcome to Autodesk Forums!&lt;BR /&gt;&lt;BR /&gt;Hi Andrei,&lt;BR /&gt;&lt;BR /&gt;Sorry, but AutoCAD LT doesn't support AutoLISP (that is one of the reasons it is cheaper than full AutoCAD).&lt;BR /&gt;</description>
      <pubDate>Mon, 08 Apr 2019 12:23:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/total-length-in-macos-autocad-for-mac/m-p/8714472#M34701</guid>
      <dc:creator>maxim_k</dc:creator>
      <dc:date>2019-04-08T12:23:15Z</dc:date>
    </item>
    <item>
      <title>Re: Total Length in MacOS</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/total-length-in-macos-autocad-for-mac/m-p/8714484#M34702</link>
      <description>&lt;P&gt;Hi Maxim,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you very much for your quick reply.&lt;/P&gt;
&lt;P&gt;So, to be clear for me, have I &amp;nbsp;any chance to calculate a total lenght with ACAD LT ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Andrei&lt;/P&gt;</description>
      <pubDate>Mon, 08 Apr 2019 12:29:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/total-length-in-macos-autocad-for-mac/m-p/8714484#M34702</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-04-08T12:29:05Z</dc:date>
    </item>
    <item>
      <title>Re: Total Length in MacOS</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/total-length-in-macos-autocad-for-mac/m-p/8714789#M34703</link>
      <description>&lt;P&gt;Well, also AutoCAD LT "&lt;SPAN&gt;LT is the wrong software for what you need to do", if you have Excel on your Mac, you can try the solution from this thread:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://forums.autodesk.com/t5/autocad-lt-forum/how-to-measure-total-length/td-p/6317587" target="_blank" rel="noopener"&gt;https://forums.autodesk.com/t5/autocad-lt-forum/how-to-measure-total-length/td-p/6317587&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;To be more precisely, you need&amp;nbsp;Total length.xls spreadsheet from this post:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://forums.autodesk.com/t5/autocad-lt-forum/how-to-measure-total-length/m-p/7160235#M155052" target="_blank" rel="noopener"&gt;https://forums.autodesk.com/t5/autocad-lt-forum/how-to-measure-total-length/m-p/7160235#M155052&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;You also need to make some preparations in AutoCAD LT - enable LOG file for the time you will collect data for calculations - results of LIST command. So at first you need to verify (or change) the location of AutoCAD LOG file in AutoCAD preferences -&amp;gt; Application tab -&amp;gt;Log file location:&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="2019-04-08_16-37-02.png" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/623681iD3DA67351D535F70/image-size/large?v=v2&amp;amp;px=999" role="button" title="2019-04-08_16-37-02.png" alt="2019-04-08_16-37-02.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Then you need to turn on LOG file creation with LOGFILEON command.&lt;/P&gt;
&lt;P&gt;From now all Command prompt output will be written to XXX.log file (XXX - the name of current drawing) in the folder you set for Log File Location.&lt;/P&gt;
&lt;P&gt;Now you need to set undocumented system variable QAFLAGS=2 - this will allow not to use &lt;A href="https://help.autodesk.com/view/ACDMAC/2019/ENU/index.html?guid=GUID-88FFCF22-5F25-48D9-BD43-4F248EFFCE17" target="_blank" rel="noopener"&gt;LIST&lt;/A&gt; command without any interaction, until it complete its job.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now - use QSELECT command to select polylines (or other types of objects you want to calculate total length) in your drawing. After you select all polylines you need (they should be selected) - use LIST command to collect information about them.&lt;/P&gt;
&lt;P&gt;&lt;STRIKE&gt;If you don't need calculate length anymore, turn off LOG file creation (other way Log File Location folder will be blowed with unnecessary .log files)&lt;/STRIKE&gt;&lt;/P&gt;
&lt;P&gt;Open "XXX.log" file created for your drawing in plain text editor (Textedit app), you will see something like this:&lt;/P&gt;
&lt;PRE&gt;Command: LOGFILEON

Command: QSELECT

Select objects: Specify opposite corner: 4645 found

Select objects:  
4157 item(s) selected.

Command: LI
LIST 4157 found

                  LWPOLYLINE  Layer: "AXIS"
                            Space: Model space
                   Handle = 15d968
              Open 
    Constant width    0.0000
              area   0.0000
            length   2518.8764 

          at point  X=204049.8573  Y=73259.8524  Z=   0.0000
          at point  X=204049.8573  Y=70740.9761  Z=   0.0000

                  LWPOLYLINE  Layer: "AXIS"
                            Space: Model space
                   Handle = 15d964
              Open 
    Constant width    0.0000
              area   0.0000
            length   2518.8764 

          at point  X=197483.6713  Y=73259.8524  Z=   0.0000
          at point  X=197483.6713  Y=70740.9761  Z=   0.0000
.......
                 LWPOLYLINE  Layer: "WIN"
                            Space: Model space
                   Handle = 15c73c
            Closed 
    Constant width    0.0000
              area   146763.8186
         perimeter   1606.5530 

          at point  X=201932.3048  Y=76774.7109  Z=   0.0000
          at point  X=202150.3897  Y=76390.8032  Z=   0.0000
          at point  X=202484.3305  Y=76394.3305  Z=   0.0000
          at point  X=202358.4077  Y=76779.1939  Z=   0.0000

                  LWPOLYLINE  Layer: "WIN"
                            Space: Model space
                   Handle = 15c73b
              Open 
    Constant width    0.0000
              area   0.0000
            length   415.1461 

          at point  X=190108.7357  Y=76711.6982  Z=   0.0000
          at point  X=190206.1890  Y=76308.1525  Z=   0.0000

Command: &lt;/PRE&gt;
&lt;P&gt;Now select everything from the beginning of LIST command to its end and copy to clipboard.&lt;/P&gt;
&lt;P&gt;If you don't need calculate length anymore, turn off LOG file creation (other way Log File Location folder will be blowed with unnecessary .log files)&lt;/P&gt;
&lt;P&gt;Open&amp;nbsp;&lt;SPAN&gt;Total length.xls in Excel and allow macros in it.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Use&amp;nbsp; the button labelled 'paste &amp;amp; calculate'. The object properties text will be pasted into column A and the formula in column B will analyse the text &amp;amp; extract the relevant length data. The total length will then be displayed in the green result box in your chosen format. (full description of how it works in spreadsheet - see in the post I linked above)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;That is all.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Once again -&amp;nbsp;don't forget to switch off creation of LOG file + set&amp;nbsp;QAFLAGS=0 (default value) after you will make all calculations.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Apr 2019 14:01:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/total-length-in-macos-autocad-for-mac/m-p/8714789#M34703</guid>
      <dc:creator>maxim_k</dc:creator>
      <dc:date>2019-04-08T14:01:38Z</dc:date>
    </item>
    <item>
      <title>Re: Total Length in MacOS</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/total-length-in-macos-autocad-for-mac/m-p/8716564#M34710</link>
      <description>Hi Maxim,

Many many thanks!

Good day,
Andrei</description>
      <pubDate>Tue, 09 Apr 2019 06:30:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/total-length-in-macos-autocad-for-mac/m-p/8716564#M34710</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-04-09T06:30:50Z</dc:date>
    </item>
    <item>
      <title>Re: Total Length in MacOS</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/total-length-in-macos-autocad-for-mac/m-p/8716626#M34711</link>
      <description>Hi Andrei,&lt;BR /&gt;Have you tried the trick with Excel? Does it work for you?&lt;BR /&gt;</description>
      <pubDate>Tue, 09 Apr 2019 07:03:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/total-length-in-macos-autocad-for-mac/m-p/8716626#M34711</guid>
      <dc:creator>maxim_k</dc:creator>
      <dc:date>2019-04-09T07:03:17Z</dc:date>
    </item>
    <item>
      <title>Re: Total Length in MacOS</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/total-length-in-macos-autocad-for-mac/m-p/8908390#M35486</link>
      <description>&lt;P&gt;Добрый день.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Спасибо за вашу работу!&lt;/P&gt;&lt;P&gt;Есть проблемка с &amp;nbsp;Tlen.lsp&lt;/P&gt;&lt;P&gt;Я загрузил его через команду appload, он вроде успешно загрузился, но не работает.&lt;/P&gt;</description>
      <pubDate>Sun, 14 Jul 2019 15:46:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/total-length-in-macos-autocad-for-mac/m-p/8908390#M35486</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-07-14T15:46:43Z</dc:date>
    </item>
    <item>
      <title>Re: Total Length in MacOS</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/total-length-in-macos-autocad-for-mac/m-p/8908745#M35487</link>
      <description>Добро пожаловать на Форум!&lt;BR /&gt;&lt;BR /&gt;Здравствуйте, Антон!&lt;BR /&gt;&lt;BR /&gt;Что Вы видите в командной строке, когда пытаетесь выполнить команду?&lt;BR /&gt;Не работает во всех файлах чертежей? Даже во вновь созданных, с небольшим количеством объектов?&lt;BR /&gt;Если только в определенных - прикрепите пример DWG файла где Лисп не работает, я попробую разобраться в чем дело.&lt;BR /&gt;</description>
      <pubDate>Mon, 15 Jul 2019 03:35:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/total-length-in-macos-autocad-for-mac/m-p/8908745#M35487</guid>
      <dc:creator>maxim_k</dc:creator>
      <dc:date>2019-07-15T03:35:45Z</dc:date>
    </item>
    <item>
      <title>Re: Total Length in MacOS</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/total-length-in-macos-autocad-for-mac/m-p/8917413#M35538</link>
      <description>&lt;P&gt;Добрый день, Максим.&lt;/P&gt;&lt;P&gt;В командной строке прописано, что файл успешно загружен.&lt;/P&gt;&lt;P&gt;Пробовал на разных файлах, не работает.&lt;/P&gt;&lt;P&gt;При вводе команды applad, в всплывающем окне лисп прописан но не активен (скинул скрин)&lt;/P&gt;&lt;P&gt;Я все делал, как для автокада под виндоус. Тоже кастати ваш лисп загружал - все работало&lt;/P&gt;&lt;P&gt;Спасибо!&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jul 2019 15:44:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/total-length-in-macos-autocad-for-mac/m-p/8917413#M35538</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-07-18T15:44:10Z</dc:date>
    </item>
    <item>
      <title>Re: Total Length in MacOS</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/total-length-in-macos-autocad-for-mac/m-p/8917840#M35541</link>
      <description>&lt;P&gt;У меня все работает с Вашим файлом:&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-center" image-alt="tlen.gif" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/658901iB028A2F0A56A5204/image-size/large?v=v2&amp;amp;px=999" role="button" title="tlen.gif" alt="tlen.gif" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Вы точно загружаете необходимый LSP?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;SPAN&gt;При вводе команды applad, в всплывающем окне лисп прописан но не активен&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;На вкладке "Loaded applications" он и должен быть неактивным, поскольку эта вкладка предназначена для выгрузки (unload) приложений из памяти, а приложения AutoLISP выгрузить командой нельзя - они выгружаются автоматически при закрытии файла, в котором были загружены (если только они не прописаны в Startup Suite)&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jul 2019 18:54:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/total-length-in-macos-autocad-for-mac/m-p/8917840#M35541</guid>
      <dc:creator>maxim_k</dc:creator>
      <dc:date>2019-07-18T18:54:18Z</dc:date>
    </item>
    <item>
      <title>Re: Total Length in MacOS</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/total-length-in-macos-autocad-for-mac/m-p/8917966#M35543</link>
      <description>&lt;P&gt;спасибо!! все работает. Это я лошарик)&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jul 2019 19:52:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/total-length-in-macos-autocad-for-mac/m-p/8917966#M35543</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-07-18T19:52:42Z</dc:date>
    </item>
    <item>
      <title>Re: Total Length in MacOS</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/total-length-in-macos-autocad-for-mac/m-p/10028293#M40190</link>
      <description>&lt;P&gt;should we load the plugin every time we want to use it? or we load it once?thanks&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jan 2021 11:11:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/total-length-in-macos-autocad-for-mac/m-p/10028293#M40190</guid>
      <dc:creator>djunira2014</dc:creator>
      <dc:date>2021-01-25T11:11:34Z</dc:date>
    </item>
    <item>
      <title>Re: Total Length in MacOS</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/total-length-in-macos-autocad-for-mac/m-p/10028339#M40193</link>
      <description>&lt;P&gt;Welcome to Autodesk Forums!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/10238440"&gt;@djunira2014&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes, you need to load it every time, but you can ad it to Startup Suite in APPLOAD window and it will be loaded automatically:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="2021-01-25_14-34-55.png" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/871382i0DAA1ED33DA29756/image-size/large?v=v2&amp;amp;px=999" role="button" title="2021-01-25_14-34-55.png" alt="2021-01-25_14-34-55.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://help.autodesk.com/view/ACDMAC/2021/ENU/?guid=GUID-B38F610B-51FB-4938-BDEC-A0A737F5DB6C" target="_blank"&gt;http://help.autodesk.com/view/ACDMAC/2021/ENU/?guid=GUID-B38F610B-51FB-4938-BDEC-A0A737F5DB6C&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jan 2021 11:36:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/total-length-in-macos-autocad-for-mac/m-p/10028339#M40193</guid>
      <dc:creator>maxim_k</dc:creator>
      <dc:date>2021-01-25T11:36:37Z</dc:date>
    </item>
    <item>
      <title>Re: Total Length in MacOS</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/total-length-in-macos-autocad-for-mac/m-p/10028352#M40194</link>
      <description>Thanks.&lt;BR /&gt;</description>
      <pubDate>Mon, 25 Jan 2021 11:41:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/total-length-in-macos-autocad-for-mac/m-p/10028352#M40194</guid>
      <dc:creator>djunira2014</dc:creator>
      <dc:date>2021-01-25T11:41:54Z</dc:date>
    </item>
    <item>
      <title>Re: Total Length in MacOS</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/total-length-in-macos-autocad-for-mac/m-p/11623157#M44776</link>
      <description>&lt;P&gt;@Anonymous&lt;/a&gt;I'm 4 years late, but was looking at this thread trying to solve a similar issue. I also have LT, plus I'm a novice at computer science, so the solution will take too much brain power for me. However, I have a painstaking work around for others who come across this thread; it may be helpful. Can you connect all the segments of your pipeline into 1 single polyline? Then select the polyline and see the total length in the properties window?&lt;/P&gt;</description>
      <pubDate>Thu, 15 Dec 2022 17:45:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/total-length-in-macos-autocad-for-mac/m-p/11623157#M44776</guid>
      <dc:creator>cmeddock</dc:creator>
      <dc:date>2022-12-15T17:45:52Z</dc:date>
    </item>
    <item>
      <title>Re: Total Length in MacOS</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/total-length-in-macos-autocad-for-mac/m-p/11623238#M44777</link>
      <description>&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt;im also novice here trying to improve my productivity with the few knowledge that i have.&amp;nbsp;&lt;/P&gt;&lt;P&gt;for that exemple, if you have plines instead of lines you can automatically sum all (even if not connected)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;hope it helps&lt;/P&gt;&lt;P&gt;r^2&lt;/P&gt;</description>
      <pubDate>Thu, 15 Dec 2022 18:10:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/total-length-in-macos-autocad-for-mac/m-p/11623238#M44777</guid>
      <dc:creator>ruirego</dc:creator>
      <dc:date>2022-12-15T18:10:02Z</dc:date>
    </item>
  </channel>
</rss>

