<?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: How to rotate model space without losing real coordinates? in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/how-to-rotate-model-space-without-losing-real-coordinates/m-p/11011601#M108587</link>
    <description>&lt;P&gt;I added a macro to "Toggle between UCS View &amp;amp; UCS World"&lt;/P&gt;&lt;LI-CODE lang="lisp"&gt;^C^C(if(zerop (getvar 'worlducs))(command-s "UCS" "World")(command-s "UCS" "View")) &lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;Then added the string&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="lisp"&gt;"$(if,$(getvar,worlducs),,$(if,$(getvar,viewdir),$(getvar,ucsname) ,Plan ))"&lt;/LI-CODE&gt;&lt;P&gt;to&amp;nbsp;MODEMACRO in my acaddoc.lsp file so the current View setting would be displayed on the status bar.&lt;/P&gt;&lt;LI-CODE lang="lisp"&gt;(setvar 'MODEMACRO
    (strcat
         "$(If,$(Eq,$(Getvar,dbmod),0),,* )" 	;The asterisk indicates the drawing has been modified.
;         "$(getvar,cprofile)" 				;Current Profile
;         ", $(getvar,wscurrent)"				;Current Workspace
         "$(getvar,textstyle) "
         "$(rtos, $(*, $(getvar,cannoscalevalue), $(getvar,textsize)), 2, 2) "
         "$(if,$(getvar,worlducs),,$(if,$(getvar,viewdir),$(getvar,ucsname) ,Plan ))" ;Thanks Kent Cooper
         "$(if,$(and,1,$(getvar,pickstyle)),,&amp;lt;Group off&amp;gt; )"
         "$(if,$(and,2,$(getvar,groupdisplaymode)),[Group] )"
         "$(if,$(and,16384,$(getvar,osmode)),,$(if,$(and,1,$(getvar,osmode)),E))"
         "$(if,$(and,16384,$(getvar,osmode)),,$(if,$(and,2,$(getvar,osmode)),M))"
         "$(if,$(and,16384,$(getvar,osmode)),,$(if,$(and,4,$(getvar,osmode)),C))"
         "$(if,$(and,16384,$(getvar,osmode)),,$(if,$(and,8,$(getvar,osmode)),Nod))"
         "$(if,$(and,16384,$(getvar,osmode)),,$(if,$(and,16,$(getvar,osmode)),Q))"
         "$(if,$(and,16384,$(getvar,osmode)),,$(if,$(and,32,$(getvar,osmode)),Int))"
         "$(if,$(and,16384,$(getvar,osmode)),,$(if,$(and,4096,$(getvar,osmode)),Ex))"
         "$(if,$(and,16384,$(getvar,osmode)),,$(if,$(and,64,$(getvar,osmode)),Ins))"
         "$(if,$(and,16384,$(getvar,osmode)),,$(if,$(and,128,$(getvar,osmode)),Per))"
         "$(if,$(and,16384,$(getvar,osmode)),,$(if,$(and,256,$(getvar,osmode)),T))"
         "$(if,$(and,16384,$(getvar,osmode)),,$(if,$(and,512,$(getvar,osmode)),Nea))"
         "$(if,$(and,16384,$(getvar,osmode)),,$(if,$(and,2048,$(getvar,osmode)),A))"
         "$(if,$(and,16384,$(getvar,osmode)),,$(if,$(and,8192,$(getvar,osmode)),Par))"
         "$(if, $(!=, $(getvar,viewtwist), 0), Viewtwist: $(angtos, $(getvar,viewtwist) [, 0, 2]) , )"	;Thanks alanjt
         "$(if, $(!=, $(strlen,$(getvar,refeditname)), 0), Xref = $(getvar,refeditname))"
         "$(If,$(Eq,$(Getvar,PStyleMode),0),STB,CTB )"
         "$(if,$(&amp;gt;, $(getvar,dynmode), 0),$(if,$(=,$(getvar,dynpicoords),0),@,#),#)"	;Dynamic coordinate entry.
         " $(getvar, cmdnames)"
    )
)&lt;/LI-CODE&gt;</description>
    <pubDate>Thu, 17 Mar 2022 14:32:58 GMT</pubDate>
    <dc:creator>TomBeauford</dc:creator>
    <dc:date>2022-03-17T14:32:58Z</dc:date>
    <item>
      <title>How to rotate model space without losing real coordinates?</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-to-rotate-model-space-without-losing-real-coordinates/m-p/9416339#M108584</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a drawing that is 8.0788 degrees off true north, and I would like to rotate the model space without losing the original coordinate data. I will be sending this drawing to a surveyor so it needs to stay exactly where it is with all its properties.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tried Dview and Twist, which works, EXCEPT that when I go to draw anything (say a rectangle), it's still aligned to the original coordinates of the file.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anyone have a solution to this?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance!&lt;/P&gt;</description>
      <pubDate>Thu, 02 Apr 2020 00:54:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-to-rotate-model-space-without-losing-real-coordinates/m-p/9416339#M108584</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-04-02T00:54:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to rotate model space without losing real coordinates?</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-to-rotate-model-space-without-losing-real-coordinates/m-p/9416895#M108585</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Rotate and align your UCSicon to your drawing (&amp;nbsp;&lt;SPAN&gt;8.0788 degrees ) or to the angle that you need ....&amp;nbsp; UCS command &amp;gt;&amp;gt; OBject&lt;/SPAN&gt; , now type PLAN command then two enter . now you can continue your work . to get back to your origin angle type UCS command &amp;gt;&amp;gt; World . then PLAN command &amp;gt;&amp;gt; two enter .&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Apr 2020 08:38:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-to-rotate-model-space-without-losing-real-coordinates/m-p/9416895#M108585</guid>
      <dc:creator>imadHabash</dc:creator>
      <dc:date>2020-04-02T08:38:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to rotate model space without losing real coordinates?</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-to-rotate-model-space-without-losing-real-coordinates/m-p/11011171#M108586</link>
      <description>This is working great. Thank you.&lt;BR /&gt;</description>
      <pubDate>Thu, 17 Mar 2022 11:57:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-to-rotate-model-space-without-losing-real-coordinates/m-p/11011171#M108586</guid>
      <dc:creator>arpansark0544TCX</dc:creator>
      <dc:date>2022-03-17T11:57:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to rotate model space without losing real coordinates?</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-to-rotate-model-space-without-losing-real-coordinates/m-p/11011601#M108587</link>
      <description>&lt;P&gt;I added a macro to "Toggle between UCS View &amp;amp; UCS World"&lt;/P&gt;&lt;LI-CODE lang="lisp"&gt;^C^C(if(zerop (getvar 'worlducs))(command-s "UCS" "World")(command-s "UCS" "View")) &lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;Then added the string&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="lisp"&gt;"$(if,$(getvar,worlducs),,$(if,$(getvar,viewdir),$(getvar,ucsname) ,Plan ))"&lt;/LI-CODE&gt;&lt;P&gt;to&amp;nbsp;MODEMACRO in my acaddoc.lsp file so the current View setting would be displayed on the status bar.&lt;/P&gt;&lt;LI-CODE lang="lisp"&gt;(setvar 'MODEMACRO
    (strcat
         "$(If,$(Eq,$(Getvar,dbmod),0),,* )" 	;The asterisk indicates the drawing has been modified.
;         "$(getvar,cprofile)" 				;Current Profile
;         ", $(getvar,wscurrent)"				;Current Workspace
         "$(getvar,textstyle) "
         "$(rtos, $(*, $(getvar,cannoscalevalue), $(getvar,textsize)), 2, 2) "
         "$(if,$(getvar,worlducs),,$(if,$(getvar,viewdir),$(getvar,ucsname) ,Plan ))" ;Thanks Kent Cooper
         "$(if,$(and,1,$(getvar,pickstyle)),,&amp;lt;Group off&amp;gt; )"
         "$(if,$(and,2,$(getvar,groupdisplaymode)),[Group] )"
         "$(if,$(and,16384,$(getvar,osmode)),,$(if,$(and,1,$(getvar,osmode)),E))"
         "$(if,$(and,16384,$(getvar,osmode)),,$(if,$(and,2,$(getvar,osmode)),M))"
         "$(if,$(and,16384,$(getvar,osmode)),,$(if,$(and,4,$(getvar,osmode)),C))"
         "$(if,$(and,16384,$(getvar,osmode)),,$(if,$(and,8,$(getvar,osmode)),Nod))"
         "$(if,$(and,16384,$(getvar,osmode)),,$(if,$(and,16,$(getvar,osmode)),Q))"
         "$(if,$(and,16384,$(getvar,osmode)),,$(if,$(and,32,$(getvar,osmode)),Int))"
         "$(if,$(and,16384,$(getvar,osmode)),,$(if,$(and,4096,$(getvar,osmode)),Ex))"
         "$(if,$(and,16384,$(getvar,osmode)),,$(if,$(and,64,$(getvar,osmode)),Ins))"
         "$(if,$(and,16384,$(getvar,osmode)),,$(if,$(and,128,$(getvar,osmode)),Per))"
         "$(if,$(and,16384,$(getvar,osmode)),,$(if,$(and,256,$(getvar,osmode)),T))"
         "$(if,$(and,16384,$(getvar,osmode)),,$(if,$(and,512,$(getvar,osmode)),Nea))"
         "$(if,$(and,16384,$(getvar,osmode)),,$(if,$(and,2048,$(getvar,osmode)),A))"
         "$(if,$(and,16384,$(getvar,osmode)),,$(if,$(and,8192,$(getvar,osmode)),Par))"
         "$(if, $(!=, $(getvar,viewtwist), 0), Viewtwist: $(angtos, $(getvar,viewtwist) [, 0, 2]) , )"	;Thanks alanjt
         "$(if, $(!=, $(strlen,$(getvar,refeditname)), 0), Xref = $(getvar,refeditname))"
         "$(If,$(Eq,$(Getvar,PStyleMode),0),STB,CTB )"
         "$(if,$(&amp;gt;, $(getvar,dynmode), 0),$(if,$(=,$(getvar,dynpicoords),0),@,#),#)"	;Dynamic coordinate entry.
         " $(getvar, cmdnames)"
    )
)&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 17 Mar 2022 14:32:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-to-rotate-model-space-without-losing-real-coordinates/m-p/11011601#M108587</guid>
      <dc:creator>TomBeauford</dc:creator>
      <dc:date>2022-03-17T14:32:58Z</dc:date>
    </item>
  </channel>
</rss>

