<?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: Command alias only works after going into the ALIAS command in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/command-alias-only-works-after-going-into-the-alias-command/m-p/9876029#M343675</link>
    <description>&lt;P&gt;As mentionned by&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/69526"&gt;@Kent1Cooper&lt;/a&gt;&amp;nbsp;, UCSFOLLOW is a variable and not a command.&amp;nbsp; It's normal to get an error message saying "unkown command" ; because its not a command.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can however control variables using a basic Lisp command like this:&amp;nbsp;&lt;/P&gt;&lt;P&gt;-------------------------------------&lt;/P&gt;&lt;P&gt;(DEFUN c:uu (/)&lt;BR /&gt;(setvar "ucsfollow" 1) ;Changing the UCS does not affect the current view&lt;BR /&gt;(princ)&lt;BR /&gt;)&lt;/P&gt;&lt;P&gt;(DEFUN c:uuu (/)&lt;BR /&gt;(setvar "ucsfollow" 0) ;Changing the UCS does not affect the current view&lt;BR /&gt;(princ)&lt;BR /&gt;)&lt;/P&gt;&lt;P&gt;---------------------------------&lt;/P&gt;&lt;P&gt;uu = ucsfollow set to 1&lt;/P&gt;&lt;P&gt;uuu = ucsfollow set to 0&lt;/P&gt;</description>
    <pubDate>Tue, 17 Nov 2020 18:13:01 GMT</pubDate>
    <dc:creator>dany_rochefort</dc:creator>
    <dc:date>2020-11-17T18:13:01Z</dc:date>
  </channel>
</rss>

