<?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: Rotate a drawing in Visual LISP, AutoLISP and General Customization Forum</title>
    <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/rotate-a-drawing/m-p/12115086#M26697</link>
    <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/69526"&gt;@Kent1Cooper&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;long time ago we had UCS Entity&lt;/P&gt;&lt;P&gt;than they changed it to UCS OBject and i assume Entity is still there for those old applications.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Moshe&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 20 Jul 2023 15:11:31 GMT</pubDate>
    <dc:creator>Moshe-A</dc:creator>
    <dc:date>2023-07-20T15:11:31Z</dc:date>
    <item>
      <title>Rotate a drawing</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/rotate-a-drawing/m-p/12114033#M26687</link>
      <description>&lt;P class="lia-align-left"&gt;Hi everybody,&lt;/P&gt;&lt;P class="lia-align-left"&gt;I need a lisp that after calling it, it will show 2 options:&lt;/P&gt;&lt;P class="lia-align-left"&gt;1. to select a line to rotate,&lt;/P&gt;&lt;P class="lia-align-left"&gt;2. to restore the original view.&lt;/P&gt;&lt;P class="lia-align-left"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="lia-align-left"&gt;for example I have this drawing:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="eyalch_0-1689835545458.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1242636i3EE632F6C5261AC9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="eyalch_0-1689835545458.png" alt="eyalch_0-1689835545458.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I want that by selecting a line in the model it will rotate all the drawing so it will be horizontally with this line.&lt;/P&gt;&lt;P&gt;(like in UCS object). and when I call the lisp again and choose the second option - to restore- it will restore the original rotated position.&lt;/P&gt;&lt;P&gt;( I know I can do these options by UCS) , but I want to do these in 2 clicks:&lt;/P&gt;&lt;P&gt;1. by selecting a line- it will rotate.&lt;/P&gt;&lt;P&gt;2. by choosing restore - it will restore the view.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jul 2023 06:53:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/rotate-a-drawing/m-p/12114033#M26687</guid>
      <dc:creator>eyal.ch</dc:creator>
      <dc:date>2023-07-20T06:53:14Z</dc:date>
    </item>
    <item>
      <title>Re: Rotate a drawing</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/rotate-a-drawing/m-p/12114071#M26688</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/8634779"&gt;@eyal.ch&lt;/a&gt;&amp;nbsp; hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. when using the UCS command it rotate the whole model, as i can understand you do not want that?!&lt;/P&gt;&lt;P&gt;2. if 1 is true, what about objects on off, freeze, locked layers?&lt;/P&gt;&lt;P&gt;3. if after the align to horizontal position you add more objects in that part of the drawing but it could be else where&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; how can the lisp know which objects is part of the rotate (for the restore option) and which are not&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; you have to define some known boundary for that.&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;4. are you familier with ALIGN command?&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Moshe&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Moshe&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jul 2023 07:56:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/rotate-a-drawing/m-p/12114071#M26688</guid>
      <dc:creator>Moshe-A</dc:creator>
      <dc:date>2023-07-20T07:56:59Z</dc:date>
    </item>
    <item>
      <title>Re: Rotate a drawing</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/rotate-a-drawing/m-p/12114348#M26689</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/52747"&gt;@Moshe-A&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm familiar with the align command and it align the model with the horizontal line but I need the rotation to be temporary like when you rotate with UCS command.&lt;/P&gt;&lt;P&gt;tha't exactly what I need, and it is for rushing the work,( I know jow to work with ucs and with align) but:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want by clicking only 1 line from the rotated model , the all drawing will be rotated ( like in the ucs) and will let me work on it or print it and then when I want the model to be like its original position, I will call the lisp again and choose to restore.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jul 2023 09:16:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/rotate-a-drawing/m-p/12114348#M26689</guid>
      <dc:creator>eyal.ch</dc:creator>
      <dc:date>2023-07-20T09:16:37Z</dc:date>
    </item>
    <item>
      <title>Re: Rotate a drawing</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/rotate-a-drawing/m-p/12114607#M26690</link>
      <description>&lt;P&gt;The ucs command has object\entity option are you familier with that?&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jul 2023 11:45:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/rotate-a-drawing/m-p/12114607#M26690</guid>
      <dc:creator>Moshe-A</dc:creator>
      <dc:date>2023-07-20T11:45:01Z</dc:date>
    </item>
    <item>
      <title>Re: Rotate a drawing</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/rotate-a-drawing/m-p/12114688#M26691</link>
      <description>&lt;P&gt;I just want to be sure I understand what you want to do -- to actually &lt;STRONG&gt;ROTATE all the drawn objects&lt;/STRONG&gt; in the drawing, without changing the UCS or the View?&amp;nbsp; If so, there's no issue with object selection for Rotating back in a restore option, whether anything has been added or deleted -- just Rotate ALL objects.&amp;nbsp; But it does raise questions:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As already asked, what about things on Off/Frozen/Locked Layers?&amp;nbsp; Should it save a Layer State, Thaw and turn On all Layers, then Rotate everything, and should part of the restore option be to restore the Layer State after Rotating everything back?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What should be the&lt;EM&gt; base point&lt;/EM&gt; for the Rotate command?&amp;nbsp; The picked point?&amp;nbsp; Some Osnappable location on the picked object, such as an ENDpoint or MIDpoint?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Should it test that you have picked on something straight?&amp;nbsp; Or if you pick on a curve, should it use the direction of that at the pick point?&amp;nbsp; [That would give different results depending on exactly where on it you pick.]&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What should determine &lt;EM&gt;which way&lt;/EM&gt; along the selected object is the X-axis direction from the Rotate base point?&amp;nbsp; Would you care whether it sometimes put things more like up-side-down, because of the drawn direction of that object?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Etc., etc.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jul 2023 12:16:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/rotate-a-drawing/m-p/12114688#M26691</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2023-07-20T12:16:01Z</dc:date>
    </item>
    <item>
      <title>Re: Rotate a drawing</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/rotate-a-drawing/m-p/12114784#M26692</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/69526"&gt;@Kent1Cooper&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/52747"&gt;@Moshe-A&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;No, I want to explain again:&lt;/P&gt;&lt;P&gt;I want to do exactly this, but in 2 clicks.&lt;/P&gt;&lt;P&gt;1. to choose a line from the rotated drawing and it will rotate the drawing horizontally according this line.&lt;/P&gt;&lt;P&gt;2. click restore and get the drawing position back as it initially was.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;usually you could do what I want like this example:&lt;/P&gt;&lt;P&gt;1. I want to rotate the drawing according the red rectangle base line.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="eyalch_0-1689857228338.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1242796i42DCA5A424D6DE7E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="eyalch_0-1689857228338.png" alt="eyalch_0-1689857228338.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I click UCS and click OBJECT and then I can select the line of the rotated element.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="eyalch_3-1689857682971.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1242803iA572690897FEC13C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="eyalch_3-1689857682971.png" alt="eyalch_3-1689857682971.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;click the text TOP in the middle of the cube and it will be rotated&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="eyalch_4-1689857702205.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1242804i11299796AED88EAF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="eyalch_4-1689857702205.png" alt="eyalch_4-1689857702205.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="eyalch_1-1689857397504.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1242800i0988860301D7AB9D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="eyalch_1-1689857397504.png" alt="eyalch_1-1689857397504.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;the model will be rotate and I can work on it or print it.&lt;/P&gt;&lt;P&gt;then if I want to restore the original position I type UCS again and select WORLD&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="eyalch_2-1689857510331.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1242802iD800AB2EF300DA5B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="eyalch_2-1689857510331.png" alt="eyalch_2-1689857510331.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;that's what I need, but instead of doing it with a lot of commands, I want it to be quickly.&lt;/P&gt;&lt;P&gt;thank you&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jul 2023 13:00:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/rotate-a-drawing/m-p/12114784#M26692</guid>
      <dc:creator>eyal.ch</dc:creator>
      <dc:date>2023-07-20T13:00:14Z</dc:date>
    </item>
    <item>
      <title>Re: Rotate a drawing</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/rotate-a-drawing/m-p/12114879#M26693</link>
      <description>&lt;P&gt;You don't need a lisp program to do that.&amp;nbsp; Just set ucsfollow to 1.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jul 2023 13:31:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/rotate-a-drawing/m-p/12114879#M26693</guid>
      <dc:creator>dbroad</dc:creator>
      <dc:date>2023-07-20T13:31:56Z</dc:date>
    </item>
    <item>
      <title>Re: Rotate a drawing</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/rotate-a-drawing/m-p/12114905#M26694</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/411413"&gt;@dbroad&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;You don't need a lisp program to do that.&amp;nbsp; Just set ucsfollow to 1.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;... and use the &lt;STRONG&gt;UCS &lt;FONT color="#0000FF"&gt;OB&lt;/FONT&gt;ject&lt;/STRONG&gt; option and select the desired edge.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jul 2023 13:41:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/rotate-a-drawing/m-p/12114905#M26694</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2023-07-20T13:41:32Z</dc:date>
    </item>
    <item>
      <title>Re: Rotate a drawing</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/rotate-a-drawing/m-p/12114918#M26695</link>
      <description>&lt;P&gt;Or ucs e&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jul 2023 13:46:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/rotate-a-drawing/m-p/12114918#M26695</guid>
      <dc:creator>dbroad</dc:creator>
      <dc:date>2023-07-20T13:46:07Z</dc:date>
    </item>
    <item>
      <title>Re: Rotate a drawing</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/rotate-a-drawing/m-p/12115019#M26696</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/411413"&gt;@dbroad&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Or ucs e&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Interesting....&amp;nbsp; How is one supposed to know of that option [however unnecessary it may be, given the existence of the OBject option]?&amp;nbsp; It's not in the prompt, nor included in Help for the command.&amp;nbsp; If I assume that it's an initial for something not listed in the prompt, and try typing in assumed somethings like Existing or Edge, it doesn't accept those as options.&amp;nbsp; Do you know what it's for?&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jul 2023 14:26:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/rotate-a-drawing/m-p/12115019#M26696</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2023-07-20T14:26:36Z</dc:date>
    </item>
    <item>
      <title>Re: Rotate a drawing</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/rotate-a-drawing/m-p/12115086#M26697</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/69526"&gt;@Kent1Cooper&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;long time ago we had UCS Entity&lt;/P&gt;&lt;P&gt;than they changed it to UCS OBject and i assume Entity is still there for those old applications.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Moshe&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jul 2023 15:11:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/rotate-a-drawing/m-p/12115086#M26697</guid>
      <dc:creator>Moshe-A</dc:creator>
      <dc:date>2023-07-20T15:11:31Z</dc:date>
    </item>
    <item>
      <title>Re: Rotate a drawing</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/rotate-a-drawing/m-p/12115087#M26698</link>
      <description>&lt;P&gt;You've just had to have been an AutoCAD user for a long time(be old). It used to be there. Some coder at some point thought it'd be cooler to call them &lt;EM&gt;&lt;STRONG&gt;objects&lt;/STRONG&gt;&lt;/EM&gt; instead of &lt;STRONG&gt;&lt;EM&gt;entities&lt;/EM&gt;&lt;/STRONG&gt;.&amp;nbsp; Probably when the ActiveX became popular.&amp;nbsp; You're already familiar with enames, which stand for entity names, Autodesk's original terminology for lines, etc.&lt;/P&gt;
&lt;P&gt;The e option is useful for one very good reason. It's easier to type and since it's legacy, it's never going away.&lt;/P&gt;
&lt;P&gt;(defun c:ue ()(command "ucs" "e")(princ))&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jul 2023 14:56:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/rotate-a-drawing/m-p/12115087#M26698</guid>
      <dc:creator>dbroad</dc:creator>
      <dc:date>2023-07-20T14:56:40Z</dc:date>
    </item>
    <item>
      <title>Re: Rotate a drawing</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/rotate-a-drawing/m-p/12115102#M26699</link>
      <description>&lt;P&gt;I don't kn ow if this is what you ask but....&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Put UCS along the object (line) you want drawing to&amp;nbsp; be horizontal, then run command PLAN.&lt;/P&gt;
&lt;P&gt;To return to original view use UCS with Previous option and run command PLAN again.&lt;/P&gt;
&lt;P&gt;No need for any lisp.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jul 2023 15:01:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/rotate-a-drawing/m-p/12115102#M26699</guid>
      <dc:creator>hak_vz</dc:creator>
      <dc:date>2023-07-20T15:01:30Z</dc:date>
    </item>
    <item>
      <title>Re: Rotate a drawing</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/rotate-a-drawing/m-p/12115115#M26700</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/8634779"&gt;@eyal.ch&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;be aware that each ucs change (and plan) must drag a regen&lt;/P&gt;&lt;P&gt;for such issues i recommend to explore SNAP rotate command (+ ORTHO on)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;here is a lisp call SNR to implament this&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":grinning_face:"&gt;😀&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Moshe&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jul 2023 15:07:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/rotate-a-drawing/m-p/12115115#M26700</guid>
      <dc:creator>Moshe-A</dc:creator>
      <dc:date>2023-07-20T15:07:14Z</dc:date>
    </item>
    <item>
      <title>Re: Rotate a drawing</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/rotate-a-drawing/m-p/12115411#M26701</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/411413"&gt;@dbroad&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;.... Some coder at some point thought it'd be cooler to call them &lt;EM&gt;&lt;STRONG&gt;objects&lt;/STRONG&gt;&lt;/EM&gt; instead of &lt;STRONG&gt;&lt;EM&gt;entities&lt;/EM&gt;&lt;/STRONG&gt;.&amp;nbsp; Probably when the ActiveX became popular.&amp;nbsp; ....&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Or maybe because all editing commands involving selection of what to work on use the "&lt;STRONG&gt;Select &lt;EM&gt;objects:&lt;/EM&gt;&lt;/STRONG&gt;&amp;nbsp;" prompt [and I think they always have], so they figure that's the word users will be more familiar with than "entity" -- AutoLisp code geeks are accustomed to that, but how common a word is it, really?&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jul 2023 17:11:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/rotate-a-drawing/m-p/12115411#M26701</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2023-07-20T17:11:52Z</dc:date>
    </item>
    <item>
      <title>Re: Rotate a drawing</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/rotate-a-drawing/m-p/12117647#M26702</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/5530556"&gt;@hak_vz&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;That's exactly what I do, but if it's the fast way , I keep doing it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank you all.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jul 2023 15:18:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/rotate-a-drawing/m-p/12117647#M26702</guid>
      <dc:creator>eyal.ch</dc:creator>
      <dc:date>2023-07-21T15:18:22Z</dc:date>
    </item>
    <item>
      <title>Re: Rotate a drawing</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/rotate-a-drawing/m-p/12117708#M26703</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/8634779"&gt;@eyal.ch&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/5530556"&gt;@hak_vz&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;That's exactly what I do, but if it's the fast way , I keep doing it.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;You can use named views. Changing from one named view to other practically takes same amount of time. I personally use PLAN command. In case when you have more then one drawings in same model space named views may be faster.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jul 2023 15:34:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/rotate-a-drawing/m-p/12117708#M26703</guid>
      <dc:creator>hak_vz</dc:creator>
      <dc:date>2023-07-21T15:34:49Z</dc:date>
    </item>
    <item>
      <title>Re: Rotate a drawing</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/rotate-a-drawing/m-p/12119930#M26704</link>
      <description>&lt;P&gt;If you pick an object like a line can get the angle, so make a view based around say the pick end pt, but with a rotated view, need to save a "world" view 1st. Found this&amp;nbsp;&lt;A href="https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/how-do-i-entmake-a-view/td-p/899433" target="_blank"&gt;how do I entmake a view? - Autodesk Community - AutoCAD&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So if run the&amp;nbsp;&lt;SPAN&gt;(setq ViewData (entget (tblobjname "view" "ValidViewName"))) it reveals lots of answers. need to think about it maybe try on some real dwgs so can work out some of the dxf values.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 23 Jul 2023 04:12:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/rotate-a-drawing/m-p/12119930#M26704</guid>
      <dc:creator>Sea-Haven</dc:creator>
      <dc:date>2023-07-23T04:12:35Z</dc:date>
    </item>
    <item>
      <title>Re: Rotate a drawing</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/rotate-a-drawing/m-p/12123530#M26705</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/8634779"&gt;@eyal.ch&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;I guess you are not a Civil.&lt;/P&gt;
&lt;P&gt;When xreffing dwgs we don't want them to end up in positive or negative outer space.&amp;nbsp; So rather than rotating the world, we rotate the camera by using DVIEW;TWIST.&amp;nbsp; That way everything can reside in the same WCS, and all references can be inserted at 0,0,0 so there's no "racking" required.&lt;/P&gt;
&lt;P&gt;Try it.&amp;nbsp; You may come to like it.&lt;/P&gt;
&lt;P&gt;Then again, if your an architectural type, you're gonna do what you want and to hello with the engineers.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2023 00:30:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/rotate-a-drawing/m-p/12123530#M26705</guid>
      <dc:creator>john.uhden</dc:creator>
      <dc:date>2023-07-25T00:30:05Z</dc:date>
    </item>
  </channel>
</rss>

