Search the Community
Showing results for tags 'join lines'.
-
Can't join 3D polylines (I've tried every suggestion I could find)
0misclose posted a topic in AutoCAD Beginners' Area
I've been given a design file for a terrace which consists of thousands of individual lines and polylines which I would like to merge into continuous 3D polylines (They need to remain 3D). They appear end to end, I've tried all the tips I could find (including mapclean in civil3D) and nothing is working for me. The only thing that I've noticed is that the elevations seem a bit funky in the properties dialog when you click on some of the lines (ID inspect and 3D view looks fine). I was wondering if anyone could have a look and potentially help me out with what I'm doing wrong. Any help would be appreciated, cheers. Terrace Example.dwg -
Joining two parallel lines with single line
MrBlack911 posted a topic in AutoLISP, Visual LISP & DCL
Hello everyone, Very new to AutoCad & lisp coding so please forgive my ignorance. Am looking to join two (regular) parallel lines, end point to end point, with a single perpendicular line. Ideally it would be great if I could just window select the two lines I wanted connected but would settle for manually selecting the two end points. I know much has been said & done about achieving this with polylines etc but I need my lines to remain as just regular lines. I did find a lisp routine that came close but it joined the parallel lines with lines at both ends: thus creating a rectangle. Other routines have placed multiple lines between the two parallels creating a train track kind of look. Again, I apologise as the above mentioned lisps may be quite easy to modify so that only one line is added but that is currently above my pay grade! Hopefully my request has made sense & someone clever can solve my issue. Thank-you everyone. Brad