<?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 Inserting a UCS angle value in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/inserting-a-ucs-angle-value/m-p/9192632#M119807</link>
    <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to create a text which holds a specific alignment of X angle on UCS axis. Basically I am rotating my view regularly and I want it to understand to always rotate e.g. 45 degrees on my current and not world view. My code as of now is:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;(setq gwnia (getint "\n Specify angle: "))

.......

(command "mtext" shelfnamep "j" "tc" "s" "driverstyle" "r" gwnia "w" "0.8" shelfname "" )&lt;/PRE&gt;&lt;P&gt;I thought about the trans function, but it says it works on points. Basically I don't even need to ask for the user input of the angle at the start of my code, I will always have a fixed 45 degrees on the text that pops up based on my current view.&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>Tue, 10 Dec 2019 08:13:43 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-12-10T08:13:43Z</dc:date>
    <item>
      <title>Inserting a UCS angle value</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/inserting-a-ucs-angle-value/m-p/9192632#M119807</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to create a text which holds a specific alignment of X angle on UCS axis. Basically I am rotating my view regularly and I want it to understand to always rotate e.g. 45 degrees on my current and not world view. My code as of now is:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;(setq gwnia (getint "\n Specify angle: "))

.......

(command "mtext" shelfnamep "j" "tc" "s" "driverstyle" "r" gwnia "w" "0.8" shelfname "" )&lt;/PRE&gt;&lt;P&gt;I thought about the trans function, but it says it works on points. Basically I don't even need to ask for the user input of the angle at the start of my code, I will always have a fixed 45 degrees on the text that pops up based on my current view.&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>Tue, 10 Dec 2019 08:13:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/inserting-a-ucs-angle-value/m-p/9192632#M119807</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-12-10T08:13:43Z</dc:date>
    </item>
    <item>
      <title>Re: Inserting a UCS angle value</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/inserting-a-ucs-angle-value/m-p/9193031#M119808</link>
      <description>&lt;P&gt;You should post this question &lt;A href="https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/bd-p/130" target="_blank" rel="noopener"&gt;here&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Dec 2019 11:49:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/inserting-a-ucs-angle-value/m-p/9193031#M119808</guid>
      <dc:creator>RobDraw</dc:creator>
      <dc:date>2019-12-10T11:49:27Z</dc:date>
    </item>
  </channel>
</rss>

