Extrapolating Individual Lines
Hello all,
I'm currently using AutoCAD LT and am looking for a Lisp that can help me extract the lengths of individual lines and export those measurements to Excel or CSV.
I came across a Lisp called LAYLENGTH that lets me extract line lengths, but it only totals up the lengths of all lines on a given layer rather than measuring each line individually. As shown in the attached picture, this isn't quite what I need.
Does anyone know of a Lisp or another method to get individual line lengths and export them? Any advice would be greatly appreciated!
I've also attached the lisp of the LAYLENGTH program as well to see if anyone could change the program to fit my purpose.
Link copied