Lisp for slope length of lines
Lisp for slope length of lines
(OP)
We need to examine drawings to establish the number of lines and the total slope length of selections of lines on the drawings.
The drawings are of 3d lines representing land drains.Each drawing has 30 to 500 individual lines.
We need to find the total slope lengths of the lines.
Is it possible to write a lisp to do this. Any help would be great.
Louis
The drawings are of 3d lines representing land drains.Each drawing has 30 to 500 individual lines.
We need to find the total slope lengths of the lines.
Is it possible to write a lisp to do this. Any help would be great.
Louis





RE: Lisp for slope length of lines
Calculates and reports the total length of a selection set of line, polyline, arc, circle, ellipse, and other objects in drawing.
http://www.turvill.com/t2/free_stuff/index.htm
RE: Lisp for slope length of lines
Louis
RE: Lisp for slope length of lines
is it possible to make toolbar button to load/run this lisp .
regards
louis
RE: Lisp for slope length of lines
Then the button macro to start it would be:
^C^CTLEN;
Didn't test this but to load and run it in a macro may be (if the lisp is in the support file search path):
^C^C(load "tlen.lsp");TLEN;
RE: Lisp for slope length of lines
regards
Louis