brawleyman Posted March 9, 2009 Posted March 9, 2009 Is there a LISP code to join all lines that share endpoints without having to select all the lines? Basically, I want to be able to start the command, select 1 line, then it automatically joins all the segments together into 1 polyline. Thanks! Quote
David Bethel Posted March 9, 2009 Posted March 9, 2009 Why not just use the "_All" parameter with PEDIT _Join command? -David Quote
brawleyman Posted March 9, 2009 Author Posted March 9, 2009 Why not just use the "_All" parameter with PEDIT _Join command? -David That seems to work pretty well. Is there perhaps a parameter that just selects all lines touching end point to endpoint? Quote
uddfl Posted March 9, 2009 Posted March 9, 2009 That seems to work pretty well. Is there perhaps a parameter that just selects all lines touching end point to endpoint? Try invoking Express tools > Selection tools > Fast select before you join the lines. Or type FS at the command line. It might not be exactly what you want but it might save you time. Quote
David Bethel Posted March 9, 2009 Posted March 9, 2009 . Is there perhaps a parameter that just selects all lines touching end point to endpoint? Kinda lost me there. PEDIT will only join *LINEs and ARCs that have common endpoints and I'm sure it's filtering is a lot quicker and more accurate than anything we could write. -David Quote
brawleyman Posted March 9, 2009 Author Posted March 9, 2009 I finally had a chance to play around with my LISP routine and using the pedit "all" parameter and it seems to be working just fine. I just thought that telling it "all" would somehow affect the other polylines in the drawing, but I have not had any problems with it at all. Thanks David! Just what I needed! Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.