CAD Forum - tips, tricks, discussion and utilities for AutoCAD, Inventor, Revit and other Autodesk products [www.cadforum.cz] ARKANCE | CONTACT - CZ | SK | EN | DE

CAD tip CAD tip # 7005:

Question

CAD 
 %  platform  category 
A
With the free LISP utility CADstudio AddLen you can summarize the total length of all selected lines, arcs, polylines, circles, splines and other curves in your current drawing.

The lengths are also grouped by layers. You can optionally export the results to a SDF text file or to the Clipboard. Since version 1.2 you can also list individual values. Decimal places depend on the UNITS command.

Sample output:

Layer-Length:
0 118.1143
POWER 438.91
PHONE 311.08
LAN 3010.72

You can download the AddLen utility from DL Download. Run it with the AddLen command.

You can use LISP variables to control the format of text output:
(setq AddLenNoSub T) ; suppress subtotals
(setq AddLen3rows T) ; layer in 3 rows
(setq AddLenNoFile T) ; no export to SDF file
(setq AddLenDecimals 4) ; preset number of dec.places, default = by LUPREC
(setq AddLenSortSub T) ; sort detailed lengths, longest first
(setq AddLenClipMode 1) ; copy to Clipboard (T/1=incl.layer name, 2=just lengths)

Spaces in layer names are replaced by "_".

The AddLen2 command lists also arc lengths (lengths by given radius).

ACADADTACADMCivil
100% *CAD
20.10.2009   48353×  
   
this tip shared by ARKANCE experts applies to: AutoCAD · AutoCAD Architecture · AutoCAD Mechanical · Civil 3D ·

See also:
Tip 15017:AutoCAD Drawing Cleanup Utility - a standalone tool to purge your DWG files.
Tip 14989:How to draw a line from its midpoint in AutoCAD?
Tip 14946:Dimensioning the arc length and radius at the same time.
Tip 14746:Connecting nearby points in a point field by lines.
Tip 14608:How can the same DWG show dimensions for the Germans and French with a decimal comma, and for the British and Americans with a point?


Back    All CAD Tips



Have we helped you? If you want to support the CAD Forum web service, consider buying one of our CAD applications, or our custom software development offerings, or donating via PayPal (see above). You may also add a link to your web - like this "fan" link: CAD Forum - tips, utilities, blocks for Autodesk products
CAD: 
OS: 
Categ: 
Text:
 FAQ
  





Please use these tips at your own risk.
ARKANCE is not responsible for possible problems that may occur as a result of using any of these tips.
TOPlist