<?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: DIMROTATED button in Visual LISP, AutoLISP and General Customization Forum</title>
    <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/dimrotated-button/m-p/9955943#M66038</link>
    <description>&lt;P&gt;Got it!!&lt;/P&gt;&lt;P&gt;Did a little Google search on your advice and understand now.&lt;/P&gt;&lt;P&gt;Already implemented and working a treat.&lt;/P&gt;&lt;P&gt;Thanks to you both for the assistance!!&lt;/P&gt;</description>
    <pubDate>Tue, 22 Dec 2020 12:03:42 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-12-22T12:03:42Z</dc:date>
    <item>
      <title>DIMROTATED button</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/dimrotated-button/m-p/9955629#M66033</link>
      <description>&lt;P&gt;Hi there, hoping that one of you guys can help me out with adding a button to the ANNOTATION panel for the DIMROTATED command.&lt;/P&gt;&lt;P&gt;Only came across this useful command yesterday and was amazed that this isnt already included and you have to type in manually in the command line.&lt;/P&gt;&lt;P&gt;I've looked in the CUI already for the command but cant see it anywhere, so obviously cannot assign a button.&lt;/P&gt;&lt;P&gt;Anybody come across this one before?&lt;/P&gt;&lt;P&gt;Any advice would be greatly appreciated.&lt;/P&gt;&lt;P&gt;Cheers all!!!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Dec 2020 09:03:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/dimrotated-button/m-p/9955629#M66033</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-12-22T09:03:55Z</dc:date>
    </item>
    <item>
      <title>Re: DIMROTATED button</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/dimrotated-button/m-p/9955649#M66034</link>
      <description>&lt;P&gt;Use command CUI in system console to start Customize User Interface. There you can add command particular ribbon.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Dec 2020 09:13:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/dimrotated-button/m-p/9955649#M66034</guid>
      <dc:creator>hak_vz</dc:creator>
      <dc:date>2020-12-22T09:13:50Z</dc:date>
    </item>
    <item>
      <title>Re: DIMROTATED button</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/dimrotated-button/m-p/9955663#M66035</link>
      <description>&lt;P&gt;Hi, and thanks for the very quick reply.&lt;/P&gt;&lt;P&gt;The trouble I'm having is that I cannot find the DIMROTATED command in the COMMAND LIST part of the CUI and thats the only way I know of adding a button to the panels.&lt;/P&gt;&lt;P&gt;Do you know of the location of DIMROTATED?&lt;/P&gt;&lt;P&gt;Thanks again.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Dec 2020 09:23:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/dimrotated-button/m-p/9955663#M66035</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-12-22T09:23:45Z</dc:date>
    </item>
    <item>
      <title>Re: DIMROTATED button</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/dimrotated-button/m-p/9955713#M66036</link>
      <description>&lt;P&gt;1. You can create your own - CUI dialog is the right dialog for that.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ^C^C_.&lt;FONT style="font-family: ArtifaktLegend-Regular , Arial , Helvetica , sans-serif; color: #666666;"&gt;&lt;FONT style="font-family: ArtifaktLegend-Regular , FrutigerNext-Regular , FrutigerNext-Regular , Arial , Helvetica , sans-serif;"&gt;DIMROTATED&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2. DIMROTATED is a command to create DIMLINEAR dimensions with the ROTATED option &amp;amp; angle /= 0&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; so it the same result like ^C^C_.DIMLINEAR;\\_r&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Dec 2020 09:51:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/dimrotated-button/m-p/9955713#M66036</guid>
      <dc:creator>cadffm</dc:creator>
      <dc:date>2020-12-22T09:51:10Z</dc:date>
    </item>
    <item>
      <title>Re: DIMROTATED button</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/dimrotated-button/m-p/9955783#M66037</link>
      <description>&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" size="3"&gt;Hi thanks for the information.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" size="3"&gt;I must admit, I am a little bit of a newbie in this area so I just need a little clarification on this please.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" size="3"&gt;When you say&amp;nbsp;&lt;SPAN style="font-size: 12.0pt; font-family: ArtifaktLegend-Regular; color: #666666;"&gt;^C^C_.DIMROTATED, does this mean that I need to create a macro for this first, then add the button to the macro via the CUI interface?&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" size="3"&gt;&lt;SPAN style="font-size: 12.0pt; font-family: ArtifaktLegend-Regular; color: #666666;"&gt;Thanks again.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Dec 2020 10:28:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/dimrotated-button/m-p/9955783#M66037</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-12-22T10:28:44Z</dc:date>
    </item>
    <item>
      <title>Re: DIMROTATED button</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/dimrotated-button/m-p/9955943#M66038</link>
      <description>&lt;P&gt;Got it!!&lt;/P&gt;&lt;P&gt;Did a little Google search on your advice and understand now.&lt;/P&gt;&lt;P&gt;Already implemented and working a treat.&lt;/P&gt;&lt;P&gt;Thanks to you both for the assistance!!&lt;/P&gt;</description>
      <pubDate>Tue, 22 Dec 2020 12:03:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/dimrotated-button/m-p/9955943#M66038</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-12-22T12:03:42Z</dc:date>
    </item>
  </channel>
</rss>

