<?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 Re: Two Polylines Won't Join? in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/two-polylines-won-t-join/m-p/6251483#M340745</link>
    <description>&lt;P&gt;u can select one of them then move the vertix that u want to join with the other vertix then move it back to it then use join ( click j then enter )&lt;/P&gt;</description>
    <pubDate>Tue, 05 Apr 2016 06:09:33 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-04-05T06:09:33Z</dc:date>
    <item>
      <title>Two Polylines Won't Join?</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/two-polylines-won-t-join/m-p/5500625#M340737</link>
      <description>&lt;P&gt;Hi! I'm new to AutoCAD.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to join the two polylines that I have visible in the attached file, but for some reason they just won't. I've tried PEDIT and MPEDIT. I assume this means that they're not quite touching but I can't find the issue. It looks like the shorter one has a line segment on the left end that is causing a problem but I don't know what.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Mon, 09 Feb 2015 19:06:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/two-polylines-won-t-join/m-p/5500625#M340737</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-02-09T19:06:08Z</dc:date>
    </item>
    <item>
      <title>Re: Two Polylines Won't Join?</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/two-polylines-won-t-join/m-p/5500639#M340738</link>
      <description>&lt;P&gt;Most likely&amp;nbsp;one or both&amp;nbsp;have a&amp;nbsp;Z value, or Z values which aren't equal. Try FLATTEN. If that doesn't work, I often&amp;nbsp;EXPLODE the plines, FLATTEN and JOIN successfully.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Feb 2015 19:12:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/two-polylines-won-t-join/m-p/5500639#M340738</guid>
      <dc:creator>steve216586</dc:creator>
      <dc:date>2015-02-09T19:12:56Z</dc:date>
    </item>
    <item>
      <title>Re: Two Polylines Won't Join?</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/two-polylines-won-t-join/m-p/5500641#M340739</link>
      <description>&lt;P&gt;Explode the short one, you have 2 segments at the end.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Feb 2015 19:13:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/two-polylines-won-t-join/m-p/5500641#M340739</guid>
      <dc:creator>Patchy</dc:creator>
      <dc:date>2015-02-09T19:13:20Z</dc:date>
    </item>
    <item>
      <title>Re: Two Polylines Won't Join?</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/two-polylines-won-t-join/m-p/5500645#M340740</link>
      <description>&lt;P&gt;The upper-rightward one doubles back on itself -- the place where you want to Join it to the other one is an intermediate vertex, not the end.&amp;nbsp; In PEDIT, select Edit Vertex, hit Enter to see the X marker move around.&amp;nbsp; PEDIT / &amp;lt;select upper-rightward Pline&amp;gt; / Edit vertex / Break / Next / Go / eXit / Join /&amp;nbsp;&amp;lt;select other Pline&amp;gt; &amp;lt;Enter&amp;gt; &amp;lt;Enter&amp;gt;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Feb 2015 19:19:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/two-polylines-won-t-join/m-p/5500645#M340740</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2015-02-09T19:19:10Z</dc:date>
    </item>
    <item>
      <title>Re: Two Polylines Won't Join?</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/two-polylines-won-t-join/m-p/5500647#M340741</link>
      <description>&lt;P&gt;I couldn't get them to join using Pedit either.&lt;/P&gt;&lt;P&gt;However, if you use "Fillet" with a Radius of Zero (0), it does work.&lt;/P&gt;&lt;P&gt;An AuotLISP routine that I got from Dan Abbott's Book "AutoCAD, secrets every usaer should know" helped me to short cut the fillet with zero radius down to two letters "FZ"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(defun c:fz () ;begin fillet zero&lt;BR /&gt;&amp;nbsp; (setq old_radius (getvar "filletrad"))&lt;BR /&gt;&amp;nbsp; (setvar "filletrad" 0)&lt;BR /&gt;&amp;nbsp; (command ".fillet" pause pause)&lt;BR /&gt;&amp;nbsp; (setvar "filletrad" old_radius)&lt;BR /&gt;)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;HD&lt;/P&gt;</description>
      <pubDate>Mon, 09 Feb 2015 19:16:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/two-polylines-won-t-join/m-p/5500647#M340741</guid>
      <dc:creator>HullDrafter</dc:creator>
      <dc:date>2015-02-09T19:16:48Z</dc:date>
    </item>
    <item>
      <title>Re: Two Polylines Won't Join?</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/two-polylines-won-t-join/m-p/5500664#M340742</link>
      <description>&lt;P&gt;Thank you everyone! Exploding and deleting the extra line segment worked great.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Feb 2015 19:28:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/two-polylines-won-t-join/m-p/5500664#M340742</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-02-09T19:28:47Z</dc:date>
    </item>
    <item>
      <title>Re: Two Polylines Won't Join?</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/two-polylines-won-t-join/m-p/5500686#M340743</link>
      <description>&lt;P&gt;I agree your way works good until a polyline has a zero length at the end and I missed it.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Feb 2015 19:38:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/two-polylines-won-t-join/m-p/5500686#M340743</guid>
      <dc:creator>Patchy</dc:creator>
      <dc:date>2015-02-09T19:38:19Z</dc:date>
    </item>
    <item>
      <title>Re: Two Polylines Won't Join?</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/two-polylines-won-t-join/m-p/5500752#M340744</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/558015"&gt;@Patchy&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;I agree your way works good until a polyline has a zero length at the end and I missed it.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;You can tell whether there's a zero-length segment at the end in at least two ways.&amp;nbsp; In PEDIT, in the Edit vertex mode, hit Enter/space to move to the next vertex, and if it starts with a zero-length segment, the X marker won't move the first time, or if it ends with one, won't move between two "stops" at the end.&amp;nbsp; Or in the Properties box, Geometry list, Vertex slot, pick on the left-right arrows to move the same X marker around, and for a zero-length segment, it won't move between two adjacent numbered vertices.&amp;nbsp; If either reveals a zero-length segment, the same PEDIT approach can be used to fix it [or a variant if it's at the end, which would also of course be needed with my earlier suggestion in that case].&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this is a common-enough problem, a routine could certainly&amp;nbsp;be made [there's probably something out there already --&amp;nbsp;&lt;A href="http://cadtips.cadalyst.com/linear-objects/polyline-diet" target="_self"&gt;this&lt;/A&gt; is at least related] to take any zero-length segment(s) out of any Polyline.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Feb 2015 20:20:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/two-polylines-won-t-join/m-p/5500752#M340744</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2015-02-09T20:20:13Z</dc:date>
    </item>
    <item>
      <title>Re: Two Polylines Won't Join?</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/two-polylines-won-t-join/m-p/6251483#M340745</link>
      <description>&lt;P&gt;u can select one of them then move the vertix that u want to join with the other vertix then move it back to it then use join ( click j then enter )&lt;/P&gt;</description>
      <pubDate>Tue, 05 Apr 2016 06:09:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/two-polylines-won-t-join/m-p/6251483#M340745</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-05T06:09:33Z</dc:date>
    </item>
    <item>
      <title>Re: Two Polylines Won't Join?</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/two-polylines-won-t-join/m-p/6905201#M340746</link>
      <description>&lt;P&gt;This is the only method that worked. Thanks &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Feb 2017 07:10:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/two-polylines-won-t-join/m-p/6905201#M340746</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-27T07:10:01Z</dc:date>
    </item>
    <item>
      <title>Re: Two Polylines Won't Join?</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/two-polylines-won-t-join/m-p/8632504#M340747</link>
      <description>&lt;P&gt;it joined my plines but it also distorted my geometry, some times even deleting altogether.&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/394391"&gt;@steve216586&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Most likely&amp;nbsp;one or both&amp;nbsp;have a&amp;nbsp;Z value, or Z values which aren't equal. Try FLATTEN. If that doesn't work, I often&amp;nbsp;EXPLODE the plines, FLATTEN and JOIN successfully.&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;BR /&gt;.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 03 Mar 2019 01:37:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/two-polylines-won-t-join/m-p/8632504#M340747</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-03-03T01:37:55Z</dc:date>
    </item>
    <item>
      <title>Re: Two Polylines Won't Join?</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/two-polylines-won-t-join/m-p/8632618#M340748</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#333399"&gt;&lt;EM&gt;&amp;gt;&amp;gt; it joined my plines but it also distorted my geometry&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;Can you please show the dwg-files, one before the &lt;STRONG&gt;&lt;FONT color="#333399"&gt;JOIN&lt;/FONT&gt; &lt;/STRONG&gt;and a second one after the &lt;STRONG&gt;&lt;FONT color="#333399"&gt;JOIN&lt;/FONT&gt;&lt;/STRONG&gt;? So the next time this happens and after &lt;STRONG&gt;&lt;FONT color="#333399"&gt;JOIN&lt;/FONT&gt; &lt;/STRONG&gt;the geometry has issues then save the drawing, then run undo to the state before the &lt;STRONG&gt;&lt;FONT color="#333399"&gt;JOIN&lt;/FONT&gt;&lt;/STRONG&gt; and save again (well, with a different name).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also please start command &lt;STRONG&gt;&lt;FONT color="#333399"&gt;_ABOUT&lt;/FONT&gt;&lt;/STRONG&gt; and show us a screenshot from that dialog so we know your exact AutoCAD type and version.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- alfred -&lt;/P&gt;</description>
      <pubDate>Sun, 03 Mar 2019 06:18:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/two-polylines-won-t-join/m-p/8632618#M340748</guid>
      <dc:creator>Alfred.NESWADBA</dc:creator>
      <dc:date>2019-03-03T06:18:59Z</dc:date>
    </item>
    <item>
      <title>Re: Two Polylines Won't Join?</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/two-polylines-won-t-join/m-p/8801542#M340749</link>
      <description>&lt;P&gt;Problem is in Elevation.... go to Properties and make both polylines elevation "O"&amp;nbsp; or same value&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 May 2019 09:59:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/two-polylines-won-t-join/m-p/8801542#M340749</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-05-20T09:59:52Z</dc:date>
    </item>
    <item>
      <title>Re: Two Polylines Won't Join?</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/two-polylines-won-t-join/m-p/11393257#M340750</link>
      <description>Thanks for your input. Exploding plines and joining helped me.</description>
      <pubDate>Wed, 31 Aug 2022 15:29:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/two-polylines-won-t-join/m-p/11393257#M340750</guid>
      <dc:creator>binaya.paudelL8YWS</dc:creator>
      <dc:date>2022-08-31T15:29:09Z</dc:date>
    </item>
    <item>
      <title>Re: Two Polylines Won't Join?</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/two-polylines-won-t-join/m-p/14160500#M365017</link>
      <description>&lt;P&gt;type PEDIT and M , then J and join type = both and fuzz distance something rathe&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jun 2026 07:21:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/two-polylines-won-t-join/m-p/14160500#M365017</guid>
      <dc:creator>n_mirshokraei</dc:creator>
      <dc:date>2026-06-10T07:21:52Z</dc:date>
    </item>
    <item>
      <title>Re: Two Polylines Won't Join?</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/two-polylines-won-t-join/m-p/14160555#M365018</link>
      <description>&lt;P&gt;rather than zero , i go with 0.001 and that works for me&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jun 2026 08:04:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/two-polylines-won-t-join/m-p/14160555#M365018</guid>
      <dc:creator>n_mirshokraei</dc:creator>
      <dc:date>2026-06-10T08:04:53Z</dc:date>
    </item>
  </channel>
</rss>

