<?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: frontview with smart ucs that uses same origin in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/frontview-with-smart-ucs-that-uses-same-origin/m-p/14063105#M361674</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Is UCSORTHO set to 1 instead of 0 ?&lt;/P&gt;
&lt;P&gt;That may cause some misunderstandings....&lt;/P&gt;
&lt;P&gt;It is a variable that takes the power.&lt;/P&gt;
&lt;P&gt;Do you call your new UCSs with the words "top" "right" "front" etc ? or with the X or Y or Z option + double ENTER ?&lt;/P&gt;
&lt;P&gt;How do you change or intend to change them ?&lt;/P&gt;</description>
    <pubDate>Mon, 23 Mar 2026 08:59:23 GMT</pubDate>
    <dc:creator>tramber</dc:creator>
    <dc:date>2026-03-23T08:59:23Z</dc:date>
    <item>
      <title>frontview with smart ucs that uses same origin</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/frontview-with-smart-ucs-that-uses-same-origin/m-p/14062506#M361620</link>
      <description>&lt;P&gt;I'd like to be able to switch from a topview to a frontview and have the ucs origin point in the front view at the same place as it was in the topview. Every time I switch to frontview the program zooms out and sets the origin of the new ucs at 0.0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I know how to save views etc etc etc so I do not need tips for workarounds but specifically when switching to front view a usd that keeps that same origin because after that I can zoom to my objects. Ideally that would be automated as well. So I think lisp is the only way to get this?&lt;/P&gt;</description>
      <pubDate>Sun, 22 Mar 2026 08:36:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/frontview-with-smart-ucs-that-uses-same-origin/m-p/14062506#M361620</guid>
      <dc:creator>vandenoosterkamp</dc:creator>
      <dc:date>2026-03-22T08:36:31Z</dc:date>
    </item>
    <item>
      <title>Re: frontview with smart ucs that uses same origin</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/frontview-with-smart-ucs-that-uses-same-origin/m-p/14062560#M361623</link>
      <description>&lt;P&gt;Put this into an AutoLisp command definition, or simply a command macro in a Tool Palette button:&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier" color="#000000"&gt;&lt;STRONG&gt;UCS&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier" color="#000000"&gt;&lt;STRONG&gt;&lt;FONT size="4"&gt;ZAxis&lt;/FONT&gt; &lt;FONT color="#999999"&gt;option&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier" color="#000000"&gt;&lt;STRONG&gt;{Enter} &lt;FONT color="#999999"&gt;to &lt;EM&gt;accept current Origin&lt;/EM&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier" size="4" color="#000000"&gt;&lt;STRONG&gt;0,-1,0&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;That changes the UCS from, for example, this:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="UCS1.png" style="width: 153px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1627677i865D8E4DEB42004F/image-dimensions/153x158?v=v2" width="153" height="158" role="button" title="UCS1.png" alt="UCS1.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;to this:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="UCS2.png" style="width: 164px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1627678i96862E9E8670046C/image-dimensions/164x147?v=v2" width="164" height="147" role="button" title="UCS2.png" alt="UCS2.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Same origin, different axes.&amp;nbsp; NOTE:&amp;nbsp; It's &lt;EM&gt;sensitive to Object Snap&lt;/EM&gt;, so do it with that turned off, or build a "_none" Osnap call in, or something.&lt;/P&gt;</description>
      <pubDate>Sun, 22 Mar 2026 10:37:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/frontview-with-smart-ucs-that-uses-same-origin/m-p/14062560#M361623</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2026-03-22T10:37:38Z</dc:date>
    </item>
    <item>
      <title>Re: frontview with smart ucs that uses same origin</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/frontview-with-smart-ucs-that-uses-same-origin/m-p/14063105#M361674</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Is UCSORTHO set to 1 instead of 0 ?&lt;/P&gt;
&lt;P&gt;That may cause some misunderstandings....&lt;/P&gt;
&lt;P&gt;It is a variable that takes the power.&lt;/P&gt;
&lt;P&gt;Do you call your new UCSs with the words "top" "right" "front" etc ? or with the X or Y or Z option + double ENTER ?&lt;/P&gt;
&lt;P&gt;How do you change or intend to change them ?&lt;/P&gt;</description>
      <pubDate>Mon, 23 Mar 2026 08:59:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/frontview-with-smart-ucs-that-uses-same-origin/m-p/14063105#M361674</guid>
      <dc:creator>tramber</dc:creator>
      <dc:date>2026-03-23T08:59:23Z</dc:date>
    </item>
    <item>
      <title>Re: frontview with smart ucs that uses same origin</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/frontview-with-smart-ucs-that-uses-same-origin/m-p/14069193#M361914</link>
      <description>&lt;P&gt;Hello &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/277304"&gt;@vandenoosterkamp&lt;/a&gt;&lt;/SPAN&gt;,&lt;BR /&gt;&lt;BR /&gt;It looks like you have received a couple of replies on this thread. Did any of the replies by &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/69526"&gt;@Kent1Cooper&lt;/a&gt;&lt;/SPAN&gt; or &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/62037"&gt;@tramber&lt;/a&gt;&lt;/SPAN&gt; answer your question?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;If you are still needing more help, please share an update here. The community will be happy to jump in and suggest more steps to help you get where you need to be.&lt;BR /&gt;&lt;BR /&gt;Best,&lt;BR /&gt;&lt;BR /&gt;Lauri | Community Manager&lt;/P&gt;</description>
      <pubDate>Fri, 27 Mar 2026 20:57:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/frontview-with-smart-ucs-that-uses-same-origin/m-p/14069193#M361914</guid>
      <dc:creator>lauri_barnhart</dc:creator>
      <dc:date>2026-03-27T20:57:53Z</dc:date>
    </item>
  </channel>
</rss>

