<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Can't join lines to form polylines in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/can-t-join-lines-to-form-polylines/m-p/5616316#M330944</link>
    <description>&lt;P&gt;Hi all, I'm REALLY new to Autocad and this problem is driving me mad. I'm trying join the lines in the attached file to form single closed polylines ie cut paths for a laser cutter. I've tried a lot of the suggestions throughout this forum but nothing seems to work. I have figured out it has something to do with the curves etc and when I delete them and redraw them I can join some lines but there's a lot of curves here! So just hoping someone can spot an obvious newbie mistake.&lt;/P&gt;&lt;P&gt;thanks for lookin!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;S&lt;/P&gt;</description>
    <pubDate>Sat, 02 May 2015 12:50:12 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-05-02T12:50:12Z</dc:date>
    <item>
      <title>Can't join lines to form polylines</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/can-t-join-lines-to-form-polylines/m-p/5616316#M330944</link>
      <description>&lt;P&gt;Hi all, I'm REALLY new to Autocad and this problem is driving me mad. I'm trying join the lines in the attached file to form single closed polylines ie cut paths for a laser cutter. I've tried a lot of the suggestions throughout this forum but nothing seems to work. I have figured out it has something to do with the curves etc and when I delete them and redraw them I can join some lines but there's a lot of curves here! So just hoping someone can spot an obvious newbie mistake.&lt;/P&gt;&lt;P&gt;thanks for lookin!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;S&lt;/P&gt;</description>
      <pubDate>Sat, 02 May 2015 12:50:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/can-t-join-lines-to-form-polylines/m-p/5616316#M330944</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-05-02T12:50:12Z</dc:date>
    </item>
    <item>
      <title>Re: Can't join lines to form polylines</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/can-t-join-lines-to-form-polylines/m-p/5616339#M330945</link>
      <description>&lt;P&gt;Your problem is that your curves are splines, which cannot be joined to other objects. Even some of the&amp;nbsp;straight lines are splines. If you are new to Autocad, try to avoid splines because they are geometrically very complex and are completely unnecessary for something like what you have in this drawing. You have a couple of choices here:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Honestly, they should be redrawn as curves and lines and you will be thankful you did in the long run. There are some circles there that are made up of several splines and there is no reason that should be the case. They should simply be circles. Personally, I would redraw the whole thing with the curves as arcs, all the circles as circles, and the lines as lines or straight polylines. You could also use the fillet radius command to make the corner curves.&lt;/LI&gt;&lt;LI&gt;If you don't want to redraw everything, you can convert the splines to polylines by using "splinedetit", select the spline, and then choose "convert to polyline". But it only allows you to do one at a time, so I think it would take longer than drawing everything over as curves and circles. And if you take a straight spline and convert it to a polyline and then select it, you will see a ton of grips light up meaning that that polyline is made up of a ton of little segments.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Was this drawing converted from another format or drawn in Autocad from scratch? If it was drawn from scratch, it should have been a very simple line, arc, circle drawing with no splines. There is nothing in that drawing that warrants being a spline from what I can see.&lt;/P&gt;&lt;P&gt;Lastly, many machines (assuming this is an item going into production) will have a hard or impossible time reading spline geometry. Most machining programs like simple joined polyline objects.&lt;/P&gt;</description>
      <pubDate>Sat, 02 May 2015 13:53:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/can-t-join-lines-to-form-polylines/m-p/5616339#M330945</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-05-02T13:53:06Z</dc:date>
    </item>
    <item>
      <title>Re: Can't join lines to form polylines</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/can-t-join-lines-to-form-polylines/m-p/5616450#M330946</link>
      <description>&lt;P&gt;Often, arcs&amp;nbsp;have an extrusion direction that is opposite from others that you are trying to join and will prevent them from being joined. You may be able to find a LISP routine that can "normalize" the offending arcs.To avoid the problem with splines as mentioned above try saving to a AutoCAD R12 (not 2012) format - or DXFOUT to an R12 format.&lt;/P&gt;</description>
      <pubDate>Sat, 02 May 2015 19:38:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/can-t-join-lines-to-form-polylines/m-p/5616450#M330946</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-05-02T19:38:56Z</dc:date>
    </item>
    <item>
      <title>Re: Can't join lines to form polylines</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/can-t-join-lines-to-form-polylines/m-p/5616669#M330947</link>
      <description>Hi no it wasn't originally drawn in autocad, I think it was drawn in&lt;BR /&gt;draftsight? or something like that. I am a teacher in a school and the&lt;BR /&gt;student wants to use it to build a 3d printer so i was hoping for something&lt;BR /&gt;simple. I'm just a beginner in A cad so if i had drawn it, there would&lt;BR /&gt;have only been lines and curves because that's all i know atm. Thanks for&lt;BR /&gt;your reply.</description>
      <pubDate>Sun, 03 May 2015 13:07:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/can-t-join-lines-to-form-polylines/m-p/5616669#M330947</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-05-03T13:07:50Z</dc:date>
    </item>
    <item>
      <title>Re: Can't join lines to form polylines</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/can-t-join-lines-to-form-polylines/m-p/5616671#M330948</link>
      <description>Thanks i might see if i can do this.&lt;BR /&gt;S</description>
      <pubDate>Sun, 03 May 2015 13:08:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/can-t-join-lines-to-form-polylines/m-p/5616671#M330948</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-05-03T13:08:50Z</dc:date>
    </item>
    <item>
      <title>Re: Can't join lines to form polylines</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/can-t-join-lines-to-form-polylines/m-p/5623508#M330949</link>
      <description>&lt;P&gt;Used FLATTEN&amp;nbsp;command to convert splines to polylines couple of times, then EXPLODE, OVERKILL, JOIN, PEDIT, MPEDIT, PEDIT with EXTEND FUZZY 1 and MPEDIT with FILLET FUZZY 1 to connect them together. It is not perfect but almost... see file (1).&lt;/P&gt;&lt;P&gt;Then&amp;nbsp;&lt;SPAN&gt;MPEDIT with FILLET FUZZY 5 and&amp;nbsp;MPEDIT with ADD&amp;nbsp;FUZZY 2.&amp;nbsp;After this&amp;nbsp;it's probably get no better. See file (2).&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 06 May 2015 20:49:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/can-t-join-lines-to-form-polylines/m-p/5623508#M330949</guid>
      <dc:creator>ВeekeeCZ</dc:creator>
      <dc:date>2015-05-06T20:49:49Z</dc:date>
    </item>
    <item>
      <title>Re: Can't join lines to form polylines</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/can-t-join-lines-to-form-polylines/m-p/11333546#M330950</link>
      <description>&lt;P&gt;I'm having this problem right now and I have never had the issue before. Automatically, from the first time I started this program up for the first time, I have been able to join cut circles and arcs to polylines and splines to polylines, converting one to the other depending on which I initially and subsequently selected. I imagine I fat-fingered a few keys - after all I've typed all sorts of things typing "off" (offset) and have caused an enormous amount of erroneous activities which have left me scratching my head for quite a time, indeed.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Aug 2022 19:53:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/can-t-join-lines-to-form-polylines/m-p/11333546#M330950</guid>
      <dc:creator>twaddle.jarrett</dc:creator>
      <dc:date>2022-08-01T19:53:10Z</dc:date>
    </item>
    <item>
      <title>Re: Can't join lines to form polylines</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/can-t-join-lines-to-form-polylines/m-p/11333558#M330951</link>
      <description>This is something that's a result of trying to manipulate values imported from someone else's file. I don't know what setting I can select all and apply to that would reset the value because I don't know what it is... if I knew the name I'd be able to call on it and problem solved... the issue is that I don't know what question to ask in the first place.</description>
      <pubDate>Mon, 01 Aug 2022 19:58:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/can-t-join-lines-to-form-polylines/m-p/11333558#M330951</guid>
      <dc:creator>twaddle.jarrett</dc:creator>
      <dc:date>2022-08-01T19:58:23Z</dc:date>
    </item>
  </channel>
</rss>

