<?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: Lisp for rotate Block with minus 90 deegree in Visual LISP, AutoLISP and General Customization Forum</title>
    <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-for-rotate-block-with-minus-90-deegree/m-p/13320432#M3240</link>
    <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/550060"&gt;@Bin2009&lt;/a&gt;&amp;nbsp;Maybe this?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="lisp"&gt;(defun c:br90 (/ s o)
  (if (setq s (ssget ":L" '((0 . "INSERT"))))
    (foreach e (vl-remove-if 'listp (mapcar 'cadr (ssnamex s)))
      (vla-put-rotation (setq o (vlax-ename-&amp;gt;vla-object e)) (- (vla-get-rotation o) (/ pi 2.)))
    )
  )
  (princ)
)&lt;/LI-CODE&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>Sat, 15 Feb 2025 18:18:14 GMT</pubDate>
    <dc:creator>ronjonp</dc:creator>
    <dc:date>2025-02-15T18:18:14Z</dc:date>
    <item>
      <title>Lisp for rotate Block with minus 90 deegree</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-for-rotate-block-with-minus-90-deegree/m-p/13318360#M3233</link>
      <description>&lt;P&gt;Hello, I work on same drawings need replace the old block with a new standard blocks, I use the function REPLACE BLOCK, but somehow, the new standard blocks all turned 90 degrees, I have to manually change the rotation angle, whatever the original-90 to get correct looking. For example, original rotation angle is 279, I need change to 189; if original rotation angle is 120, I need change to 30. There 5 different kinds of blocks, all have same problems, so I try to get a lisp can automatically change block rotation back 90 degrees.&lt;/P&gt;&lt;P&gt;Thank so much in advance!&lt;/P&gt;&lt;P&gt;Bin&lt;/P&gt;</description>
      <pubDate>Thu, 13 Feb 2025 22:36:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-for-rotate-block-with-minus-90-deegree/m-p/13318360#M3233</guid>
      <dc:creator>Bin2009</dc:creator>
      <dc:date>2025-02-13T22:36:05Z</dc:date>
    </item>
    <item>
      <title>Re: Lisp for rotate Block with minus 90 deegree</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-for-rotate-block-with-minus-90-deegree/m-p/13318378#M3234</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;gt;"&lt;FONT&gt;&lt;FONT&gt;somehow, the new standard blocks all turned 90 degrees&lt;/FONT&gt;&lt;/FONT&gt;"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Because the block content is drawn 90° rotated&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you have an old block with an error --&amp;gt; and the new block contains another arrow, rotated &amp;lt;==,&lt;/P&gt;&lt;P&gt;you have to rotate all blockreferences by 180° to match the old orientation.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Search for tools like "rotate bp" or rotate multiple objects&lt;/P&gt;&lt;P&gt;One sample search hit: &lt;A href="https://www.cadtutor.net/forum/topic/27058-rotate-multiple-blocks-around-their-individual-origin-point/#findComment-217356" target="_blank" rel="noopener"&gt;&lt;STRONG&gt;Click!&lt;/STRONG&gt;&lt;/A&gt;&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 13 Feb 2025 22:51:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-for-rotate-block-with-minus-90-deegree/m-p/13318378#M3234</guid>
      <dc:creator>cadffm</dc:creator>
      <dc:date>2025-02-13T22:51:51Z</dc:date>
    </item>
    <item>
      <title>Re: Lisp for rotate Block with minus 90 deegree</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-for-rotate-block-with-minus-90-deegree/m-p/13318388#M3235</link>
      <description>&lt;P&gt;Thank for your suggestion, but I shouldn't modify the new standard block, because it is standard. If I manually change the old blocks rotation angle, also will take long time.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Feb 2025 23:04:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-for-rotate-block-with-minus-90-deegree/m-p/13318388#M3235</guid>
      <dc:creator>Bin2009</dc:creator>
      <dc:date>2025-02-13T23:04:05Z</dc:date>
    </item>
    <item>
      <title>Re: Lisp for rotate Block with minus 90 deegree</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-for-rotate-block-with-minus-90-deegree/m-p/13318393#M3236</link>
      <description>&lt;P&gt;You should go to the source of the problem by talking to whoever created these new standard blocks.&lt;/P&gt;&lt;P&gt;Let them know that the original standard blocks were created using this angle.&lt;/P&gt;&lt;P&gt;Now the newly created standard blocks have changed in the original angle.&lt;/P&gt;&lt;P&gt;This problem needs to be fixed at the source and you should not have to deal with this conflict.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Feb 2025 23:07:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-for-rotate-block-with-minus-90-deegree/m-p/13318393#M3236</guid>
      <dc:creator>paullimapa</dc:creator>
      <dc:date>2025-02-13T23:07:31Z</dc:date>
    </item>
    <item>
      <title>Re: Lisp for rotate Block with minus 90 deegree</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-for-rotate-block-with-minus-90-deegree/m-p/13318400#M3237</link>
      <description>&lt;P&gt;Like&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/1137264"&gt;@paullimapa&lt;/a&gt;&amp;nbsp;it looks like the block definition is at 2 different angles depending on the dwg. Easiest way is use bedit and rotate the block and save block, all the blocks of that name will change direction.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Feb 2025 23:13:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-for-rotate-block-with-minus-90-deegree/m-p/13318400#M3237</guid>
      <dc:creator>Sea-Haven</dc:creator>
      <dc:date>2025-02-13T23:13:05Z</dc:date>
    </item>
    <item>
      <title>Re: Lisp for rotate Block with minus 90 deegree</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-for-rotate-block-with-minus-90-deegree/m-p/13318406#M3238</link>
      <description>&lt;P&gt;Think about, the source issue can be on both sides.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you have one standard block for a CAR and you have to replace all cars in all files, now and then, also in files from others/outside,&lt;/P&gt;&lt;P&gt;it is not the right way to edit the (new) standard CAR block &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But if someone created this new block for this drawing only, then it is. But I wouldn't call it "new &lt;U&gt;standard&lt;/U&gt; block" &lt;span class="lia-unicode-emoji" title=":thinking_face:"&gt;🤔&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Feb 2025 23:17:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-for-rotate-block-with-minus-90-deegree/m-p/13318406#M3238</guid>
      <dc:creator>cadffm</dc:creator>
      <dc:date>2025-02-13T23:17:55Z</dc:date>
    </item>
    <item>
      <title>Re: Lisp for rotate Block with minus 90 deegree</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-for-rotate-block-with-minus-90-deegree/m-p/13319368#M3239</link>
      <description>&lt;P&gt;A starting point could be&amp;nbsp;&lt;STRONG&gt;SpinText.lsp&lt;/STRONG&gt; [attached], which rotates Text objects about each one's insertion point, by whatever amount of rotation you specify.&amp;nbsp; It's for Text, but changing that to Blocks would be a simple matter.&lt;/P&gt;
&lt;P&gt;But talk about selection options.&amp;nbsp; I assume you would &lt;EM&gt;not&lt;/EM&gt; want the Blocks equivalent of the &lt;EM&gt;all-Text-in-the-entire-drawing&lt;/EM&gt; selection it offers.&amp;nbsp; But it could be made, for example, to ask you to select one Block and it could find &lt;EM&gt;all others of the same name&lt;/EM&gt;, rather than requiring you to pick them all yourself [but maybe the latter is what you want].&lt;/P&gt;
&lt;P&gt;And questions arise:&amp;nbsp; Does this ever involve &lt;EM&gt;dynamic&lt;/EM&gt; Blocks?&amp;nbsp; [That would make it more complicated for it to find all those of the same name as one you select.]&amp;nbsp; Would there be some with differences in positive-negative on the X &amp;amp; Y scale factors?&amp;nbsp; [That could rotate some effectively in the wrong direction if the rotation isn't 180°.]&lt;/P&gt;</description>
      <pubDate>Fri, 14 Feb 2025 12:37:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-for-rotate-block-with-minus-90-deegree/m-p/13319368#M3239</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2025-02-14T12:37:37Z</dc:date>
    </item>
    <item>
      <title>Re: Lisp for rotate Block with minus 90 deegree</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-for-rotate-block-with-minus-90-deegree/m-p/13320432#M3240</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/550060"&gt;@Bin2009&lt;/a&gt;&amp;nbsp;Maybe this?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="lisp"&gt;(defun c:br90 (/ s o)
  (if (setq s (ssget ":L" '((0 . "INSERT"))))
    (foreach e (vl-remove-if 'listp (mapcar 'cadr (ssnamex s)))
      (vla-put-rotation (setq o (vlax-ename-&amp;gt;vla-object e)) (- (vla-get-rotation o) (/ pi 2.)))
    )
  )
  (princ)
)&lt;/LI-CODE&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>Sat, 15 Feb 2025 18:18:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-for-rotate-block-with-minus-90-deegree/m-p/13320432#M3240</guid>
      <dc:creator>ronjonp</dc:creator>
      <dc:date>2025-02-15T18:18:14Z</dc:date>
    </item>
    <item>
      <title>Re: Lisp for rotate Block with minus 90 deegree</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-for-rotate-block-with-minus-90-deegree/m-p/13320644#M3241</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/593837"&gt;@ronjonp&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;LI-CODE lang="lisp"&gt;(vla-put-rotation (vlax-ename-&amp;gt;vla-object o) (- (vla-get-rotation o) (/ pi 2.)))&lt;/LI-CODE&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Should that line be more like this?&lt;/P&gt;
&lt;LI-CODE lang="lisp"&gt;(vla-put-rotation (setq o (vlax-ename-&amp;gt;vla-object e) (- (vla-get-rotation o) (/ pi 2.)))&lt;/LI-CODE&gt;
&lt;P&gt;[untested]&lt;/P&gt;</description>
      <pubDate>Sat, 15 Feb 2025 02:33:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-for-rotate-block-with-minus-90-deegree/m-p/13320644#M3241</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2025-02-15T02:33:12Z</dc:date>
    </item>
    <item>
      <title>Re: Lisp for rotate Block with minus 90 deegree</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-for-rotate-block-with-minus-90-deegree/m-p/13321264#M3242</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;Oops .. updated above.&lt;/P&gt;</description>
      <pubDate>Sat, 15 Feb 2025 18:18:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-for-rotate-block-with-minus-90-deegree/m-p/13321264#M3242</guid>
      <dc:creator>ronjonp</dc:creator>
      <dc:date>2025-02-15T18:18:40Z</dc:date>
    </item>
    <item>
      <title>Re: Lisp for rotate Block with minus 90 deegree</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-for-rotate-block-with-minus-90-deegree/m-p/13321849#M3243</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/593837"&gt;@ronjonp&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;pi&lt;/EM&gt; is real number, what for is &lt;EM&gt;(/ pi 2&lt;U&gt;.&lt;/U&gt;)&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 16 Feb 2025 10:27:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-for-rotate-block-with-minus-90-deegree/m-p/13321849#M3243</guid>
      <dc:creator>komondormrex</dc:creator>
      <dc:date>2025-02-16T10:27:09Z</dc:date>
    </item>
    <item>
      <title>Re: Lisp for rotate Block with minus 90 deegree</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-for-rotate-block-with-minus-90-deegree/m-p/13323644#M3244</link>
      <description>&lt;P&gt;See if this sheds any light &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;LI-CODE lang="lisp"&gt;(angtof "90")
;; 1.5708 
(/ pi 2)
;; 1.5708 &lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 17 Feb 2025 16:05:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-for-rotate-block-with-minus-90-deegree/m-p/13323644#M3244</guid>
      <dc:creator>ronjonp</dc:creator>
      <dc:date>2025-02-17T16:05:13Z</dc:date>
    </item>
    <item>
      <title>Re: Lisp for rotate Block with minus 90 deegree</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-for-rotate-block-with-minus-90-deegree/m-p/13323937#M3245</link>
      <description>&lt;P&gt;&lt;A href="https://www.cadforum.cz/en/download.asp?fileID=2176" target="_blank"&gt;https://www.cadforum.cz/en/download.asp?fileID=2176&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Feb 2025 18:46:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-for-rotate-block-with-minus-90-deegree/m-p/13323937#M3245</guid>
      <dc:creator>pkenewell6347</dc:creator>
      <dc:date>2025-02-17T18:46:23Z</dc:date>
    </item>
    <item>
      <title>Re: Lisp for rotate Block with minus 90 deegree</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-for-rotate-block-with-minus-90-deegree/m-p/13324367#M3246</link>
      <description>&lt;P&gt;Been discussed many times about divide in particular returning a real v's an integer and like&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/593837"&gt;@ronjonp&lt;/a&gt;&amp;nbsp;I try to use a decimal in my numbers often just the decimal point rather than x.0, (/ 3 2) = 1 ?? (/ 3 2.) = 1.5 (/ 3. 2) = 1.5 I guess just a good habit to get used to.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Feb 2025 23:33:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-for-rotate-block-with-minus-90-deegree/m-p/13324367#M3246</guid>
      <dc:creator>Sea-Haven</dc:creator>
      <dc:date>2025-02-17T23:33:13Z</dc:date>
    </item>
    <item>
      <title>Re: Lisp for rotate Block with minus 90 deegree</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-for-rotate-block-with-minus-90-deegree/m-p/13324533#M3247</link>
      <description>&lt;P&gt;Hello Kent,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Your lisp is work perfectly for the text!&lt;BR /&gt;My block is dynamic block without any text.&lt;/P&gt;&lt;P&gt;Thank you very much!&lt;/P&gt;&lt;P&gt;Bin&lt;/P&gt;</description>
      <pubDate>Tue, 18 Feb 2025 02:18:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-for-rotate-block-with-minus-90-deegree/m-p/13324533#M3247</guid>
      <dc:creator>Bin2009</dc:creator>
      <dc:date>2025-02-18T02:18:23Z</dc:date>
    </item>
    <item>
      <title>Re: Lisp for rotate Block with minus 90 deegree</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-for-rotate-block-with-minus-90-deegree/m-p/13324536#M3248</link>
      <description>&lt;P&gt;Hello Ronjonp.&lt;/P&gt;&lt;P&gt;Thank you so much for your lisp, somehow is not working properly, show some error when loading, I try to figure out why.&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Bin&lt;/P&gt;</description>
      <pubDate>Tue, 18 Feb 2025 02:20:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-for-rotate-block-with-minus-90-deegree/m-p/13324536#M3248</guid>
      <dc:creator>Bin2009</dc:creator>
      <dc:date>2025-02-18T02:20:08Z</dc:date>
    </item>
    <item>
      <title>Re: Lisp for rotate Block with minus 90 deegree</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-for-rotate-block-with-minus-90-deegree/m-p/13324549#M3249</link>
      <description>&lt;P&gt;Hello Pkenewell,&lt;/P&gt;&lt;P&gt;Thank you so much, the resource you give me provided the lisp can rotate all the objects based on their own reference points, This is perfect for me. because all my blocks which need to be rotated, all setting on one layer, also that layer only have the blocks object, so I can isolate the layer, then use the lisp rotate all the blocks.&lt;/P&gt;&lt;P&gt;Highly appreciate!&lt;/P&gt;&lt;P&gt;Bin&lt;/P&gt;</description>
      <pubDate>Tue, 18 Feb 2025 02:30:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-for-rotate-block-with-minus-90-deegree/m-p/13324549#M3249</guid>
      <dc:creator>Bin2009</dc:creator>
      <dc:date>2025-02-18T02:30:41Z</dc:date>
    </item>
    <item>
      <title>Re: Lisp for rotate Block with minus 90 deegree</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-for-rotate-block-with-minus-90-deegree/m-p/13325061#M3250</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/550060"&gt;@Bin2009&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am using often these 2 Lisp routines :&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BROT : "Relative" Rotation of Blocks&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BSCA : "Relative" Scale of Blocks&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;AND I have exactly the same routines for TEXT / MTEXT :&amp;nbsp; TROT&amp;nbsp; &amp;amp;&amp;nbsp; TSCA ...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Maybe these routines could help you !?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Bye, Pat&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Feb 2025 14:47:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-for-rotate-block-with-minus-90-deegree/m-p/13325061#M3250</guid>
      <dc:creator>braudpat</dc:creator>
      <dc:date>2025-02-18T14:47:10Z</dc:date>
    </item>
    <item>
      <title>Re: Lisp for rotate Block with minus 90 deegree</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-for-rotate-block-with-minus-90-deegree/m-p/13325616#M3251</link>
      <description>&lt;P&gt;actually i have meant decimal point) do not understand what direction you are lightening.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="komondormrex_0-1739888331150.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1468202i8A97C5FA97911F83/image-size/medium?v=v2&amp;amp;px=400" role="button" title="komondormrex_0-1739888331150.png" alt="komondormrex_0-1739888331150.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Feb 2025 14:21:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-for-rotate-block-with-minus-90-deegree/m-p/13325616#M3251</guid>
      <dc:creator>komondormrex</dc:creator>
      <dc:date>2025-02-18T14:21:09Z</dc:date>
    </item>
    <item>
      <title>Re: Lisp for rotate Block with minus 90 deegree</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-for-rotate-block-with-minus-90-deegree/m-p/13325777#M3252</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/550060"&gt;@Bin2009&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hello Ronjonp.&lt;/P&gt;
&lt;P&gt;Thank you so much for your lisp, somehow is not working properly, show some error when loading, I try to figure out why.&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Bin&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Weird .. works fine here:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2025-02-18_08-22-19.gif" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1468251i41FE5E1F0430B1AF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="2025-02-18_08-22-19.gif" alt="2025-02-18_08-22-19.gif" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Tue, 18 Feb 2025 15:23:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-for-rotate-block-with-minus-90-deegree/m-p/13325777#M3252</guid>
      <dc:creator>ronjonp</dc:creator>
      <dc:date>2025-02-18T15:23:02Z</dc:date>
    </item>
  </channel>
</rss>

