<?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>tema Re: Cal Command angle en AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/cal-command-angle/m-p/11935947#M1104835</link>
    <description>&lt;P&gt;Ok, i checked :&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;@+[(50+32+85/3...)&amp;lt;45]&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;is ok&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 02 May 2023 11:36:17 GMT</pubDate>
    <dc:creator>tramber</dc:creator>
    <dc:date>2023-05-02T11:36:17Z</dc:date>
    <item>
      <title>Cal Command angle</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/cal-command-angle/m-p/11935779#M1104828</link>
      <description>&lt;P&gt;I started the line command and gave it a first point. Now I had to calculate the length of the line all at once in different sizes. Example: (50+32+85/3...) etc. This is more a question of workflow as using Inventor this is an easy enough thing to do. I type 'CAL in the command line to define the expression, but I don't know how to specify the angle after the expression calculated the length.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 May 2023 10:17:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/cal-command-angle/m-p/11935779#M1104828</guid>
      <dc:creator>pienaarc40</dc:creator>
      <dc:date>2023-05-02T10:17:15Z</dc:date>
    </item>
    <item>
      <title>Re: Cal Command angle</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/cal-command-angle/m-p/11935808#M1104829</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't see how you can achieve that by 'CAL, but if you use QUICKCALC you can paste the value to the command line and continue the command you started.&lt;/P&gt;</description>
      <pubDate>Tue, 02 May 2023 10:30:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/cal-command-angle/m-p/11935808#M1104829</guid>
      <dc:creator>aimadeddinebzn</dc:creator>
      <dc:date>2023-05-02T10:30:16Z</dc:date>
    </item>
    <item>
      <title>Re: Cal Command angle</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/cal-command-angle/m-p/11935932#M1104834</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="general"&gt;Commande:  LIGNE
Spécifiez le premier point:
Spécifiez le point suivant ou [annUler]: 'cal
&amp;gt;&amp;gt;&amp;gt;&amp;gt; Expression: @+[200&amp;lt;(90/2)&amp;lt;0]
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I did it in my language but i hope you got it&amp;nbsp;&lt;img class="lia-deferred-image lia-image-emoji" src="https://forums.autodesk.com/html/@59C40FF4A66238AB63B8D5D30F650901/emoticons/1f609.png" alt=":cara_guiñando_un_ojo:" title=":cara_guiñando_un_ojo:" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;or&amp;nbsp;@+[&lt;SPAN&gt;(50+32+85/3...)&amp;lt;45&amp;lt;0]&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I gave you a spherical specification but i think [dist&amp;lt;ang] is enough&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 May 2023 11:31:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/cal-command-angle/m-p/11935932#M1104834</guid>
      <dc:creator>tramber</dc:creator>
      <dc:date>2023-05-02T11:31:56Z</dc:date>
    </item>
    <item>
      <title>Re: Cal Command angle</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/cal-command-angle/m-p/11935947#M1104835</link>
      <description>&lt;P&gt;Ok, i checked :&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;@+[(50+32+85/3...)&amp;lt;45]&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;is ok&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 02 May 2023 11:36:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/cal-command-angle/m-p/11935947#M1104835</guid>
      <dc:creator>tramber</dc:creator>
      <dc:date>2023-05-02T11:36:17Z</dc:date>
    </item>
    <item>
      <title>Re: Cal Command angle</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/cal-command-angle/m-p/11935973#M1104836</link>
      <description>&lt;P&gt;A 2-step process is also available that might be simpler than using polar coordinates for typical angles.&amp;nbsp; Use Cal to calculate a distance and assign it to a variable (say d).&amp;nbsp; Then using polarmode set to your set of angles, start the line command and point in the desired direction. When the green line appears matching your desired direction enter the distance as !d. Note: direct distance entry is disabled when you issue 'cal at the command line, however.&lt;/P&gt;</description>
      <pubDate>Tue, 02 May 2023 11:48:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/cal-command-angle/m-p/11935973#M1104836</guid>
      <dc:creator>dbroad</dc:creator>
      <dc:date>2023-05-02T11:48:07Z</dc:date>
    </item>
    <item>
      <title>Re: Cal Command angle</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/cal-command-angle/m-p/11936012#M1104837</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/13512924"&gt;@pienaarc40&lt;/a&gt;&amp;nbsp;, i am glad you use 'CAL and that I gave you a clue.&lt;/P&gt;
&lt;P&gt;It is (let's say : "it can be") powerful but so badly known&lt;/P&gt;</description>
      <pubDate>Tue, 02 May 2023 12:04:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/cal-command-angle/m-p/11936012#M1104837</guid>
      <dc:creator>tramber</dc:creator>
      <dc:date>2023-05-02T12:04:36Z</dc:date>
    </item>
  </channel>
</rss>

