<?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: Tangent Extension to an Arc LISP in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/tangent-extension-to-an-arc-lisp/m-p/6420454#M272376</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/514089"&gt;@alanjt_&lt;/a&gt; wrote:&lt;BR /&gt;The method you describe of drawing an arc, then being able to draw a line from that arc is precisely the reason I wrote the routine, as to avoid this extra set of steps that previously annoyed me for years.&lt;BR /&gt;&lt;BR /&gt;Your routine is just the PLine command that is a continuation of a selected line/arc/pline. It does not account for the next segment being tangent from the selected segment. I mean no offense, but I'm not sure why you are posting this here.&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;If what you want to do is draw a Line that's a tangent continuation from the end of an Arc &lt;EM&gt;immediately after drawing the Arc&lt;/EM&gt; [as your first sentence implies],&amp;nbsp;then you don't need any routine at all.&amp;nbsp; Draw the Arc, start a Line command, and when it's asking for the first point, just hit Enter, and see what happens.&amp;nbsp; A routine would be needed only if you want to draw a Line tangent from the end of an Arc that &lt;EM&gt;isn't&lt;/EM&gt; the last thing drawn, and that The User must&amp;nbsp;select.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And yes, my routine &lt;EM&gt;does&lt;/EM&gt;&amp;nbsp;account for&amp;nbsp;tangent continuation from the end of the selected object* [did you try it?], though with the&amp;nbsp;admitted "cumbersome"-ness&amp;nbsp;I described in Post 7,&amp;nbsp;that if it's a &lt;EM&gt;Line&lt;/EM&gt; you want to continue with, you need to use&amp;nbsp;PLINE's&amp;nbsp;Length option and give it a numerical length [which will be drawn tangentially], rather than pick along a tangential "drag" line.&amp;nbsp; The main reason it determines the direction the end is headed is for the possibility of a tangent &lt;EM&gt;arc&lt;/EM&gt;-segment continuation,&amp;nbsp;but you &lt;EM&gt;can&lt;/EM&gt; continue tangentially with a line segment.&amp;nbsp;&amp;nbsp;Its doing&amp;nbsp;that&amp;nbsp;for an arc extension, and its&amp;nbsp;being able to continue&amp;nbsp;&lt;EM&gt;three&lt;/EM&gt; different&amp;nbsp;entity types [whether or not you want to continue them tangentially], are for me of enough&amp;nbsp;benefit to outweigh the cumbersomeness in that one circumstance.&amp;nbsp; But for those who never need&amp;nbsp;any such thing except&amp;nbsp;to draw Line entities that are tangent continuations of Arc entities, when they haven't just drawn the Arc in question, your routine is certainly better.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I posted it because it&amp;nbsp;draws exactly what's in the Subject line [people will find this thread by Searching for something like that], including being more universal than what's described in the first sentence of Post 1.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;* I use the word "object" rather than your word "segment," because segment apply only in Polylines, and&amp;nbsp;if in using PLC you should pick on a segment of an open&amp;nbsp;Polyline that is not the &lt;EM&gt;end&lt;/EM&gt; segment, it will find the nearer end and go from there, rather than from the segment you pick on [which of course can't be "continued" from], and if you should pick on a segment of a &lt;EM&gt;closed&lt;/EM&gt; Polyline, it will tell you it can't&amp;nbsp;work with&amp;nbsp;one of those.&lt;/P&gt;</description>
    <pubDate>Tue, 05 Jul 2016 22:18:17 GMT</pubDate>
    <dc:creator>Kent1Cooper</dc:creator>
    <dc:date>2016-07-05T22:18:17Z</dc:date>
    <item>
      <title>Tangent Extension to an Arc LISP</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/tangent-extension-to-an-arc-lisp/m-p/6406591#M272368</link>
      <description>&lt;P&gt;A few years ago I found a LISP routine that allowed me to extend a line tangent from the endpoint of an arc. When I activated the command I could click on the arc and a line would appear on-screen locked to a tangent from the endpoint of the arc. I could view the line and could see how the tangent looked before clicking to create the line or escaping the command if I did not want to create the line. I found this very useful.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I recently upgraded to ACAD 2015 and have found that the routine no longer works. When I activate the command I select the arc as before but I can now draw a line anywhere I want; there is no tangency constraint nor do I see a preview of the line. Something has changed between 2014 and 2015 and I am not sure what.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would love to get this routine working again as it was in previous ACAD versions. I've attached the LISP routine as well. Hopefully someone with more knowledge than I can help me out.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jun 2016 17:45:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/tangent-extension-to-an-arc-lisp/m-p/6406591#M272368</guid>
      <dc:creator>JA5.15</dc:creator>
      <dc:date>2016-06-27T17:45:56Z</dc:date>
    </item>
    <item>
      <title>Re: Tangent Extension to an Arc LISP</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/tangent-extension-to-an-arc-lisp/m-p/6406665#M272369</link>
      <description>&lt;P&gt;Let's see if the author can help.&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/514089"&gt;@alanjt_﻿&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jun 2016 18:18:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/tangent-extension-to-an-arc-lisp/m-p/6406665#M272369</guid>
      <dc:creator>rkmcswain</dc:creator>
      <dc:date>2016-06-27T18:18:23Z</dc:date>
    </item>
    <item>
      <title>Re: Tangent Extension to an Arc LISP</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/tangent-extension-to-an-arc-lisp/m-p/6406780#M272370</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/1954299"&gt;@JA5.15﻿&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I tried the routine and it appears to be working for me. &amp;nbsp;Can you prepare a Screencast to show me how it is behaving for you?&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jun 2016 19:20:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/tangent-extension-to-an-arc-lisp/m-p/6406780#M272370</guid>
      <dc:creator>john.vellek</dc:creator>
      <dc:date>2016-06-27T19:20:20Z</dc:date>
    </item>
    <item>
      <title>Re: Tangent Extension to an Arc LISP</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/tangent-extension-to-an-arc-lisp/m-p/6406913#M272371</link>
      <description>&lt;P&gt;Yep... saw this issue before.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Replace this line&lt;/P&gt;
&lt;PRE&gt;(vl-cmdf "_.line" "_non" pnt (strcat "&amp;lt;" ang) PAUSE)&lt;/PRE&gt;
&lt;P&gt;with&lt;/P&gt;
&lt;PRE&gt;(command-s "_.line" "_non" pnt (strcat "&amp;lt;" ang) PAUSE)&lt;/PRE&gt;</description>
      <pubDate>Mon, 27 Jun 2016 20:19:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/tangent-extension-to-an-arc-lisp/m-p/6406913#M272371</guid>
      <dc:creator>ВeekeeCZ</dc:creator>
      <dc:date>2016-06-27T20:19:25Z</dc:date>
    </item>
    <item>
      <title>Re: Tangent Extension to an Arc LISP</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/tangent-extension-to-an-arc-lisp/m-p/6407959#M272372</link>
      <description>&lt;P&gt;That seems to have fixed it. Thank you very much! Although in 2015 the extension now appears as a dashed extension line rather than an object line with whatever layer characteristics I'm currently using. That is not an issue at all, just an observation.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Someday I'll learn all this code stuff, right as soon as I have some free time &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again!&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jun 2016 12:05:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/tangent-extension-to-an-arc-lisp/m-p/6407959#M272372</guid>
      <dc:creator>JA5.15</dc:creator>
      <dc:date>2016-06-28T12:05:34Z</dc:date>
    </item>
    <item>
      <title>Re: Tangent Extension to an Arc LISP</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/tangent-extension-to-an-arc-lisp/m-p/6420003#M272373</link>
      <description>&lt;P&gt;Sorry for the delay in looking at this. However, I'm glad someone stepped in and helped you out. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jul 2016 17:46:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/tangent-extension-to-an-arc-lisp/m-p/6420003#M272373</guid>
      <dc:creator>alanjt_</dc:creator>
      <dc:date>2016-07-05T17:46:01Z</dc:date>
    </item>
    <item>
      <title>Re: Tangent Extension to an Arc LISP</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/tangent-extension-to-an-arc-lisp/m-p/6420172#M272374</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/1954299"&gt;@JA5.15&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;....&amp;nbsp;a LISP routine that allowed me to extend a line tangent from the endpoint of an arc. ....&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;A related routine, if&amp;nbsp;you want to:&lt;BR /&gt;A)&amp;nbsp; draw an &lt;EM&gt;Arc&lt;/EM&gt; as a tangent continuation from either &lt;EM&gt;another Arc &lt;/EM&gt;&lt;STRONG&gt;or&lt;/STRONG&gt; &lt;EM&gt;a Line &lt;/EM&gt;&lt;STRONG&gt;or&lt;/STRONG&gt;&lt;EM&gt; the open end of a Polyline&lt;/EM&gt;;&lt;/P&gt;
&lt;P&gt;B)&amp;nbsp; draw a Line as a tangent continuation from [yes, an Arc as in this thread] &lt;STRONG&gt;or&lt;/STRONG&gt;&amp;nbsp;&lt;EM&gt;another Line&lt;/EM&gt; &lt;STRONG&gt;or&lt;/STRONG&gt; &lt;EM&gt;the open end of a Polyline&lt;/EM&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Try out the attached &lt;EM&gt;[in-progress -- see below] &lt;/EM&gt;&amp;nbsp;&lt;STRONG&gt;PolylineContinue .lsp&lt;/STRONG&gt; with its &lt;STRONG&gt;PLC&lt;/STRONG&gt; command.&amp;nbsp; It &lt;EM&gt;finds the direction&amp;nbsp;that the nearer end of any of those things is headed&lt;/EM&gt;, and applies that if you take advantage of it to the subsequent segment of a Polyline.&amp;nbsp; If what you pick on isn't already a Polyline, it will make it one, which you can Explode if you don't want it that way afterwards.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If what you want to do is a &lt;EM&gt;Line&lt;/EM&gt;, since it will be in a Polyline command, you would use the Length option to get a line segment that's a tangent continuation from whatever you picked on.&amp;nbsp; That's admittedly a little more cumbersome than what the other routines here do, when what you pick is an Arc, but it works in ways that the others don't, i.e. as a tangent continuation of another Line or an open&amp;nbsp;Polyline.&amp;nbsp; If what you want to do is an Arc, just go into&amp;nbsp;PLINE's Arc option and it will do a tangent continuation [unless you then call for some other option such as&amp;nbsp;to specify a&amp;nbsp;Second point -- all options are still open to you].&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As mentioned, it's &lt;EM&gt;in progress&lt;/EM&gt;, with some issues I need to work&amp;nbsp;on.&amp;nbsp; I took out most&amp;nbsp;of my notes to myself and trial approaches to try to overcome the issues mentioned at the top of the file.&amp;nbsp; But in most ordinary circumstances it works fine.&amp;nbsp;&amp;nbsp;However, one that I would mention specifically is that you should use Enter/space to end the PLINE command that it goes into, rather than ESCape, or [until I work on it some more] it won't reset certain things for you.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jul 2016 19:18:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/tangent-extension-to-an-arc-lisp/m-p/6420172#M272374</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2016-07-05T19:18:20Z</dc:date>
    </item>
    <item>
      <title>Re: Tangent Extension to an Arc LISP</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/tangent-extension-to-an-arc-lisp/m-p/6420231#M272375</link>
      <description>@Anonymous:&lt;BR /&gt;The method you describe of drawing an arc, then being able to draw a line from that arc is precisely the reason I wrote the routine, as to avoid this extra set of steps that previously annoyed me for years.&lt;BR /&gt;&lt;BR /&gt;Your routine is just the PLine command that is a continuation of a selected line/arc/pline. It does not account for the next segment being tangent from the selected segment. I mean no offense, but I'm not sure why you are posting this here.</description>
      <pubDate>Tue, 05 Jul 2016 19:49:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/tangent-extension-to-an-arc-lisp/m-p/6420231#M272375</guid>
      <dc:creator>alanjt_</dc:creator>
      <dc:date>2016-07-05T19:49:31Z</dc:date>
    </item>
    <item>
      <title>Re: Tangent Extension to an Arc LISP</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/tangent-extension-to-an-arc-lisp/m-p/6420454#M272376</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/514089"&gt;@alanjt_&lt;/a&gt; wrote:&lt;BR /&gt;The method you describe of drawing an arc, then being able to draw a line from that arc is precisely the reason I wrote the routine, as to avoid this extra set of steps that previously annoyed me for years.&lt;BR /&gt;&lt;BR /&gt;Your routine is just the PLine command that is a continuation of a selected line/arc/pline. It does not account for the next segment being tangent from the selected segment. I mean no offense, but I'm not sure why you are posting this here.&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;If what you want to do is draw a Line that's a tangent continuation from the end of an Arc &lt;EM&gt;immediately after drawing the Arc&lt;/EM&gt; [as your first sentence implies],&amp;nbsp;then you don't need any routine at all.&amp;nbsp; Draw the Arc, start a Line command, and when it's asking for the first point, just hit Enter, and see what happens.&amp;nbsp; A routine would be needed only if you want to draw a Line tangent from the end of an Arc that &lt;EM&gt;isn't&lt;/EM&gt; the last thing drawn, and that The User must&amp;nbsp;select.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And yes, my routine &lt;EM&gt;does&lt;/EM&gt;&amp;nbsp;account for&amp;nbsp;tangent continuation from the end of the selected object* [did you try it?], though with the&amp;nbsp;admitted "cumbersome"-ness&amp;nbsp;I described in Post 7,&amp;nbsp;that if it's a &lt;EM&gt;Line&lt;/EM&gt; you want to continue with, you need to use&amp;nbsp;PLINE's&amp;nbsp;Length option and give it a numerical length [which will be drawn tangentially], rather than pick along a tangential "drag" line.&amp;nbsp; The main reason it determines the direction the end is headed is for the possibility of a tangent &lt;EM&gt;arc&lt;/EM&gt;-segment continuation,&amp;nbsp;but you &lt;EM&gt;can&lt;/EM&gt; continue tangentially with a line segment.&amp;nbsp;&amp;nbsp;Its doing&amp;nbsp;that&amp;nbsp;for an arc extension, and its&amp;nbsp;being able to continue&amp;nbsp;&lt;EM&gt;three&lt;/EM&gt; different&amp;nbsp;entity types [whether or not you want to continue them tangentially], are for me of enough&amp;nbsp;benefit to outweigh the cumbersomeness in that one circumstance.&amp;nbsp; But for those who never need&amp;nbsp;any such thing except&amp;nbsp;to draw Line entities that are tangent continuations of Arc entities, when they haven't just drawn the Arc in question, your routine is certainly better.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I posted it because it&amp;nbsp;draws exactly what's in the Subject line [people will find this thread by Searching for something like that], including being more universal than what's described in the first sentence of Post 1.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;* I use the word "object" rather than your word "segment," because segment apply only in Polylines, and&amp;nbsp;if in using PLC you should pick on a segment of an open&amp;nbsp;Polyline that is not the &lt;EM&gt;end&lt;/EM&gt; segment, it will find the nearer end and go from there, rather than from the segment you pick on [which of course can't be "continued" from], and if you should pick on a segment of a &lt;EM&gt;closed&lt;/EM&gt; Polyline, it will tell you it can't&amp;nbsp;work with&amp;nbsp;one of those.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jul 2016 22:18:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/tangent-extension-to-an-arc-lisp/m-p/6420454#M272376</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2016-07-05T22:18:17Z</dc:date>
    </item>
    <item>
      <title>Re: Tangent Extension to an Arc LISP</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/tangent-extension-to-an-arc-lisp/m-p/6421230#M272377</link>
      <description>Immediately after drawing the arc, being the catalyst. Hence the reason I wrote the routine, as I stated.&lt;BR /&gt;&lt;BR /&gt;I tried your routine, and when I selected an arc, it just started the pline command as normal, not drawing it tangent to anything.</description>
      <pubDate>Wed, 06 Jul 2016 11:53:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/tangent-extension-to-an-arc-lisp/m-p/6421230#M272377</guid>
      <dc:creator>alanjt_</dc:creator>
      <dc:date>2016-07-06T11:53:20Z</dc:date>
    </item>
    <item>
      <title>Re: Tangent Extension to an Arc LISP</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/tangent-extension-to-an-arc-lisp/m-p/6421710#M272378</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/514089"&gt;@alanjt_&lt;/a&gt; wrote:&lt;BR /&gt;Immediately after drawing the arc, being the catalyst. Hence the reason I wrote the routine, as I stated.&lt;BR /&gt;&lt;BR /&gt;I tried your routine, and when I selected an arc, it just started the pline command as normal, not drawing it tangent to anything.&lt;/BLOCKQUOTE&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Immediately after drawing the Arc, if you're continuing off the &lt;EM&gt;end&lt;/EM&gt; rather than the &lt;EM&gt;start&lt;/EM&gt; of the Arc, you &lt;EM&gt;don't need&lt;/EM&gt; any&amp;nbsp;routine to draw a tangent-continuation Line, as described in Post 9. &amp;nbsp;[TLA even imposes an unnecessary extra step, since it requires &lt;EM&gt;selecting&lt;/EM&gt; the Arc you just drew, which the method in Post 9 does not. &amp;nbsp;But that method won't do what you're after if you want to draw the Line from the &lt;EM&gt;start&lt;/EM&gt; of that Arc. &amp;nbsp;However, it does "know" in which direction&amp;nbsp;you drew it, even though an&amp;nbsp;Arc's entity data stores information always&amp;nbsp;with the "start" at the clockwise end, always proceeding counterclockwise.]&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes, PLC&amp;nbsp;starts a normal Pline command, and&amp;nbsp;even though the rubber band doesn't &lt;EM&gt;lock into&lt;/EM&gt; the tangent direction, if [as described in both Posts 7 &amp;amp; 9&amp;nbsp;-- did you try it?] you &lt;EM&gt;choose the Length option&lt;/EM&gt; and give it a length, it &lt;EM&gt;does&lt;/EM&gt;&amp;nbsp;draw it as a tangent continuation from the end of the Arc [or Polyline or Line, if that's what you selected -- choices that TLA doesn't allow].&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It &lt;EM&gt;could&lt;/EM&gt; be made to lock into that direction with a&amp;nbsp;&amp;lt; entry&amp;nbsp;as in earlier posts here. &amp;nbsp;But PLC is designed to continue a Polyline in &lt;EM&gt;whatever&lt;/EM&gt; way you want to continue it, not only tangentially. &amp;nbsp;Also, a locked-in direction at the start will be&amp;nbsp;lost if&amp;nbsp;the User calls&amp;nbsp;for any other Pline-prompt options [Width, etc.] before picking a next-vertex point [not an issue with a Line, obviously].&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And if you choose the Arc option, PLC&amp;nbsp;&lt;EM&gt;does&lt;/EM&gt;&amp;nbsp;draw it tangent to the end [at least it "drags" that way, though you &lt;EM&gt;can&lt;/EM&gt; overrule that with several of the Pline-prompt&amp;nbsp;options], even though the selected object is &lt;EM&gt;not&lt;/EM&gt; part of the Polyline it's drawing yet -- it's not &lt;EM&gt;truly&lt;/EM&gt; "continuing" -- but will be joined to it when you're done.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;PLC won't be all things to all people, and isn't preferable to&amp;nbsp;TLA in all situations, but is just another way of achieving tangent continuations, in more situations than TLA can do.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jul 2016 15:36:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/tangent-extension-to-an-arc-lisp/m-p/6421710#M272378</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2016-07-06T15:36:54Z</dc:date>
    </item>
    <item>
      <title>Re: Tangent Extension to an Arc LISP</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/tangent-extension-to-an-arc-lisp/m-p/6422124#M272379</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/69526"&gt;@Kent1Cooper&lt;/a&gt; wrote:&lt;BR /&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/514089"&gt;@alanjt_&lt;/a&gt; wrote:&lt;BR /&gt;Immediately after drawing the arc, being the catalyst. Hence the reason I wrote the routine, as I stated.&lt;BR /&gt;&lt;BR /&gt;I tried your routine, and when I selected an arc, it just started the pline command as normal, not drawing it tangent to anything.&lt;/BLOCKQUOTE&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Immediately after drawing the Arc, if you're continuing off the &lt;EM&gt;end&lt;/EM&gt; rather than the &lt;EM&gt;start&lt;/EM&gt; of the Arc, you &lt;EM&gt;don't need&lt;/EM&gt; any&amp;nbsp;routine to draw a tangent-continuation Line, as described in Post 9. &amp;nbsp;[TLA even imposes an unnecessary extra step, since it requires &lt;EM&gt;selecting&lt;/EM&gt; the Arc you just drew, which the method in Post 9 does not. &amp;nbsp;But that method won't do what you're after if you want to draw the Line from the &lt;EM&gt;start&lt;/EM&gt; of that Arc. &amp;nbsp;However, it does "know" in which direction&amp;nbsp;you drew it, even though an&amp;nbsp;Arc's entity data stores information always&amp;nbsp;with the "start" at the clockwise end, always proceeding counterclockwise.]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;FONT color="#0000FF"&gt;As I have stated, I'm fully aware of how the line command acts if executed directly following an arc having been drawn. However, TLA exists as a way to continue a tangent line from &lt;U&gt;any&lt;/U&gt; existing arc. I never intended users to draw an arc, then execute TLA. I was just sick of needing a piece of tangent from an arc and having to draw an arc on top of it to then execute the line command so it would draw it tangent.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/69526"&gt;@Kent1Cooper&lt;/a&gt; wrote:&lt;BR /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes, PLC&amp;nbsp;starts a normal Pline command, and&amp;nbsp;even though the rubber band doesn't &lt;EM&gt;lock into&lt;/EM&gt; the tangent direction, if [as described in both Posts 7 &amp;amp; 9&amp;nbsp;-- did you try it?] you &lt;EM&gt;choose the Length option&lt;/EM&gt; and give it a length, it &lt;EM&gt;does&lt;/EM&gt;&amp;nbsp;draw it as a tangent continuation from the end of the Arc [or Polyline or Line, if that's what you selected -- choices that TLA doesn't allow].&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It &lt;EM&gt;could&lt;/EM&gt; be made to lock into that direction with a&amp;nbsp;&amp;lt; entry&amp;nbsp;as in earlier posts here. &amp;nbsp;But PLC is designed to continue a Polyline in &lt;EM&gt;whatever&lt;/EM&gt; way you want to continue it, not only tangentially. &amp;nbsp;Also, a locked-in direction at the start will be&amp;nbsp;lost if&amp;nbsp;the User calls&amp;nbsp;for any other Pline-prompt options [Width, etc.] before picking a next-vertex point [not an issue with a Line, obviously].&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And if you choose the Arc option, PLC&amp;nbsp;&lt;EM&gt;does&lt;/EM&gt;&amp;nbsp;draw it tangent to the end [at least it "drags" that way, though you &lt;EM&gt;can&lt;/EM&gt; overrule that with several of the Pline-prompt&amp;nbsp;options], even though the selected object is &lt;EM&gt;not&lt;/EM&gt; part of the Polyline it's drawing yet -- it's not &lt;EM&gt;truly&lt;/EM&gt; "continuing" -- but will be joined to it when you're done.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PLC won't be all things to all people, and isn't preferable to&amp;nbsp;TLA in all situations, but is just another way of achieving tangent continuations, in more situations than TLA can do.&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;FONT color="#0000FF"&gt;I didn't realize you had to specify "length" first to get a tangent continuation in &lt;STRONG&gt;&lt;EM&gt;your command&lt;/EM&gt;&lt;/STRONG&gt;.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000FF"&gt;I have my startup set cmdecho to 0, so I didn't see any prompts after selecting the initial arc.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000FF"&gt;I'm not saying it has to be locked in, I just didn't see the relevance of PLC since I couldn't see the prompts - see above statement.&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jul 2016 18:51:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/tangent-extension-to-an-arc-lisp/m-p/6422124#M272379</guid>
      <dc:creator>alanjt_</dc:creator>
      <dc:date>2016-07-06T18:51:31Z</dc:date>
    </item>
    <item>
      <title>Re: Tangent Extension to an Arc LISP</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/tangent-extension-to-an-arc-lisp/m-p/6423585#M272380</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/514089"&gt;@alanjt_&lt;/a&gt; wrote:&lt;/BLOCKQUOTE&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;
&lt;P&gt;&lt;FONT color="#0000ff"&gt;I didn't realize you had to specify "length" first to get a tangent continuation in &lt;STRONG&gt;&lt;EM&gt;your command&lt;/EM&gt;&lt;/STRONG&gt;.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff"&gt;I have ... set cmdecho to 0, so I didn't see any prompts after selecting the initial arc.....&lt;/FONT&gt;&lt;/P&gt;
&lt;HR /&gt;It's not part of my command,&amp;nbsp;except as a result of&amp;nbsp;being&amp;nbsp;part of the PLINE command that it uses [when in line-segment mode].&amp;nbsp; PLC does assume command echoing being on to begin with.&amp;nbsp; When I've worked out those kinks, it will turn it off for parts of what it does, and could be made to turn it on [rather than just reset whatever it was set to] for relevant parts, for anyone who may generally have it off.&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Thu, 07 Jul 2016 13:10:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/tangent-extension-to-an-arc-lisp/m-p/6423585#M272380</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2016-07-07T13:10:19Z</dc:date>
    </item>
  </channel>
</rss>

