MEASURE command, additional lisp needed
MEASURE command, additional lisp needed
(OP)
Does anyone know a good way to do the following:
a lisp routine or something that would place blocks along a pline (measure command) THEN trim the lines out where the blocks are located??? [trim only line thru block)
thanks
a lisp routine or something that would place blocks along a pline (measure command) THEN trim the lines out where the blocks are located??? [trim only line thru block)
thanks





RE: MEASURE command, additional lisp needed
RE: MEASURE command, additional lisp needed
http://www.cadresource.com/library/lisp.html
There were 2 routines, one divides the line evenly by the number of blocks entered, and then trims at the blocks.
The second one enters the blocks at a distance that you enter (which leaves the last line length with the remainder of the distance.)
Flores
RE: MEASURE command, additional lisp needed
Thanks again!