<?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: What happens to a very basic AutoCAD user input feature we all take it granted? in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/what-happens-to-a-very-basic-autocad-user-input-feature-we-all/m-p/11165073#M12917</link>
    <description>&lt;P&gt;The point is, if DYNPICOORDS controls whether relative point coordinate is allowed, then "@" should only be required when the variable is set to 1 (as Acad2023) does. But for my Acad2020 to 2022, I have to use "@" always. Now, after toggled the variable a few times, Acad2021 and Acad2022 in one of my computer works normally (as in Acad2023), but still not with other computers. It looks like the system variable is not correctly stored/retrieved from the registry (with current user profile, I guess). Again the video clips I posted proves it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 12 May 2022 16:29:34 GMT</pubDate>
    <dc:creator>norman.yuan</dc:creator>
    <dc:date>2022-05-12T16:29:34Z</dc:date>
    <item>
      <title>What happens to a very basic AutoCAD user input feature we all take it granted?</title>
      <link>https://forums.autodesk.com/t5/net-forum/what-happens-to-a-very-basic-autocad-user-input-feature-we-all/m-p/11164759#M12908</link>
      <description>&lt;P&gt;I was shocked when I encountered an issue recently.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;All AutoCAD users know a very basic AutoCAD input feature: when you draw a line with command "LINE", after you pick or enter the start point at command line, you can either pick next point as end point, or you can enter a point at command line, either entering x,y (or x,y,z), OR entering a relative point with [length]&amp;lt;[Angle], such as 100&amp;lt;0, 100&amp;lt;45...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As programmer, I do not do CAD work, so have not been entering point at command line like that for very long time (always picking when testing my CAD apps), until a few days ago in a development project where I was asked to specifically pay attention for the points entered by user at command line. Then the unbelievable issue shocked me: the relative point input method (e.g. [Length]&amp;lt;[Angle]) no longer work with the AutoCAD in my computer.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;At beginning, I thought something was wrong with my computer/AutoCAD. But I have 3 computers with AutoCAD2020 to 2023 (4 versions) installed. So, I tried in different computers: the thing we all take granted only works with AutoCAD 2023 (which I just installed a few days ago), and it DOES NOT WORK with all other versions (2020 to 2022) in all my computers.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As someone who has been working with AutoCAD over 30 years, one can imagine how shocked I am: either the feature is gone/broken in AutoCAD, or I am totally out-of-date about AutoCAD and is doing something wrong.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So, I'd like hear from people here who read this to do a simple test with your AutoCAD:&lt;/P&gt;
&lt;P&gt;1. start command "LINE";&lt;/P&gt;
&lt;P&gt;2. select start point;&lt;/P&gt;
&lt;P&gt;3. enter next point at COMMANDLINE as relative point, say, 100&amp;lt;0, or 100&amp;lt;90...&lt;/P&gt;
&lt;P&gt;See whether AutoCAD draws the line as expected.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have already verified this with a couple of people I know and were confirmed what I saw (e.g. only Acad2023 works as expected). I do not have Acad older than 2020 available.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As .NET API programmer, I post this here is because this issue affect the method Editor.GetPoint()! When using this method, if you want to allow user to enter point at command line as relative point, you must use PromptPointOption and make its property "UserBasePont" to true and supply a Point3D to its "BasePoint" property. Again, as my discovery, this would not work as expected with Acad prior to Acad 2023.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am still in disbelieve in spite of what I saw! Really hope someone posts back to prove I am wrong.&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2022 14:48:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/what-happens-to-a-very-basic-autocad-user-input-feature-we-all/m-p/11164759#M12908</guid>
      <dc:creator>norman.yuan</dc:creator>
      <dc:date>2022-05-12T14:48:00Z</dc:date>
    </item>
    <item>
      <title>Re: What happens to a very basic AutoCAD user input feature we all take it granted?</title>
      <link>https://forums.autodesk.com/t5/net-forum/what-happens-to-a-very-basic-autocad-user-input-feature-we-all/m-p/11164784#M12909</link>
      <description>&lt;P&gt;Works as expected using Civil 3D 2019. Why in the world would they remove this feature?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2022 14:55:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/what-happens-to-a-very-basic-autocad-user-input-feature-we-all/m-p/11164784#M12909</guid>
      <dc:creator>hippe013</dc:creator>
      <dc:date>2022-05-12T14:55:12Z</dc:date>
    </item>
    <item>
      <title>Re: What happens to a very basic AutoCAD user input feature we all take it granted?</title>
      <link>https://forums.autodesk.com/t5/net-forum/what-happens-to-a-very-basic-autocad-user-input-feature-we-all/m-p/11164809#M12910</link>
      <description>&lt;P&gt;I don't remember when it was, but they switched the default coordinate entry mode from relative to absolute. So now you have to enter @ before your polar coordinate example. It sounds like 2023 switched the default back to relative?&lt;/P&gt;
&lt;P&gt;Edit: I can't find when they changed the default, but you can control it with &lt;A href="https://help.autodesk.com/view/ACD/2018/ENU/?caas=caas/sfdcarticles/sfdcarticles/Using-absolute-coordinates-in-Dynamic-Input-mode.html" target="_blank" rel="noopener"&gt;DYNIPCOORDS&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2022 15:13:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/what-happens-to-a-very-basic-autocad-user-input-feature-we-all/m-p/11164809#M12910</guid>
      <dc:creator>Ed__Jobe</dc:creator>
      <dc:date>2022-05-12T15:13:06Z</dc:date>
    </item>
    <item>
      <title>Re: What happens to a very basic AutoCAD user input feature we all take it granted?</title>
      <link>https://forums.autodesk.com/t5/net-forum/what-happens-to-a-very-basic-autocad-user-input-feature-we-all/m-p/11164853#M12911</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/14801"&gt;@Ed__Jobe&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;No, I just tried with&amp;nbsp;@ instead of &amp;lt; (i.e. entering point like &lt;A href="mailto:100@0," target="_blank" rel="noopener"&gt;100@0,&lt;/A&gt;&amp;nbsp;or &lt;A href="mailto:100@90" target="_blank" rel="noopener"&gt;100@90&lt;/A&gt;). No, they do not work with all versions (2020 to 2023), at least with my 3 computers.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;OK, DYNPICOORDS system variable may be relatively new (do not know when it was introduced), but it defaults to 0 (relative). But here with my AutoCAD 2020 to 2022, no matter what its value is (0, or 1), the relative point entering still does not work. But with Acad2023, this system variable indeed work as expected: that is, with default value 0, entering 100&amp;lt;0, 100&amp;lt;45... works, and with value 1, they do not work. But no, using "@" does not work with all versions of AutoCAD.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2022 15:25:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/what-happens-to-a-very-basic-autocad-user-input-feature-we-all/m-p/11164853#M12911</guid>
      <dc:creator>norman.yuan</dc:creator>
      <dc:date>2022-05-12T15:25:16Z</dc:date>
    </item>
    <item>
      <title>Re: What happens to a very basic AutoCAD user input feature we all take it granted?</title>
      <link>https://forums.autodesk.com/t5/net-forum/what-happens-to-a-very-basic-autocad-user-input-feature-we-all/m-p/11164860#M12912</link>
      <description>&lt;P&gt;Not like that, you still use &amp;lt; for the angle. Try "@20&amp;lt;45". Regardless of the default input method, you can always explicitly use @ for relative and # for absolute.&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2022 15:22:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/what-happens-to-a-very-basic-autocad-user-input-feature-we-all/m-p/11164860#M12912</guid>
      <dc:creator>Ed__Jobe</dc:creator>
      <dc:date>2022-05-12T15:22:06Z</dc:date>
    </item>
    <item>
      <title>Re: What happens to a very basic AutoCAD user input feature we all take it granted?</title>
      <link>https://forums.autodesk.com/t5/net-forum/what-happens-to-a-very-basic-autocad-user-input-feature-we-all/m-p/11164924#M12913</link>
      <description>&lt;P&gt;OK, prefixing "@" works, regardless the system variable DYNPICOORDS. I have no idea since when&amp;nbsp;@ was required (again, as programmer, not drafter, I obviously was not aware of this, but only know the old tricks for the old days). However, with Acad2023, there is no need for the "@" preFix, just like in the old days. So, why the need of "@" prefix (and since when)?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Slightly correction: for Acad2023, if DYNPICOORDS is 1, then "@" prefix is required, when it is 0 (default), "@" is not required.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2022 15:44:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/what-happens-to-a-very-basic-autocad-user-input-feature-we-all/m-p/11164924#M12913</guid>
      <dc:creator>norman.yuan</dc:creator>
      <dc:date>2022-05-12T15:44:56Z</dc:date>
    </item>
    <item>
      <title>Re: What happens to a very basic AutoCAD user input feature we all take it granted?</title>
      <link>https://forums.autodesk.com/t5/net-forum/what-happens-to-a-very-basic-autocad-user-input-feature-we-all/m-p/11164937#M12914</link>
      <description>&lt;P&gt;I can't remember when they changed it. We were at 2016, then upgraded to 2018, and that's when I first remember the change. But I can't find any documentation on when that happened. But DYNIPCOORDS controls what what the default is so you don't have to explicitly enter @ or #. You only need to enter one when you want to use the input method that is not the default.&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2022 15:41:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/what-happens-to-a-very-basic-autocad-user-input-feature-we-all/m-p/11164937#M12914</guid>
      <dc:creator>Ed__Jobe</dc:creator>
      <dc:date>2022-05-12T15:41:28Z</dc:date>
    </item>
    <item>
      <title>Re: What happens to a very basic AutoCAD user input feature we all take it granted?</title>
      <link>https://forums.autodesk.com/t5/net-forum/what-happens-to-a-very-basic-autocad-user-input-feature-we-all/m-p/11165048#M12915</link>
      <description>&lt;P&gt;Update:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;After&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/14801"&gt;@Ed__Jobe&lt;/a&gt;'s prompt of the system variable "DYNPICOORDS", I change it back and forth, and then suddenly, it works now. That is, with this variable being 0, I can enter point line 100&amp;lt;45 (without having to prefix with "@"). in one of my computer, it is now working with Acad2021, 2022, BUT not with Acad2020 in the same computer.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The unacceptable thing here is that AutoCAD take input 100&amp;lt;45 as if it is 100,45, instead of prompt user "wrong entering": how can it treat "&amp;lt;" as ","?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have recorded video clips showing below for Acad2020 and Acad2022 (to prove what I saw):&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV id="3f6c60e4-1527-4aa7-a375-c9c0ed011afb" class="myscreencast-iframe iframe-container active-myscreencast"&gt;&lt;IFRAME src="https://screencast.autodesk.com/Embed/Timeline/3f6c60e4-1527-4aa7-a375-c9c0ed011afb" width="640" height="650" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/3f6c60e4-1527-4aa7-a375-c9c0ed011afb"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV class="myscreencast-iframe iframe-container active-myscreencast"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="myscreencast-iframe iframe-container active-myscreencast"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV id="5eabb134-120d-4143-b408-0cd46b774efc" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="620" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/5eabb134-120d-4143-b408-0cd46b774efc"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="51b83798-b97c-42d1-87be-d0c533dbfd68" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="650" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/51b83798-b97c-42d1-87be-d0c533dbfd68"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="8dfa5373-fdb4-46e1-9fde-2e6d2599aea4" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="680" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/8dfa5373-fdb4-46e1-9fde-2e6d2599aea4"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="b9344b47-5089-4853-9fc7-956f19cb1b45" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="710" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/b9344b47-5089-4853-9fc7-956f19cb1b45"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="a2417075-f444-4d8b-b3d5-2f4f3781e9a9" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="710" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/a2417075-f444-4d8b-b3d5-2f4f3781e9a9"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="139bb535-5697-4b81-bb68-c4ec57e4f8fd" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="650" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/139bb535-5697-4b81-bb68-c4ec57e4f8fd"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="ff4a3c7c-f424-49ed-b117-cb337299af8c" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="650" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/ff4a3c7c-f424-49ed-b117-cb337299af8c"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="1d6b411d-2561-4030-8d3a-dc4d3f9985f3" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="620" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/1d6b411d-2561-4030-8d3a-dc4d3f9985f3"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="707b6b2c-3848-476c-8937-625e90536d81" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="650" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/707b6b2c-3848-476c-8937-625e90536d81"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="3dbcf42e-6375-435d-b1a1-7b99b8a6c657" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="710" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/3dbcf42e-6375-435d-b1a1-7b99b8a6c657"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="19782a02-f60e-4942-9e60-f72fcca2b7e4" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="650" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/19782a02-f60e-4942-9e60-f72fcca2b7e4"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="304a6fcb-420d-40e4-bdc9-9e95475b5a98" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="680" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/304a6fcb-420d-40e4-bdc9-9e95475b5a98"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="c21a4cae-514d-4aa0-a84b-d4ee21414359" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="650" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/c21a4cae-514d-4aa0-a84b-d4ee21414359"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="c82f9b20-ebb5-4cc8-a231-c7cc630573f5" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="680" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/c82f9b20-ebb5-4cc8-a231-c7cc630573f5"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="56b3d1f5-4352-45ce-bcad-633aaafe5700" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="650" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/56b3d1f5-4352-45ce-bcad-633aaafe5700"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="27542ff4-d357-4d75-9275-a9ce77af9ec7" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="650" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/27542ff4-d357-4d75-9275-a9ce77af9ec7"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="53476c94-2cb6-4e15-88a8-bc402033c2a2" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="620" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/53476c94-2cb6-4e15-88a8-bc402033c2a2"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="32b28b51-944b-4a67-8d23-aa402aabf154" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="620" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/32b28b51-944b-4a67-8d23-aa402aabf154"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="31a3b77b-2605-4964-a93e-550fdaebc3ee" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="620" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/31a3b77b-2605-4964-a93e-550fdaebc3ee"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="31769b36-4d11-41ab-b2e8-3cc2d055e7ec" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="710" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/31769b36-4d11-41ab-b2e8-3cc2d055e7ec"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="551f7cd3-3b19-43e9-9ecc-1919eec085ca" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="680" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/551f7cd3-3b19-43e9-9ecc-1919eec085ca"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="593b985f-3b05-4f75-bca7-e989f95b0513" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="620" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/593b985f-3b05-4f75-bca7-e989f95b0513"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="058a151f-12fd-4374-b8ef-c22cda6d0ba5" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="650" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/058a151f-12fd-4374-b8ef-c22cda6d0ba5"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="dc56311b-e6b0-415e-9e09-907434f5c813" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="620" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/dc56311b-e6b0-415e-9e09-907434f5c813"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="0f53a9ae-05f8-4a30-a518-60ca2f2a2bb4" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="650" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/0f53a9ae-05f8-4a30-a518-60ca2f2a2bb4"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="12de9a5f-bee4-4913-9e4a-cb26526cbc06" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="680" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/12de9a5f-bee4-4913-9e4a-cb26526cbc06"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="25f90c13-dead-41a9-bdd0-5c9aa241d4ea" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="620" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/25f90c13-dead-41a9-bdd0-5c9aa241d4ea"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="8139cb90-adc5-4813-9154-dfb1a668c76e" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="650" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/8139cb90-adc5-4813-9154-dfb1a668c76e"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="138aa0e0-b1f2-4e91-8392-2a7ee44ff769" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="650" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/138aa0e0-b1f2-4e91-8392-2a7ee44ff769"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="aa3027c7-0fa2-48f6-8f07-4eab76f36d24" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="680" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/aa3027c7-0fa2-48f6-8f07-4eab76f36d24"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="6fb7ce24-fa07-4567-a13a-013ff6a07844" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="710" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/6fb7ce24-fa07-4567-a13a-013ff6a07844"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="b1c2b204-d4c3-4a45-a3d3-35bdfbb8d905" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="620" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/b1c2b204-d4c3-4a45-a3d3-35bdfbb8d905"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="95274e66-6ff1-4310-aa0e-3064d6ae8dfe" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="650" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/95274e66-6ff1-4310-aa0e-3064d6ae8dfe"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="7bcefadd-6bd1-4c07-94a2-71c03e71d8db" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="680" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/7bcefadd-6bd1-4c07-94a2-71c03e71d8db"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="8c995628-93d1-42a8-919f-2f56790ad59e" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="620" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/8c995628-93d1-42a8-919f-2f56790ad59e"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="fdfe7fe3-264a-4e0a-ac5e-e0a143c34b32" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="710" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/fdfe7fe3-264a-4e0a-ac5e-e0a143c34b32"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="2c0c2d96-f9d8-40e4-bce7-193ac05192a3" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="650" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/2c0c2d96-f9d8-40e4-bce7-193ac05192a3"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="835605ed-b87e-4e00-9072-718e95221454" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="650" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/835605ed-b87e-4e00-9072-718e95221454"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="f7e38816-5609-4a6b-b9a7-07ae8e5db6ff" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="650" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/f7e38816-5609-4a6b-b9a7-07ae8e5db6ff"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="7bf6c199-c86c-4950-9974-8ac92d1d5bdf" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="680" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/7bf6c199-c86c-4950-9974-8ac92d1d5bdf"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="172dd7c7-982a-4067-b85c-9375d2e0d29d" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="650" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/172dd7c7-982a-4067-b85c-9375d2e0d29d"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="dc200d1b-780c-4f44-9b2d-4f8c1d6772eb" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="710" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/dc200d1b-780c-4f44-9b2d-4f8c1d6772eb"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="cd03713c-e6a4-4602-a7d2-25fdef51ac58" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="710" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/cd03713c-e6a4-4602-a7d2-25fdef51ac58"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="79c13653-e085-44d4-bfbb-272f1df76a6f" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="650" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/79c13653-e085-44d4-bfbb-272f1df76a6f"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="6f1c8983-48fb-454f-8262-99b69e38d7b9" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="680" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/6f1c8983-48fb-454f-8262-99b69e38d7b9"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="e05c9446-00eb-48ba-9066-c0fbf01fd4d2" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="650" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/e05c9446-00eb-48ba-9066-c0fbf01fd4d2"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="c62988c4-573b-412a-8ecf-e3507f5c872c" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="680" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/c62988c4-573b-412a-8ecf-e3507f5c872c"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="83e37fdd-5485-4508-b061-322f4ee62908" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="650" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/83e37fdd-5485-4508-b061-322f4ee62908"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 12 May 2022 16:20:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/what-happens-to-a-very-basic-autocad-user-input-feature-we-all/m-p/11165048#M12915</guid>
      <dc:creator>norman.yuan</dc:creator>
      <dc:date>2022-05-12T16:20:36Z</dc:date>
    </item>
    <item>
      <title>Re: What happens to a very basic AutoCAD user input feature we all take it granted?</title>
      <link>https://forums.autodesk.com/t5/net-forum/what-happens-to-a-very-basic-autocad-user-input-feature-we-all/m-p/11165050#M12916</link>
      <description>&lt;P&gt;Here is another video clip:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV id="3f6c60e4-1527-4aa7-a375-c9c0ed011afb" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="650" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/3f6c60e4-1527-4aa7-a375-c9c0ed011afb"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="5eabb134-120d-4143-b408-0cd46b774efc" class="myscreencast-iframe iframe-container active-myscreencast"&gt;&lt;IFRAME src="https://screencast.autodesk.com/Embed/Timeline/5eabb134-120d-4143-b408-0cd46b774efc" width="640" height="620" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/5eabb134-120d-4143-b408-0cd46b774efc"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="51b83798-b97c-42d1-87be-d0c533dbfd68" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="650" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/51b83798-b97c-42d1-87be-d0c533dbfd68"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="8dfa5373-fdb4-46e1-9fde-2e6d2599aea4" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="680" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/8dfa5373-fdb4-46e1-9fde-2e6d2599aea4"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="b9344b47-5089-4853-9fc7-956f19cb1b45" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="710" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/b9344b47-5089-4853-9fc7-956f19cb1b45"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="a2417075-f444-4d8b-b3d5-2f4f3781e9a9" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="710" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/a2417075-f444-4d8b-b3d5-2f4f3781e9a9"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="139bb535-5697-4b81-bb68-c4ec57e4f8fd" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="650" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/139bb535-5697-4b81-bb68-c4ec57e4f8fd"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="ff4a3c7c-f424-49ed-b117-cb337299af8c" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="650" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/ff4a3c7c-f424-49ed-b117-cb337299af8c"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="1d6b411d-2561-4030-8d3a-dc4d3f9985f3" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="620" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/1d6b411d-2561-4030-8d3a-dc4d3f9985f3"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="707b6b2c-3848-476c-8937-625e90536d81" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="650" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/707b6b2c-3848-476c-8937-625e90536d81"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="3dbcf42e-6375-435d-b1a1-7b99b8a6c657" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="710" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/3dbcf42e-6375-435d-b1a1-7b99b8a6c657"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="19782a02-f60e-4942-9e60-f72fcca2b7e4" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="650" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/19782a02-f60e-4942-9e60-f72fcca2b7e4"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="304a6fcb-420d-40e4-bdc9-9e95475b5a98" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="680" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/304a6fcb-420d-40e4-bdc9-9e95475b5a98"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="c21a4cae-514d-4aa0-a84b-d4ee21414359" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="650" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/c21a4cae-514d-4aa0-a84b-d4ee21414359"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="c82f9b20-ebb5-4cc8-a231-c7cc630573f5" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="680" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/c82f9b20-ebb5-4cc8-a231-c7cc630573f5"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="56b3d1f5-4352-45ce-bcad-633aaafe5700" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="650" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/56b3d1f5-4352-45ce-bcad-633aaafe5700"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="27542ff4-d357-4d75-9275-a9ce77af9ec7" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="650" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/27542ff4-d357-4d75-9275-a9ce77af9ec7"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="53476c94-2cb6-4e15-88a8-bc402033c2a2" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="620" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/53476c94-2cb6-4e15-88a8-bc402033c2a2"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="32b28b51-944b-4a67-8d23-aa402aabf154" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="620" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/32b28b51-944b-4a67-8d23-aa402aabf154"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="31a3b77b-2605-4964-a93e-550fdaebc3ee" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="620" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/31a3b77b-2605-4964-a93e-550fdaebc3ee"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="31769b36-4d11-41ab-b2e8-3cc2d055e7ec" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="710" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/31769b36-4d11-41ab-b2e8-3cc2d055e7ec"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="551f7cd3-3b19-43e9-9ecc-1919eec085ca" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="680" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/551f7cd3-3b19-43e9-9ecc-1919eec085ca"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="593b985f-3b05-4f75-bca7-e989f95b0513" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="620" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/593b985f-3b05-4f75-bca7-e989f95b0513"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="058a151f-12fd-4374-b8ef-c22cda6d0ba5" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="650" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/058a151f-12fd-4374-b8ef-c22cda6d0ba5"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="dc56311b-e6b0-415e-9e09-907434f5c813" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="620" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/dc56311b-e6b0-415e-9e09-907434f5c813"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="0f53a9ae-05f8-4a30-a518-60ca2f2a2bb4" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="650" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/0f53a9ae-05f8-4a30-a518-60ca2f2a2bb4"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="12de9a5f-bee4-4913-9e4a-cb26526cbc06" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="680" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/12de9a5f-bee4-4913-9e4a-cb26526cbc06"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="25f90c13-dead-41a9-bdd0-5c9aa241d4ea" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="620" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/25f90c13-dead-41a9-bdd0-5c9aa241d4ea"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="8139cb90-adc5-4813-9154-dfb1a668c76e" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="650" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/8139cb90-adc5-4813-9154-dfb1a668c76e"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="138aa0e0-b1f2-4e91-8392-2a7ee44ff769" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="650" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/138aa0e0-b1f2-4e91-8392-2a7ee44ff769"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="aa3027c7-0fa2-48f6-8f07-4eab76f36d24" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="680" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/aa3027c7-0fa2-48f6-8f07-4eab76f36d24"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="6fb7ce24-fa07-4567-a13a-013ff6a07844" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="710" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/6fb7ce24-fa07-4567-a13a-013ff6a07844"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="b1c2b204-d4c3-4a45-a3d3-35bdfbb8d905" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="620" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/b1c2b204-d4c3-4a45-a3d3-35bdfbb8d905"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="95274e66-6ff1-4310-aa0e-3064d6ae8dfe" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="650" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/95274e66-6ff1-4310-aa0e-3064d6ae8dfe"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="7bcefadd-6bd1-4c07-94a2-71c03e71d8db" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="680" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/7bcefadd-6bd1-4c07-94a2-71c03e71d8db"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="8c995628-93d1-42a8-919f-2f56790ad59e" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="620" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/8c995628-93d1-42a8-919f-2f56790ad59e"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="fdfe7fe3-264a-4e0a-ac5e-e0a143c34b32" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="710" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/fdfe7fe3-264a-4e0a-ac5e-e0a143c34b32"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="2c0c2d96-f9d8-40e4-bce7-193ac05192a3" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="650" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/2c0c2d96-f9d8-40e4-bce7-193ac05192a3"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="835605ed-b87e-4e00-9072-718e95221454" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="650" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/835605ed-b87e-4e00-9072-718e95221454"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="f7e38816-5609-4a6b-b9a7-07ae8e5db6ff" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="650" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/f7e38816-5609-4a6b-b9a7-07ae8e5db6ff"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="7bf6c199-c86c-4950-9974-8ac92d1d5bdf" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="680" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/7bf6c199-c86c-4950-9974-8ac92d1d5bdf"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="172dd7c7-982a-4067-b85c-9375d2e0d29d" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="650" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/172dd7c7-982a-4067-b85c-9375d2e0d29d"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="dc200d1b-780c-4f44-9b2d-4f8c1d6772eb" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="710" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/dc200d1b-780c-4f44-9b2d-4f8c1d6772eb"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="cd03713c-e6a4-4602-a7d2-25fdef51ac58" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="710" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/cd03713c-e6a4-4602-a7d2-25fdef51ac58"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="79c13653-e085-44d4-bfbb-272f1df76a6f" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="650" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/79c13653-e085-44d4-bfbb-272f1df76a6f"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="6f1c8983-48fb-454f-8262-99b69e38d7b9" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="680" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/6f1c8983-48fb-454f-8262-99b69e38d7b9"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="e05c9446-00eb-48ba-9066-c0fbf01fd4d2" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="650" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/e05c9446-00eb-48ba-9066-c0fbf01fd4d2"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="c62988c4-573b-412a-8ecf-e3507f5c872c" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="680" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/c62988c4-573b-412a-8ecf-e3507f5c872c"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="83e37fdd-5485-4508-b061-322f4ee62908" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="650" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/83e37fdd-5485-4508-b061-322f4ee62908"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 12 May 2022 16:21:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/what-happens-to-a-very-basic-autocad-user-input-feature-we-all/m-p/11165050#M12916</guid>
      <dc:creator>norman.yuan</dc:creator>
      <dc:date>2022-05-12T16:21:15Z</dc:date>
    </item>
    <item>
      <title>Re: What happens to a very basic AutoCAD user input feature we all take it granted?</title>
      <link>https://forums.autodesk.com/t5/net-forum/what-happens-to-a-very-basic-autocad-user-input-feature-we-all/m-p/11165073#M12917</link>
      <description>&lt;P&gt;The point is, if DYNPICOORDS controls whether relative point coordinate is allowed, then "@" should only be required when the variable is set to 1 (as Acad2023) does. But for my Acad2020 to 2022, I have to use "@" always. Now, after toggled the variable a few times, Acad2021 and Acad2022 in one of my computer works normally (as in Acad2023), but still not with other computers. It looks like the system variable is not correctly stored/retrieved from the registry (with current user profile, I guess). Again the video clips I posted proves it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2022 16:29:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/what-happens-to-a-very-basic-autocad-user-input-feature-we-all/m-p/11165073#M12917</guid>
      <dc:creator>norman.yuan</dc:creator>
      <dc:date>2022-05-12T16:29:34Z</dc:date>
    </item>
    <item>
      <title>Re: What happens to a very basic AutoCAD user input feature we all take it granted?</title>
      <link>https://forums.autodesk.com/t5/net-forum/what-happens-to-a-very-basic-autocad-user-input-feature-we-all/m-p/11165107#M12918</link>
      <description>&lt;P&gt;I only have 2021 installed. And its working here. So it sounds like one of your installs has a bug. Maybe because you have multiple versions installed? Not like Autodesk took away a feature.&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2022 16:43:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/what-happens-to-a-very-basic-autocad-user-input-feature-we-all/m-p/11165107#M12918</guid>
      <dc:creator>Ed__Jobe</dc:creator>
      <dc:date>2022-05-12T16:43:31Z</dc:date>
    </item>
  </channel>
</rss>

