<?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>tema Re: Is there a command/lisp to extend lines and join with multiple selections? en AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/is-there-a-command-lisp-to-extend-lines-and-join-with-multiple/m-p/8436914#M959099</link>
    <description>&lt;P&gt;Yes, but the other way around. You Pjoin all of them, then go to Properties Pallet and choose Close Polylines.&lt;/P&gt;</description>
    <pubDate>Fri, 30 Nov 2018 17:50:35 GMT</pubDate>
    <dc:creator>Patchy</dc:creator>
    <dc:date>2018-11-30T17:50:35Z</dc:date>
    <item>
      <title>Is there a command/lisp to extend lines and join with multiple selections?</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/is-there-a-command-lisp-to-extend-lines-and-join-with-multiple/m-p/8436834#M959089</link>
      <description>&lt;P&gt;So we exporting artwork from illustrator to send to laser and none of the lines are connecting. Is there a way to have all the lines extend to finish out&amp;nbsp; the shape then join? See the attached image, basically I want to select all those shapes, type a command, and have it close the gaps and make it a complete object, and do it all at once. It should finish looking like the object circled red.&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.JPG" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/575784i58ECD8E43BF5BD12/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.JPG" alt="Capture.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Nov 2018 17:26:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/is-there-a-command-lisp-to-extend-lines-and-join-with-multiple/m-p/8436834#M959089</guid>
      <dc:creator>jboyceQPURR</dc:creator>
      <dc:date>2018-11-30T17:26:24Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a command/lisp to extend lines and join with multiple selections?</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/is-there-a-command-lisp-to-extend-lines-and-join-with-multiple/m-p/8436914#M959099</link>
      <description>&lt;P&gt;Yes, but the other way around. You Pjoin all of them, then go to Properties Pallet and choose Close Polylines.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Nov 2018 17:50:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/is-there-a-command-lisp-to-extend-lines-and-join-with-multiple/m-p/8436914#M959099</guid>
      <dc:creator>Patchy</dc:creator>
      <dc:date>2018-11-30T17:50:35Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a command/lisp to extend lines and join with multiple selections?</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/is-there-a-command-lisp-to-extend-lines-and-join-with-multiple/m-p/8436937#M959101</link>
      <description>&lt;P&gt;I shouldn've mentioned some of the lines are actually arcs - it doesnt seem to like when they are arcs. Also illustrator doesn't export the lines as joined polylines, it's just a bunch of lines. So you'd still have to go through and manually convert each set to a joined polyline. the image attached is a small sample of the file we're trying to fix. everytime an arc meets a line there is a gap. We need to close all the gaps in the file. there are thousands of these.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="capture2.JPG" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/575816iA9067AA98F1728E4/image-size/large?v=v2&amp;amp;px=999" role="button" title="capture2.JPG" alt="capture2.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Nov 2018 17:57:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/is-there-a-command-lisp-to-extend-lines-and-join-with-multiple/m-p/8436937#M959101</guid>
      <dc:creator>jboyceQPURR</dc:creator>
      <dc:date>2018-11-30T17:57:59Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a command/lisp to extend lines and join with multiple selections?</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/is-there-a-command-lisp-to-extend-lines-and-join-with-multiple/m-p/8436949#M959102</link>
      <description>&lt;P&gt;Joining them and then forcing them to be closed will result in four-segment Polylines where you want triangles, and in some cases the added [closing] segment won't be an extension of the adjacent&amp;nbsp;line or arc that you want it to be an extension of.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Use the &lt;FONT color="#000000"&gt;&lt;STRONG&gt;PEDIT&lt;/STRONG&gt;&lt;/FONT&gt; command, &lt;FONT color="#000000"&gt;&lt;STRONG&gt;M&lt;/STRONG&gt;&lt;/FONT&gt;ultiple option, select everything [multiple groupings all at once], &lt;FONT color="#000000"&gt;&lt;STRONG&gt;J&lt;/STRONG&gt;&lt;/FONT&gt;oin option, and give it a big-enough fuzz factor to cover the maximum expected gap.&amp;nbsp; Works with Lines and Arcs and whatever may already be Polyline, if any.&amp;nbsp; That will operate like Filleting all the nearby ends at zero radius.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Nov 2018 18:08:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/is-there-a-command-lisp-to-extend-lines-and-join-with-multiple/m-p/8436949#M959102</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2018-11-30T18:08:48Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a command/lisp to extend lines and join with multiple selections?</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/is-there-a-command-lisp-to-extend-lines-and-join-with-multiple/m-p/8436960#M959103</link>
      <description>&lt;P&gt;That was it, perfect, thank you! We had the fuzz set to 0 so it wasn't working.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Nov 2018 18:06:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/is-there-a-command-lisp-to-extend-lines-and-join-with-multiple/m-p/8436960#M959103</guid>
      <dc:creator>jboyceQPURR</dc:creator>
      <dc:date>2018-11-30T18:06:13Z</dc:date>
    </item>
  </channel>
</rss>

