<?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 Adding Arc Function to Current Lisp in Visual LISP, AutoLISP and General Customization Forum</title>
    <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/adding-arc-function-to-current-lisp/m-p/10763656#M52238</link>
    <description>&lt;P&gt;I have a lisp that reads TXT files and draws lines, points and places text based on the information found in the TXT file.&amp;nbsp;&amp;nbsp;It works great, HUGE thank you to &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/69526"&gt;@Kent1Cooper&lt;/a&gt;&amp;nbsp;!&amp;nbsp; I would like to add the drawing of the ARCs that are also found in the TXT files.&amp;nbsp; The LISP has the ARC command started on lines 86-88, just needs a little bit added to work.&amp;nbsp; I have attached the lisp as well as a sample TXT file.&amp;nbsp; Can anyone take a look and help out? I have tried, but am not able to get it to work.&lt;/P&gt;</description>
    <pubDate>Wed, 17 Nov 2021 15:08:55 GMT</pubDate>
    <dc:creator>Travis.Biddle</dc:creator>
    <dc:date>2021-11-17T15:08:55Z</dc:date>
    <item>
      <title>Adding Arc Function to Current Lisp</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/adding-arc-function-to-current-lisp/m-p/10763656#M52238</link>
      <description>&lt;P&gt;I have a lisp that reads TXT files and draws lines, points and places text based on the information found in the TXT file.&amp;nbsp;&amp;nbsp;It works great, HUGE thank you to &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/69526"&gt;@Kent1Cooper&lt;/a&gt;&amp;nbsp;!&amp;nbsp; I would like to add the drawing of the ARCs that are also found in the TXT files.&amp;nbsp; The LISP has the ARC command started on lines 86-88, just needs a little bit added to work.&amp;nbsp; I have attached the lisp as well as a sample TXT file.&amp;nbsp; Can anyone take a look and help out? I have tried, but am not able to get it to work.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Nov 2021 15:08:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/adding-arc-function-to-current-lisp/m-p/10763656#M52238</guid>
      <dc:creator>Travis.Biddle</dc:creator>
      <dc:date>2021-11-17T15:08:55Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Arc Function to Current Lisp</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/adding-arc-function-to-current-lisp/m-p/10763841#M52239</link>
      <description>&lt;P&gt;I guess &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/69526"&gt;@Kent1Cooper&lt;/a&gt; will gladly make changes to the lisp code and add what you have requested.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Nov 2021 16:06:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/adding-arc-function-to-current-lisp/m-p/10763841#M52239</guid>
      <dc:creator>hak_vz</dc:creator>
      <dc:date>2021-11-17T16:06:28Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Arc Function to Current Lisp</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/adding-arc-function-to-current-lisp/m-p/10764286#M52240</link>
      <description>&lt;P&gt;In the data line for an ARC, you have this kind of thing:&lt;/P&gt;
&lt;P&gt;ARC, XS=1002.54, YS=921.77, ZS=50.8, XE=1002.54, YE=1036.07, ZE=50.8, XC=1002.54, YC=978.92, ZC=-50.8, R=57.15, V=A&lt;/P&gt;
&lt;P&gt;I assume those are coordinates of the Arc's&amp;nbsp;&lt;FONT face="arial,helvetica,sans-serif" color="#000000"&gt;&lt;STRONG&gt;S&lt;/STRONG&gt;&lt;/FONT&gt;tart, &lt;FONT face="arial,helvetica,sans-serif" color="#000000"&gt;&lt;STRONG&gt;E&lt;/STRONG&gt;&lt;/FONT&gt;nd and &lt;FONT face="arial,helvetica,sans-serif" color="#000000"&gt;&lt;STRONG&gt;C&lt;/STRONG&gt;&lt;/FONT&gt;enter locations.&amp;nbsp; But what's the &lt;FONT face="arial,helvetica,sans-serif" color="#000000"&gt;&lt;STRONG&gt;V=A&lt;/STRONG&gt;&lt;/FONT&gt; at the end?&lt;/P&gt;</description>
      <pubDate>Wed, 17 Nov 2021 18:34:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/adding-arc-function-to-current-lisp/m-p/10764286#M52240</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2021-11-17T18:34:49Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Arc Function to Current Lisp</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/adding-arc-function-to-current-lisp/m-p/10764300#M52241</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/69526"&gt;@Kent1Cooper&lt;/a&gt;&amp;nbsp;Yes, you are correct.. and the V=A can be ignored.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;XS, YS, ZS (start x,y,z any Z-Value can just be ignored or set to 0) then XE, YE, ZE (end x,y,z), then XC, YC, ZC (center x,y,z,), R is Radius, and then V=A which can be ignored.&lt;BR /&gt;&lt;BR /&gt;ARC, XS=1002.54, YS=921.77, ZS=50.8, XE=1002.54, YE=1036.07, ZE=50.8, XC=1002.54, YC=978.92, ZC=-50.8, R=57.15, V=A&lt;/P&gt;</description>
      <pubDate>Wed, 17 Nov 2021 18:42:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/adding-arc-function-to-current-lisp/m-p/10764300#M52241</guid>
      <dc:creator>Travis.Biddle</dc:creator>
      <dc:date>2021-11-17T18:42:23Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Arc Function to Current Lisp</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/adding-arc-function-to-current-lisp/m-p/10764792#M52242</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/10511589"&gt;@Travis.Biddle&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Just curious...&lt;/P&gt;
&lt;P&gt;With coordinates to only 2 places, the distances from center to start and end are liekly not to agree with the radius or even each other.&amp;nbsp; What is Kent to do, use an average?&lt;/P&gt;
&lt;P&gt;One way that would work out mathematically is to find the center by triangulating from the ends using the radius, thereby holding the ends and the radius but shifting the center a tiny amount.&lt;/P&gt;
&lt;P&gt;Now he could iterate the value of the radius to get the center as close as possible to its published coordinates, but if this exercise isn't for a Haldron Collider, then I guess you can skip the iterations.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Nov 2021 22:46:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/adding-arc-function-to-current-lisp/m-p/10764792#M52242</guid>
      <dc:creator>john.uhden</dc:creator>
      <dc:date>2021-11-17T22:46:01Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Arc Function to Current Lisp</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/adding-arc-function-to-current-lisp/m-p/10765117#M52243</link>
      <description>&lt;P&gt;And another question:&amp;nbsp; By "start" and "end" in the letter headings for coordinate values, does it &lt;EM&gt;always and only&lt;/EM&gt; mean those terms in AutoCAD's method of storing Arc information, that is, with the Arc progressing counterclockwise from the start to the end?&amp;nbsp; If not, is there some reliable way to decide which of the two possible Arcs to draw between them?&amp;nbsp; Always the one that's less than 180° sweep?&amp;nbsp; What if the sweep is exactly 180°?&lt;/P&gt;</description>
      <pubDate>Thu, 18 Nov 2021 02:49:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/adding-arc-function-to-current-lisp/m-p/10765117#M52243</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2021-11-18T02:49:46Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Arc Function to Current Lisp</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/adding-arc-function-to-current-lisp/m-p/10766063#M52244</link>
      <description>&lt;P&gt;&lt;SPAN&gt;And another question:&amp;nbsp; By "start" and "end" in the letter headings for coordinate values, does it&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;always and only&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;mean those terms in AutoCAD's method of storing Arc information, that is, with the Arc progressing counterclockwise from the start to the end? YES.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think using Start, End, Center input will work perfect and can ignore the radius.&amp;nbsp; Do you see any problem with that?&amp;nbsp; If the distance from center to start does not equal the radius, that is not a problem for me.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Nov 2021 13:18:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/adding-arc-function-to-current-lisp/m-p/10766063#M52244</guid>
      <dc:creator>Travis.Biddle</dc:creator>
      <dc:date>2021-11-18T13:18:53Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Arc Function to Current Lisp</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/adding-arc-function-to-current-lisp/m-p/10766253#M52245</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/10511589"&gt;@Travis.Biddle&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Good... CCW.&lt;/P&gt;
&lt;P&gt;Yes there is still a problem with coordinates to 2 places.&lt;/P&gt;
&lt;P&gt;The distance from center to start will most likely not equal the distance from center to end, nor equal the radius.&lt;/P&gt;
&lt;P&gt;So, you have several options...&lt;/P&gt;
&lt;P&gt;1.&amp;nbsp; Hold the center and start; take the radius from them; and locate the end via (polar center (angle center end) radius)&lt;/P&gt;
&lt;P&gt;2.&amp;nbsp; Hold the center and end; take the radius from them; and locate the start via (polar center (angle center start) radius)&lt;/P&gt;
&lt;P&gt;3.&amp;nbsp; Triangulate from the start and end, holding the radius, to locate the center.&lt;/P&gt;
&lt;P&gt;4.&amp;nbsp; Average the two distances from center to start and center to end to use as the radius and triangulate to locate the center as in #3.&lt;/P&gt;
&lt;P&gt;5.&amp;nbsp; Average the radius and the two distances from center to start and center to end to use as the radius and triangulate to locate the center as in #3.&lt;/P&gt;
&lt;P&gt;6.&amp;nbsp; Compute the delta between the start and end radials.&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Hold the chord distance between the start and end.&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Rearrange the formula C=2Rsin(delta/2) to determine&amp;nbsp;R=C/2sin(delta/2)&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Triangulate using R to locate the center. (of course that will change the delta slightly)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Triangulation can be performed using an arc-arc intersect (see functions below).&amp;nbsp; Since there are two solutions, you take the one nearest to the given center.&lt;/P&gt;
&lt;LI-CODE lang="general"&gt;  ;;------------------------------------------------------
  ;; Function to return the arccos of an angle in radians:
  ;;
  (defun @acos (cosine / sine)
     (cond
        ((zerop cosine)(* pi 0.5))
        ((&amp;lt;= cosine -1.0) pi)
        ((&amp;gt;= cosine 1.0) 0.0)
        (1 (atan (/ (sqrt (- 1.0 (expt cosine 2))) cosine)))
     )
  )
  ;;------------------------------------------------------
  ;; Function to return the arcsin of an angle in radians:
  ;;
  (defun @asin (sine / cosine)
     (setq cosine (sqrt (- 1.0 (expt sine 2))))
     (if (zerop cosine)(setq cosine 0.000000000000000000000000000001))
     (atan (/ sine cosine))
  )
  ;;----------------------------------------------------
  ;; Function to find a point common to 2 arcs,
  ;; given both centers and radii, and a nearest point:
  (defun @aai (rp1 r1 rp2 r2 near / base x ang a p1 p2)
     (setq base (distance rp1 rp2))
     (cond
        ((and (equal r1 0.0 fuzz)(equal r2 base fuzz)) rp1)
        ((and (equal r2 0.0 fuzz)(equal r1 base fuzz)) rp2)
        ((&amp;gt; (+ r1 r2) base)
           (setq x (/ (- (+ (* base base)(* r1 r1)) (* r2 r2)) base 2.0))
           (if (minusp x)
              (setq ang (angle rp2 rp1) x (- x))
              (setq ang (angle rp1 rp2))
           )
           (setq a (@acos (/ x r1))
                p1 (polar rp1 (+ ang a) r1)
                p2 (polar rp1 (- ang a) r1)
                p1 (if (&amp;lt; (distance p1 near)(distance p2 near)) p1 p2)
           )
           p1
        )
        (1 (prompt "\nInvalid. Radii too small."))
     )
  )
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Nov 2021 14:23:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/adding-arc-function-to-current-lisp/m-p/10766253#M52245</guid>
      <dc:creator>john.uhden</dc:creator>
      <dc:date>2021-11-18T14:23:27Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Arc Function to Current Lisp</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/adding-arc-function-to-current-lisp/m-p/10766376#M52246</link>
      <description>&lt;P&gt;Option #1 will work perfectly.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Nov 2021 15:13:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/adding-arc-function-to-current-lisp/m-p/10766376#M52246</guid>
      <dc:creator>Travis.Biddle</dc:creator>
      <dc:date>2021-11-18T15:13:07Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Arc Function to Current Lisp</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/adding-arc-function-to-current-lisp/m-p/10766574#M52247</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/3930636"&gt;@john.uhden&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;&lt;SPAN style="font-family: inherit;"&gt;.... you have several options...&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;1.&amp;nbsp; Hold the center and start; take the radius from them; and locate the end via (polar center (angle center end) radius)&lt;/P&gt;
&lt;P&gt;....&lt;/P&gt;
&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/10511589"&gt;@Travis.Biddle&lt;/a&gt;&amp;nbsp;wrote:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Option #1 will work perfectly.&lt;/SPAN&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;A variant on that makes it quite easy if an Arc &lt;EM&gt;command&lt;/EM&gt; is used [one of the types of benefits of the&lt;STRONG&gt;&lt;FONT face="courier new,courier" color="#000000"&gt; (command) &lt;/FONT&gt;&lt;/STRONG&gt;function over something like&lt;STRONG&gt;&lt;FONT face="courier new,courier" color="#000000"&gt; (entmake)&lt;/FONT&gt;&lt;/STRONG&gt;].&amp;nbsp; The Arc command in &lt;STRONG&gt;start-center-end&lt;/STRONG&gt; combination uses just the &lt;EM&gt;direction&lt;/EM&gt; from the center to the specified endpoint to determine the sweep of the Arc -- it doesn't use the specified point itself.&amp;nbsp; For example, this draws a nice 90° Arc at 1-unit radius even though the specified endpoint is way the heck away from it all:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier" color="#000000"&gt;(command "_.arc" "1,0,0" "_c" "0,0" "0,173")&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So there's no need even to &lt;EM&gt;calculate the radius&lt;/EM&gt; from the start and center, much less use it in a (polar) function to calculate the endpoint.&amp;nbsp; The three known points can simply be used directly.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But I do find that it won't accept an XY&lt;STRONG&gt;Z&lt;/STRONG&gt; point for the center or end [direction], but only XY, so it will work right only when the Z numbers are the same, as they are in the posted data examples.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Nov 2021 16:25:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/adding-arc-function-to-current-lisp/m-p/10766574#M52247</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2021-11-18T16:25:17Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Arc Function to Current Lisp</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/adding-arc-function-to-current-lisp/m-p/10766589#M52248</link>
      <description>&lt;P&gt;The Z value can be ignored, everything being on Z0 is ideal for me anyways.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Nov 2021 16:28:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/adding-arc-function-to-current-lisp/m-p/10766589#M52248</guid>
      <dc:creator>Travis.Biddle</dc:creator>
      <dc:date>2021-11-18T16:28:47Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Arc Function to Current Lisp</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/adding-arc-function-to-current-lisp/m-p/10766651#M52249</link>
      <description>&lt;P&gt;I hope the attached will do it, if I recall enough of what the earlier one was about &lt;EM&gt;[untested]&lt;/EM&gt;.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Nov 2021 16:53:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/adding-arc-function-to-current-lisp/m-p/10766651#M52249</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2021-11-18T16:53:43Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Arc Function to Current Lisp</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/adding-arc-function-to-current-lisp/m-p/10766752#M52250</link>
      <description>&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/69526"&gt;@Kent1Cooper&lt;/a&gt;&lt;BR /&gt;You ARE the master of the command function.&lt;BR /&gt;Nice!</description>
      <pubDate>Thu, 18 Nov 2021 17:45:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/adding-arc-function-to-current-lisp/m-p/10766752#M52250</guid>
      <dc:creator>john.uhden</dc:creator>
      <dc:date>2021-11-18T17:45:39Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Arc Function to Current Lisp</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/adding-arc-function-to-current-lisp/m-p/10766761#M52251</link>
      <description>&lt;P&gt;It loads and runs through with no errors, but does not draw any of the arcs.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Nov 2021 17:48:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/adding-arc-function-to-current-lisp/m-p/10766761#M52251</guid>
      <dc:creator>Travis.Biddle</dc:creator>
      <dc:date>2021-11-18T17:48:15Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Arc Function to Current Lisp</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/adding-arc-function-to-current-lisp/m-p/10766807#M52252</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/10511589"&gt;@Travis.Biddle&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;It loads and runs through with no errors, but does not draw any of the arcs.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Since it doesn't suppress command echoing, does the command line report any attempt to draw them?&amp;nbsp; Are there any messages?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is the current Layer turned on?&amp;nbsp; Does it draw all the other kinds of things?&amp;nbsp; Might it be drawing the Arcs somewhere other than where you expect to see them?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And since the &lt;FONT face="arial,helvetica,sans-serif" color="#000000"&gt;ctrX&lt;/FONT&gt; and &lt;FONT face="arial,helvetica,sans-serif" color="#000000"&gt;ctrY&lt;/FONT&gt; variables are not yet localized [as they should be ultimately], what do they contain afterwards?&lt;/P&gt;</description>
      <pubDate>Thu, 18 Nov 2021 18:10:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/adding-arc-function-to-current-lisp/m-p/10766807#M52252</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2021-11-18T18:10:19Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Arc Function to Current Lisp</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/adding-arc-function-to-current-lisp/m-p/10766832#M52253</link>
      <description>&lt;P&gt;Nothing in the command line&lt;/P&gt;&lt;P&gt;no errors&lt;/P&gt;&lt;P&gt;current layer is on&lt;/P&gt;&lt;P&gt;draws all lines and points and places text correctly&lt;/P&gt;&lt;P&gt;ther are no arcs in the drawing at all&lt;/P&gt;</description>
      <pubDate>Thu, 18 Nov 2021 18:19:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/adding-arc-function-to-current-lisp/m-p/10766832#M52253</guid>
      <dc:creator>Travis.Biddle</dc:creator>
      <dc:date>2021-11-18T18:19:19Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Arc Function to Current Lisp</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/adding-arc-function-to-current-lisp/m-p/10766849#M52254</link>
      <description>&lt;P&gt;What about those variables?&amp;nbsp; Type&amp;nbsp;&amp;nbsp;&lt;FONT face="arial,helvetica,sans-serif" color="#000000"&gt;!ctrX&lt;/FONT&gt;&amp;nbsp; and&amp;nbsp;&amp;nbsp;&lt;FONT face="arial,helvetica,sans-serif" color="#000000"&gt;!ctrY&lt;/FONT&gt;&amp;nbsp; to see whether they contain anything.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Nov 2021 18:24:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/adding-arc-function-to-current-lisp/m-p/10766849#M52254</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2021-11-18T18:24:25Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Arc Function to Current Lisp</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/adding-arc-function-to-current-lisp/m-p/10766867#M52255</link>
      <description>&lt;P&gt;Sorry, both values are NIL after running&lt;/P&gt;</description>
      <pubDate>Thu, 18 Nov 2021 18:34:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/adding-arc-function-to-current-lisp/m-p/10766867#M52255</guid>
      <dc:creator>Travis.Biddle</dc:creator>
      <dc:date>2021-11-18T18:34:54Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Arc Function to Current Lisp</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/adding-arc-function-to-current-lisp/m-p/10766888#M52256</link>
      <description>&lt;P&gt;&lt;FONT color="#FF0000"&gt;Tabs&lt;/FONT&gt; vs. spaces probably.&amp;nbsp; I must have copied the wrong other-object-type example.&amp;nbsp; Try replacing this line:&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#000000"&gt;((wcmatch (vl-string-trim " " txt) "ARC*")&lt;/FONT&gt;&lt;BR /&gt;&lt;SPAN style="font-family: inherit;"&gt;with this:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier" color="#000000"&gt;((wcmatch (vl-string-trim "&lt;FONT color="#FF0000"&gt;\t&lt;/FONT&gt; " txt) "ARC*")&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Nov 2021 18:46:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/adding-arc-function-to-current-lisp/m-p/10766888#M52256</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2021-11-18T18:46:16Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Arc Function to Current Lisp</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/adding-arc-function-to-current-lisp/m-p/10766920#M52257</link>
      <description>&lt;P class="lia-align-left"&gt;Yep, that was it.&amp;nbsp; Works perfect, thank you so much!!&lt;/P&gt;</description>
      <pubDate>Thu, 18 Nov 2021 18:58:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/adding-arc-function-to-current-lisp/m-p/10766920#M52257</guid>
      <dc:creator>Travis.Biddle</dc:creator>
      <dc:date>2021-11-18T18:58:45Z</dc:date>
    </item>
  </channel>
</rss>

