I'm trying to figure out how to write a LISP command where I can click on multiple pipe network pipes from an XREF, and it copies them into my current drawing on the current layer, changing the linetype to contiguous, color to ByLayer, and seta global width of 1.
Current theory on how this 'might' be accomplished:
-click on xref pipe network pipe
-it ncopy's item with base point 0,0
-explode items
-burst items
-set global width of all items to 1
-change linetype to contiguous for all items
-change layer to current layer for all items
-join all items that are touching (create one polyline from a group of pipe network pipe items)
Thoughts?
Thanks.
--Matt