<?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: Extend trim lines, Arcs Autolisp in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/extend-trim-lines-arcs-autolisp/m-p/12033938#M34954</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/13252190"&gt;@Peter_MElad&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;I don't have the ability to make Lisp.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;But I expect you have the ability to answer questions that have been asked....&lt;/P&gt;</description>
    <pubDate>Wed, 14 Jun 2023 16:04:08 GMT</pubDate>
    <dc:creator>Kent1Cooper</dc:creator>
    <dc:date>2023-06-14T16:04:08Z</dc:date>
    <item>
      <title>Extend trim lines, Arcs Autolisp</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/extend-trim-lines-arcs-autolisp/m-p/12007689#M34949</link>
      <description>&lt;P&gt;Auto Extend trim lines, Arcs lisp&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;for each layer and separate trim/extend/trim for each layer&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/1137264"&gt;@paullimapa&lt;/a&gt;&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/6254908"&gt;@Sea-Haven&lt;/a&gt;&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/3930636"&gt;@john.uhden&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jun 2023 16:55:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/extend-trim-lines-arcs-autolisp/m-p/12007689#M34949</guid>
      <dc:creator>Peter_MElad</dc:creator>
      <dc:date>2023-06-02T16:55:48Z</dc:date>
    </item>
    <item>
      <title>Re: Extend trim lines, Arcs Autolisp</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/extend-trim-lines-arcs-autolisp/m-p/12007738#M34950</link>
      <description>&lt;P&gt;&lt;FONT color="#FF6600"&gt;&lt;STRONG&gt;EDITED:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In the 2nd &amp;amp; 4th situations, this will do that:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;PEDIT&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;M&lt;/STRONG&gt;ultiple option&lt;/P&gt;
&lt;P&gt;[select stuff]&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;J&lt;/STRONG&gt;oin option&lt;/P&gt;
&lt;P&gt;big-enough fuzz distance to catch the nearby stuff&lt;/P&gt;
&lt;P&gt;[another Enter to conclude]&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="2"&gt;[If the PEDITACCEPT System Variable is set to 0, and the things in your image are Lines, you will be asked whether to convert them to Polylines for joining -- answer Yes.]&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For the 1st [left-most] situation, what is the criterion by which a routine would be able to determine that the horizontal connector should meet the &lt;EM&gt;top of the right&lt;/EM&gt; line, and the left line should extend &lt;EM&gt;down&lt;/EM&gt; to that level, rather than having it meet the &lt;EM&gt;bottom of the left&lt;/EM&gt; line, with the right line extending &lt;EM&gt;up&lt;/EM&gt; to that level, or something in between?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Closing the gap in the 3rd situation is another question.&amp;nbsp; Is that a Polyline, or 5 Lines?&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jun 2023 17:40:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/extend-trim-lines-arcs-autolisp/m-p/12007738#M34950</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2023-06-02T17:40:26Z</dc:date>
    </item>
    <item>
      <title>Re: Extend trim lines, Arcs Autolisp</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/extend-trim-lines-arcs-autolisp/m-p/12007967#M34951</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/13252190"&gt;@Peter_MElad&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;I think we can all deduce what your goal is, but I am wondering about the leftmost figure.&amp;nbsp; How would a program decide whether to extend the right vertical line up to the bottom of the left line or to extend the left vertical line down to the top of the right line.&lt;/P&gt;
&lt;P&gt;Seems to me you need only 3 stock AutoCAD commands... ERASE, LINE, and FILLET for all 4 figures.&lt;/P&gt;
&lt;P&gt;Please demonstrate what you can do with arcs, or perhaps a combination of lines and arcs.&lt;/P&gt;
&lt;P&gt;Like the three-toed sloth playing pictionary, how would you finish off one vertical line?&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jun 2023 19:28:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/extend-trim-lines-arcs-autolisp/m-p/12007967#M34951</guid>
      <dc:creator>john.uhden</dc:creator>
      <dc:date>2023-06-02T19:28:43Z</dc:date>
    </item>
    <item>
      <title>Re: Extend trim lines, Arcs Autolisp</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/extend-trim-lines-arcs-autolisp/m-p/12024803#M34952</link>
      <description>&lt;P&gt;I think by getting the free points or lines and get the nearest to the other and joining it by lines after add lines join it and final trim&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 10 Jun 2023 15:52:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/extend-trim-lines-arcs-autolisp/m-p/12024803#M34952</guid>
      <dc:creator>Peter_MElad</dc:creator>
      <dc:date>2023-06-10T15:52:12Z</dc:date>
    </item>
    <item>
      <title>Re: Extend trim lines, Arcs Autolisp</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/extend-trim-lines-arcs-autolisp/m-p/12033904#M34953</link>
      <description>&lt;P&gt;I don't have the ability to make Lisp.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jun 2023 15:50:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/extend-trim-lines-arcs-autolisp/m-p/12033904#M34953</guid>
      <dc:creator>Peter_MElad</dc:creator>
      <dc:date>2023-06-14T15:50:50Z</dc:date>
    </item>
    <item>
      <title>Re: Extend trim lines, Arcs Autolisp</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/extend-trim-lines-arcs-autolisp/m-p/12033938#M34954</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/13252190"&gt;@Peter_MElad&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;I don't have the ability to make Lisp.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;But I expect you have the ability to answer questions that have been asked....&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jun 2023 16:04:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/extend-trim-lines-arcs-autolisp/m-p/12033938#M34954</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2023-06-14T16:04:08Z</dc:date>
    </item>
    <item>
      <title>Re: Extend trim lines, Arcs Autolisp</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/extend-trim-lines-arcs-autolisp/m-p/12034001#M34955</link>
      <description>&lt;P&gt;I am very sorry really, I don't see the question&amp;nbsp; ...... the left shape &lt;SPAN&gt;only parallel connect as you made to achieve&amp;nbsp; (be as far as possible from the lines)&amp;nbsp; ........ if not parallel connect with two points only. and finally close polyline (close Area)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1227676i1BB8519397EE8D9A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &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.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1227672iF9E0A15DC0FB17D9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Capture2.png" alt="Capture2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Wed, 14 Jun 2023 16:45:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/extend-trim-lines-arcs-autolisp/m-p/12034001#M34955</guid>
      <dc:creator>Peter_MElad</dc:creator>
      <dc:date>2023-06-14T16:45:51Z</dc:date>
    </item>
    <item>
      <title>Re: Extend trim lines, Arcs Autolisp</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/extend-trim-lines-arcs-autolisp/m-p/12034004#M34956</link>
      <description>&lt;P&gt;I am very sorry ...... the left shape &lt;SPAN&gt;only parallel connect as you made to achieve&amp;nbsp; (be as far as possible from the lines)&amp;nbsp; ........ if not parallel connect with two points only. and finally close polyline (close Area)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture2.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1227672iF9E0A15DC0FB17D9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Capture2.png" alt="Capture2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Wed, 14 Jun 2023 16:27:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/extend-trim-lines-arcs-autolisp/m-p/12034004#M34956</guid>
      <dc:creator>Peter_MElad</dc:creator>
      <dc:date>2023-06-14T16:27:08Z</dc:date>
    </item>
    <item>
      <title>Re: Extend trim lines, Arcs Autolisp</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/extend-trim-lines-arcs-autolisp/m-p/12034083#M34957</link>
      <description>&lt;P&gt;From the other topic we know that when there are different possible results, you're looking for the result with the larger area, but this partial image from Message 1 has nothing on which to base an area comparison:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Kent1Cooper_0-1686761427753.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1227685i77231BDCE3CA2D18/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Kent1Cooper_0-1686761427753.png" alt="Kent1Cooper_0-1686761427753.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;So will it always be in relation to &lt;EM&gt;more of an outline&lt;/EM&gt;, and never like this?&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jun 2023 16:56:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/extend-trim-lines-arcs-autolisp/m-p/12034083#M34957</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2023-06-14T16:56:08Z</dc:date>
    </item>
    <item>
      <title>Re: Extend trim lines, Arcs Autolisp</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/extend-trim-lines-arcs-autolisp/m-p/12034118#M34958</link>
      <description>&lt;P&gt;I draw area but the lines with gray not only&amp;nbsp; two lines&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jun 2023 17:16:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/extend-trim-lines-arcs-autolisp/m-p/12034118#M34958</guid>
      <dc:creator>Peter_MElad</dc:creator>
      <dc:date>2023-06-14T17:16:51Z</dc:date>
    </item>
  </channel>
</rss>

