<?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: view the Absolute angle with getpoints autolisp in Visual LISP, AutoLISP and General Customization Forum</title>
    <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/view-the-absolute-angle-with-getpoints-autolisp/m-p/6608081#M127945</link>
    <description>&lt;P&gt;Experiment with your dynamic input setttings. &amp;nbsp;See this screencast.&lt;/P&gt;
&lt;IFRAME width="640" height="650" src="https://screencast.autodesk.com/Embed/Timeline/b6b320a7-f7f6-45a7-b1db-43c95e856dc6" frameborder="0" allowfullscreen="" webkitallowfullscreen=""&gt;&lt;/IFRAME&gt;</description>
    <pubDate>Fri, 07 Oct 2016 13:13:01 GMT</pubDate>
    <dc:creator>dbroad</dc:creator>
    <dc:date>2016-10-07T13:13:01Z</dc:date>
    <item>
      <title>view the Absolute angle with getpoints autolisp</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/view-the-absolute-angle-with-getpoints-autolisp/m-p/6606631#M127938</link>
      <description>&lt;P&gt;&lt;FONT size="4"&gt;Is there a way to view the Absolute angle when you are picking a second point&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="4"&gt;(setq pt2 (getpoint pt1 "\nSpecify second point" ))&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Oct 2016 20:22:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/view-the-absolute-angle-with-getpoints-autolisp/m-p/6606631#M127938</guid>
      <dc:creator>cadking2k5</dc:creator>
      <dc:date>2016-10-06T20:22:14Z</dc:date>
    </item>
    <item>
      <title>Re: view the Absolute angle with getpoints autolisp</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/view-the-absolute-angle-with-getpoints-autolisp/m-p/6606746#M127939</link>
      <description>I presume you would like to see the angle displayed as you are moving your pointer before you actually pick p2. Check out the use of the (grread) function. There also used to be some variable or function to display a line of text somewhere on the screen, but I have forgotten.</description>
      <pubDate>Thu, 06 Oct 2016 21:10:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/view-the-absolute-angle-with-getpoints-autolisp/m-p/6606746#M127939</guid>
      <dc:creator>john.uhden</dc:creator>
      <dc:date>2016-10-06T21:10:01Z</dc:date>
    </item>
    <item>
      <title>Re: view the Absolute angle with getpoints autolisp</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/view-the-absolute-angle-with-getpoints-autolisp/m-p/6606763#M127940</link>
      <description>&lt;P&gt;Turn dynmode on.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Oct 2016 21:14:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/view-the-absolute-angle-with-getpoints-autolisp/m-p/6606763#M127940</guid>
      <dc:creator>dbroad</dc:creator>
      <dc:date>2016-10-06T21:14:08Z</dc:date>
    </item>
    <item>
      <title>Re: view the Absolute angle with getpoints autolisp</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/view-the-absolute-angle-with-getpoints-autolisp/m-p/6606779#M127941</link>
      <description>&lt;P&gt;If you'd like to see that&amp;nbsp;in the Status bar at the bottom [whether or not also&amp;nbsp;in the middle of things with DYNMODE],&amp;nbsp;in Customization for the Status Bar [the little three-horizontal-bars icon at the far bottom right in newer versions], pick &lt;STRONG&gt;Coordinates&lt;/STRONG&gt; at the top&amp;nbsp;so it's checked, and set the &lt;STRONG&gt;COORDS&lt;/STRONG&gt; System Variable to &lt;STRONG&gt;2&lt;/STRONG&gt;.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Oct 2016 21:25:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/view-the-absolute-angle-with-getpoints-autolisp/m-p/6606779#M127941</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2016-10-06T21:25:34Z</dc:date>
    </item>
    <item>
      <title>Re: view the Absolute angle with getpoints autolisp</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/view-the-absolute-angle-with-getpoints-autolisp/m-p/6606797#M127942</link>
      <description>Bummer. There's no DYNMODE in 2002.</description>
      <pubDate>Thu, 06 Oct 2016 21:35:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/view-the-absolute-angle-with-getpoints-autolisp/m-p/6606797#M127942</guid>
      <dc:creator>john.uhden</dc:creator>
      <dc:date>2016-10-06T21:35:16Z</dc:date>
    </item>
    <item>
      <title>Re: view the Absolute angle with getpoints autolisp</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/view-the-absolute-angle-with-getpoints-autolisp/m-p/6607075#M127943</link>
      <description>&lt;P&gt;I have the dynmode on and the DYNDIVIS&lt;/P&gt;</description>
      <pubDate>Fri, 07 Oct 2016 01:10:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/view-the-absolute-angle-with-getpoints-autolisp/m-p/6607075#M127943</guid>
      <dc:creator>cadking2k5</dc:creator>
      <dc:date>2016-10-07T01:10:35Z</dc:date>
    </item>
    <item>
      <title>Re: view the Absolute angle with getpoints autolisp</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/view-the-absolute-angle-with-getpoints-autolisp/m-p/6608045#M127944</link>
      <description>&lt;P&gt;John,&lt;/P&gt;
&lt;P&gt;They need a retired person subscription rate. &amp;nbsp;Perhaps if you keep contributing to the newsgroup, you will be nominated as a expert elite. &amp;nbsp;That qualifies you to receive some free software. &amp;nbsp;I haven't taken advantage of that yet but with subscription rates skyrocketing this year, I might reconsider next year.&lt;/P&gt;</description>
      <pubDate>Fri, 07 Oct 2016 13:05:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/view-the-absolute-angle-with-getpoints-autolisp/m-p/6608045#M127944</guid>
      <dc:creator>dbroad</dc:creator>
      <dc:date>2016-10-07T13:05:05Z</dc:date>
    </item>
    <item>
      <title>Re: view the Absolute angle with getpoints autolisp</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/view-the-absolute-angle-with-getpoints-autolisp/m-p/6608081#M127945</link>
      <description>&lt;P&gt;Experiment with your dynamic input setttings. &amp;nbsp;See this screencast.&lt;/P&gt;
&lt;IFRAME width="640" height="650" src="https://screencast.autodesk.com/Embed/Timeline/b6b320a7-f7f6-45a7-b1db-43c95e856dc6" frameborder="0" allowfullscreen="" webkitallowfullscreen=""&gt;&lt;/IFRAME&gt;</description>
      <pubDate>Fri, 07 Oct 2016 13:13:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/view-the-absolute-angle-with-getpoints-autolisp/m-p/6608081#M127945</guid>
      <dc:creator>dbroad</dc:creator>
      <dc:date>2016-10-07T13:13:01Z</dc:date>
    </item>
    <item>
      <title>Re: view the Absolute angle with getpoints autolisp</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/view-the-absolute-angle-with-getpoints-autolisp/m-p/6608417#M127946</link>
      <description>&lt;P&gt;if it works for you why didn't you show the Absolute angle in your video I didn't see it&lt;/P&gt;</description>
      <pubDate>Fri, 07 Oct 2016 15:05:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/view-the-absolute-angle-with-getpoints-autolisp/m-p/6608417#M127946</guid>
      <dc:creator>cadking2k5</dc:creator>
      <dc:date>2016-10-07T15:05:00Z</dc:date>
    </item>
    <item>
      <title>Re: view the Absolute angle with getpoints autolisp</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/view-the-absolute-angle-with-getpoints-autolisp/m-p/6608496#M127947</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/1038677"&gt;@cadking2k5&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;if it works for you why didn't you show the Absolute angle in your video I didn't see it&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;I did -- the right-most element in the tool tip at the crosshairs around the middle of the screencast and just before the end.&amp;nbsp; [If COORDS were set to 2, you would also see it in the Status Bar at the bottom, but in the screencast, that's set for just coordinates, rather than distance and angle.]&lt;/P&gt;</description>
      <pubDate>Fri, 07 Oct 2016 15:33:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/view-the-absolute-angle-with-getpoints-autolisp/m-p/6608496#M127947</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2016-10-07T15:33:33Z</dc:date>
    </item>
    <item>
      <title>Re: view the Absolute angle arc with getpoints autolisp</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/view-the-absolute-angle-with-getpoints-autolisp/m-p/6608576#M127948</link>
      <description>&lt;P&gt;I left out a 3 letter word in the title I want to see the Absolute angle arc&lt;/P&gt;</description>
      <pubDate>Fri, 07 Oct 2016 15:57:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/view-the-absolute-angle-with-getpoints-autolisp/m-p/6608576#M127948</guid>
      <dc:creator>cadking2k5</dc:creator>
      <dc:date>2016-10-07T15:57:31Z</dc:date>
    </item>
    <item>
      <title>Re: view the Absolute angle arc with getpoints autolisp</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/view-the-absolute-angle-with-getpoints-autolisp/m-p/6608727#M127949</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/1038677"&gt;@cadking2k5&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;I left out a 3 letter word in the title I want to see the Absolute angle arc&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Well, that does make all the difference.&amp;nbsp; I don't know of a way to do that [but would not&amp;nbsp;claim there &lt;EM&gt;isn't&lt;/EM&gt; one...].&amp;nbsp; I thought of having a routine &lt;EM&gt;draw a Line&lt;/EM&gt;, during which I had hoped the Dynamic-mode elements would appear, then Erase that and take the LASTPOINT System variable value as the result of what you would have gotten from your (getpoint) function, something like this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;(setq pt1 (getpoint "\nFirst point: "))&lt;BR /&gt;(command&lt;/P&gt;
&lt;P&gt;&amp;nbsp; "_.line" "_none" pt1 pause ""&lt;/P&gt;
&lt;P&gt;&amp;nbsp; "_.erase" "_last" ""&lt;/P&gt;
&lt;P&gt;)&lt;BR /&gt;(setq pt2 (getvar 'lastpoint))&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;but it seems Dynamic Mode doesn't operate&amp;nbsp;within (command) functions.&lt;/P&gt;</description>
      <pubDate>Fri, 07 Oct 2016 16:54:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/view-the-absolute-angle-with-getpoints-autolisp/m-p/6608727#M127949</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2016-10-07T16:54:17Z</dc:date>
    </item>
  </channel>
</rss>

