Hello guys,
does someone know the equivalent to the "glue" command in R14 to acad 2005?
This is used to join lines that are split at severals places.
Thanks !
|
Hello guys,
does someone know the equivalent to the "glue" command in R14 to acad 2005?
This is used to join lines that are split at severals places.
Thanks !
Here is a lisp that will join lines. It will join them if they are separated or overlapping.
In AutoCAD 2005, the express tool overkill (express-->modify-->delete duplicate items) will also join lines that are overlapping or end to end.
Not sure if this is exactly what you are looking for.
Last edited by BrenBren; 2004-10-05 at 03:47 PM. Reason: lisp didn't attach..oops
HiOriginally Posted by brenda.richardson
Where is the LISP?
Glue.lsp - results from a web search
Join.lsp - results from a web search
Have a good one, Mike