<?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: is it posible to use DISTANCE as data for another command? in AutoCAD LT Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-lt-forum/is-it-posible-to-use-distance-as-data-for-another-command/m-p/11337729#M10026</link>
    <description>What is it you are trying to achieve ultimately with that DISTANCE read-only variable  info?&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 03 Aug 2022 14:39:00 GMT</pubDate>
    <dc:creator>pendean</dc:creator>
    <dc:date>2022-08-03T14:39:00Z</dc:date>
    <item>
      <title>is it posible to use DISTANCE as data for another command?</title>
      <link>https://forums.autodesk.com/t5/autocad-lt-forum/is-it-posible-to-use-distance-as-data-for-another-command/m-p/11337681#M10023</link>
      <description>&lt;P&gt;Hi Everyone&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As the title says, i'm looking for a way to use the data stored in the &lt;STRONG&gt;DISTANCE&lt;/STRONG&gt; command (wich you set by using the &lt;STRONG&gt;DIST&lt;/STRONG&gt; command) in another command&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i would like to use that data in a &lt;STRONG&gt;'CAL&lt;/STRONG&gt; but don't know how to use it&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;or, for example: you set the distance with &lt;STRONG&gt;DIST&lt;/STRONG&gt; and then you want to su that data as the radius for a &lt;STRONG&gt;CIRCLE&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;how do i tell the &lt;STRONG&gt;CIRCLE&lt;/STRONG&gt; command to use the data in &lt;STRONG&gt;DISTANCE&lt;/STRONG&gt;?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;</description>
      <pubDate>Wed, 03 Aug 2022 14:23:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-lt-forum/is-it-posible-to-use-distance-as-data-for-another-command/m-p/11337681#M10023</guid>
      <dc:creator>damian.soler</dc:creator>
      <dc:date>2022-08-03T14:23:30Z</dc:date>
    </item>
    <item>
      <title>Betreff: is it posible to use DISTANCE as data for another command?</title>
      <link>https://forums.autodesk.com/t5/autocad-lt-forum/is-it-posible-to-use-distance-as-data-for-another-command/m-p/11337710#M10024</link>
      <description>&lt;P&gt;In LT?&lt;/P&gt;
&lt;P&gt;Someone other could know a direct way, but my knowledge is limited to:&lt;/P&gt;
&lt;P&gt;You need to use a menumacro (button in ribbon,toolbar or toolpalette)&lt;/P&gt;
&lt;P&gt;Create a button with this macro inside:&lt;/P&gt;
&lt;P&gt;$M=$(getvar,DISTANCE);&lt;/P&gt;</description>
      <pubDate>Wed, 03 Aug 2022 14:31:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-lt-forum/is-it-posible-to-use-distance-as-data-for-another-command/m-p/11337710#M10024</guid>
      <dc:creator>cadffm</dc:creator>
      <dc:date>2022-08-03T14:31:53Z</dc:date>
    </item>
    <item>
      <title>Betreff: is it posible to use DISTANCE as data for another command?</title>
      <link>https://forums.autodesk.com/t5/autocad-lt-forum/is-it-posible-to-use-distance-as-data-for-another-command/m-p/11337724#M10025</link>
      <description>&lt;P&gt;..but if you used the DIST command only to know the value for the next circle rad for example,&lt;/P&gt;
&lt;P&gt;you can go another way:&lt;/P&gt;
&lt;P&gt;Start CIRCLE command, choose the centerpoint, start '_quickcalc (type in or right-click calculator),&lt;/P&gt;
&lt;P&gt;use the 'Dist between two points' Option and after this [Apply] and &amp;lt;enter&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Aug 2022 14:36:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-lt-forum/is-it-posible-to-use-distance-as-data-for-another-command/m-p/11337724#M10025</guid>
      <dc:creator>cadffm</dc:creator>
      <dc:date>2022-08-03T14:36:34Z</dc:date>
    </item>
    <item>
      <title>Re: is it posible to use DISTANCE as data for another command?</title>
      <link>https://forums.autodesk.com/t5/autocad-lt-forum/is-it-posible-to-use-distance-as-data-for-another-command/m-p/11337729#M10026</link>
      <description>What is it you are trying to achieve ultimately with that DISTANCE read-only variable  info?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 03 Aug 2022 14:39:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-lt-forum/is-it-posible-to-use-distance-as-data-for-another-command/m-p/11337729#M10026</guid>
      <dc:creator>pendean</dc:creator>
      <dc:date>2022-08-03T14:39:00Z</dc:date>
    </item>
    <item>
      <title>Re: is it posible to use DISTANCE as data for another command?</title>
      <link>https://forums.autodesk.com/t5/autocad-lt-forum/is-it-posible-to-use-distance-as-data-for-another-command/m-p/11337767#M10027</link>
      <description>&lt;P&gt;Hi, thanks for the response&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i want to use DISTANCE data in a 'CAL&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i don't know how to call that variable to use it inside a 'CAL, for example i would like 'CAL to calculate DISTANCE/90 and use that info as a circle radius, like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;_Circle&lt;/P&gt;&lt;P&gt;(set base point)&lt;BR /&gt;(when CIRCLE ask for the radius, pause it with 'CAL)&lt;/P&gt;&lt;P&gt;(also pause 'CAL to set de DISTANCE variable using DIST)&lt;/P&gt;&lt;P&gt;(recover the DISTANCE data and use it in 'CAL, the result goes to the paused CIRCLE command and voila)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i know is hard to achieve but i think it could be posible, just don't know how to recover the DISTANCE data and use inside 'CAL&lt;/P&gt;</description>
      <pubDate>Wed, 03 Aug 2022 14:49:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-lt-forum/is-it-posible-to-use-distance-as-data-for-another-command/m-p/11337767#M10027</guid>
      <dc:creator>damian.soler</dc:creator>
      <dc:date>2022-08-03T14:49:18Z</dc:date>
    </item>
    <item>
      <title>Re: is it posible to use DISTANCE as data for another command?</title>
      <link>https://forums.autodesk.com/t5/autocad-lt-forum/is-it-posible-to-use-distance-as-data-for-another-command/m-p/11337807#M10028</link>
      <description>&lt;P&gt;Like this from HELP in LT&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="pendean_0-1659538985732.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1099865i0E49E754DCCEF0D5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="pendean_0-1659538985732.png" alt="pendean_0-1659538985732.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Command: CIRCLE&lt;BR /&gt;Specify center point for circle or [3P/2P/Ttr (tan tan radius)]:&lt;BR /&gt;Specify radius of circle or [Diameter]: d&lt;BR /&gt;Specify diameter of circle: 'cal&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Expression: getvar(distance)&lt;BR /&gt;Resuming CIRCLE command.&lt;BR /&gt;Specify diameter of circle: 5.7813629320116&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Aug 2022 15:05:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-lt-forum/is-it-posible-to-use-distance-as-data-for-another-command/m-p/11337807#M10028</guid>
      <dc:creator>pendean</dc:creator>
      <dc:date>2022-08-03T15:05:24Z</dc:date>
    </item>
    <item>
      <title>Re: is it posible to use DISTANCE as data for another command?</title>
      <link>https://forums.autodesk.com/t5/autocad-lt-forum/is-it-posible-to-use-distance-as-data-for-another-command/m-p/11337826#M10029</link>
      <description>&lt;P&gt;next time, write the whole story first &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;'cal&lt;/P&gt;
&lt;P&gt;&amp;lt;perfect help page given by pendean&amp;gt;&lt;/P&gt;
&lt;P&gt;and here is your sample distance/90&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;circle&lt;/P&gt;
&lt;P&gt;&amp;lt;centerpoint&amp;gt;&lt;/P&gt;
&lt;P&gt;'cal&lt;/P&gt;
&lt;P&gt;getvar(distance)/90&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;that's all.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.autodesk.com/view/ACDLT/2023/ENU/?query=cal" target="_blank" rel="noopener"&gt;&lt;STRONG&gt;[F1]&lt;/STRONG&gt; that's it.&lt;/A&gt;&lt;/P&gt;
&lt;DIV id="simple-translate"&gt;
&lt;DIV&gt;
&lt;DIV class="simple-translate-button isShow" style="background-image: url('moz-extension://c5d1cf00-4e84-4818-a0e3-d14b1fa33d30/icons/512.png'); height: 22px; width: 22px; top: 228px; left: -48px;"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="simple-translate-panel " style="width: 300px; height: 200px; top: 0px; left: 0px; font-size: 13px; background-color: #ffffff;"&gt;
&lt;DIV class="simple-translate-result-wrapper" style="overflow: hidden;"&gt;
&lt;DIV class="simple-translate-move" draggable="true"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="simple-translate-result-contents"&gt;
&lt;P class="simple-translate-result" style="color: #000000;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="simple-translate-candidate" style="color: #737373;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 03 Aug 2022 15:14:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-lt-forum/is-it-posible-to-use-distance-as-data-for-another-command/m-p/11337826#M10029</guid>
      <dc:creator>cadffm</dc:creator>
      <dc:date>2022-08-03T15:14:42Z</dc:date>
    </item>
    <item>
      <title>Re: is it posible to use DISTANCE as data for another command?</title>
      <link>https://forums.autodesk.com/t5/autocad-lt-forum/is-it-posible-to-use-distance-as-data-for-another-command/m-p/11337964#M10030</link>
      <description>&lt;P&gt;Thank you so much everyone &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Aug 2022 16:12:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-lt-forum/is-it-posible-to-use-distance-as-data-for-another-command/m-p/11337964#M10030</guid>
      <dc:creator>damian.soler</dc:creator>
      <dc:date>2022-08-03T16:12:28Z</dc:date>
    </item>
  </channel>
</rss>

