<?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: Dim Field lisp help in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/dim-field-lisp-help/m-p/9758231#M95923</link>
    <description>&lt;P&gt;Dear Moshe,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now it works very well and I would like to thank you for your important helping. I am sure that your this lisp help many other peoples.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;</description>
    <pubDate>Mon, 21 Sep 2020 02:45:54 GMT</pubDate>
    <dc:creator>minh.dxuan</dc:creator>
    <dc:date>2020-09-21T02:45:54Z</dc:date>
    <item>
      <title>Dim Field lisp help</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/dim-field-lisp-help/m-p/9743310#M95911</link>
      <description>&lt;P&gt;Dea all,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Lee Mac has AF and LF to replace for existing text by field as below:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.lee-mac.com/lengthfield.html#lf" target="_blank" rel="noopener"&gt;http://www.lee-mac.com/lengthfield.html#lf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;div class="video-embed-center video-embed"&gt;&lt;iframe class="embedly-embed" src="https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fwww.youtube.com%2Fembed%2FRR67Y0xDsqg%3Ffeature%3Doembed&amp;amp;display_name=YouTube&amp;amp;url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DRR67Y0xDsqg&amp;amp;image=https%3A%2F%2Fi.ytimg.com%2Fvi%2FRR67Y0xDsqg%2Fhqdefault.jpg&amp;amp;type=text%2Fhtml&amp;amp;schema=youtube" width="600" height="337" scrolling="no" title="AF" frameborder="0" allow="autoplay; fullscreen; encrypted-media; picture-in-picture" allowfullscreen="true"&gt;&lt;/iframe&gt;&lt;/div&gt;I need to similar lisp to get value of existing linear dimension in drawings and replace for an existing text.&lt;/P&gt;&lt;P&gt;Thank you so much in advance.&lt;/P&gt;</description>
      <pubDate>Sat, 12 Sep 2020 01:21:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/dim-field-lisp-help/m-p/9743310#M95911</guid>
      <dc:creator>minh.dxuan</dc:creator>
      <dc:date>2020-09-12T01:21:23Z</dc:date>
    </item>
    <item>
      <title>Re: Dim Field lisp help</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/dim-field-lisp-help/m-p/9743866#M95912</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/9230228"&gt;@minh.dxuan&lt;/a&gt;&amp;nbsp; hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Attached a lisp command called RDD to do what you want. place the file (rdd.vlx) in your lisp folder and load it. type rdd to run.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;for dimension it accept any type of dimension.&lt;/P&gt;&lt;P&gt;for text it accept text + mtext. if you pick mtext be aware the whole text value is replaced by the dim value.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the result text format is comply with the selected dimension dimstyle. if the selected dimension has dimension overrides, they will not affect the result.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;enjoy&lt;/P&gt;&lt;P&gt;moshe&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;&lt;P&gt;&amp;nbsp;&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>Sat, 12 Sep 2020 18:25:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/dim-field-lisp-help/m-p/9743866#M95912</guid>
      <dc:creator>Moshe-A</dc:creator>
      <dc:date>2020-09-12T18:25:59Z</dc:date>
    </item>
    <item>
      <title>Re: Dim Field lisp help</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/dim-field-lisp-help/m-p/9744489#M95913</link>
      <description>&lt;P&gt;Dear Moshe,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you so much for your help. Sorry because I forgot to describe&amp;nbsp;more detail about the requirements:&lt;/P&gt;&lt;P&gt;1. Existing text will be replaced by value of 1 dim or total value of some dims.&lt;/P&gt;&lt;P&gt;2. Unit displays on dim is mm, value to be replaced is m. Therefore, the value after replacing = value of dims/1,000 (round 2 numbers after decimal point).&lt;/P&gt;&lt;P&gt;3. The replacement must be field so that when I adjust dim length and run command "re", the field will be automatically updated as the attached photo.&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="screenshot_1600006548.png" style="width: 904px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/818670i5CDA66516A54F746/image-size/large?v=v2&amp;amp;px=999" role="button" title="screenshot_1600006548.png" alt="screenshot_1600006548.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks.&lt;/P&gt;</description>
      <pubDate>Sun, 13 Sep 2020 14:17:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/dim-field-lisp-help/m-p/9744489#M95913</guid>
      <dc:creator>minh.dxuan</dc:creator>
      <dc:date>2020-09-13T14:17:05Z</dc:date>
    </item>
    <item>
      <title>Re: Dim Field lisp help</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/dim-field-lisp-help/m-p/9744563#M95914</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/9230228"&gt;@minh.dxuan&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1 + 2 fixed&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;about 3:&lt;/P&gt;&lt;P&gt;i do not think field has an option to hold\reference more than 1 object and even referencing 1, i could not find the option to reference dimension value.&amp;nbsp; of&lt;SPAN&gt;&amp;nbsp;course&lt;/SPAN&gt;&amp;nbsp;this could be solved by autolisp but it requires more coding, so at the mean time re-invoke rdd to update the text object.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;enjoy&lt;/P&gt;&lt;P&gt;Moshe&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 13 Sep 2020 16:38:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/dim-field-lisp-help/m-p/9744563#M95914</guid>
      <dc:creator>Moshe-A</dc:creator>
      <dc:date>2020-09-13T16:38:39Z</dc:date>
    </item>
    <item>
      <title>Re: Dim Field lisp help</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/dim-field-lisp-help/m-p/9744873#M95915</link>
      <description>&lt;P&gt;Dear Moshe,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am really happy when getting your help. The item No.03 is very important. I would like to attach 2 lisps that you can refer and maybe you can apply their codes to update for item No.03.&lt;/P&gt;&lt;P&gt;AF/LF (AF: Area summary replaces to Field on existing text; LF: Length summary replaces to Field on existing text).&lt;/P&gt;&lt;P&gt;D2F (Dim summary to Field by picking to place the new text).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks for your help.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Sep 2020 01:02:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/dim-field-lisp-help/m-p/9744873#M95915</guid>
      <dc:creator>minh.dxuan</dc:creator>
      <dc:date>2020-09-14T01:02:39Z</dc:date>
    </item>
    <item>
      <title>Re: Dim Field lisp help</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/dim-field-lisp-help/m-p/9748645#M95916</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/9230228"&gt;@minh.dxuan&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;fixed&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Sep 2020 18:26:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/dim-field-lisp-help/m-p/9748645#M95916</guid>
      <dc:creator>Moshe-A</dc:creator>
      <dc:date>2020-09-15T18:26:37Z</dc:date>
    </item>
    <item>
      <title>Re: Dim Field lisp help</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/dim-field-lisp-help/m-p/9756570#M95917</link>
      <description>&lt;P&gt;Dear Moshe,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;From bottom of my heart, I would like to thank you for your help you gave me. About the last lisp (D2F) you sent to me. I think it still has a very small mistake so that I can not get the result when I run D2F. Could you please help me to check this file?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you so much.&lt;/P&gt;</description>
      <pubDate>Sat, 19 Sep 2020 02:58:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/dim-field-lisp-help/m-p/9756570#M95917</guid>
      <dc:creator>minh.dxuan</dc:creator>
      <dc:date>2020-09-19T02:58:34Z</dc:date>
    </item>
    <item>
      <title>Re: Dim Field lisp help</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/dim-field-lisp-help/m-p/9756646#M95918</link>
      <description>&lt;P&gt;to see the 'mistake' post a sample dwg&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 19 Sep 2020 06:27:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/dim-field-lisp-help/m-p/9756646#M95918</guid>
      <dc:creator>Moshe-A</dc:creator>
      <dc:date>2020-09-19T06:27:47Z</dc:date>
    </item>
    <item>
      <title>Re: Dim Field lisp help</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/dim-field-lisp-help/m-p/9756720#M95919</link>
      <description>&lt;P&gt;Dear Moshe,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please try to apply D2F to combine 2 lengths in drawing to replace to the pointed "-".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you so much and best regards.&lt;/P&gt;</description>
      <pubDate>Sat, 19 Sep 2020 08:30:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/dim-field-lisp-help/m-p/9756720#M95919</guid>
      <dc:creator>minh.dxuan</dc:creator>
      <dc:date>2020-09-19T08:30:49Z</dc:date>
    </item>
    <item>
      <title>Re: Dim Field lisp help</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/dim-field-lisp-help/m-p/9756747#M95920</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/9230228"&gt;@minh.dxuan&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;sorry my mistake,&amp;nbsp;here is the fix&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>Sat, 19 Sep 2020 09:15:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/dim-field-lisp-help/m-p/9756747#M95920</guid>
      <dc:creator>Moshe-A</dc:creator>
      <dc:date>2020-09-19T09:15:58Z</dc:date>
    </item>
    <item>
      <title>Re: Dim Field lisp help</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/dim-field-lisp-help/m-p/9757404#M95921</link>
      <description>&lt;P&gt;Dear Moshe,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It's so great that you already fixed that error. Could you please again fix the item No.02 as below?&lt;BR /&gt;"&lt;SPAN&gt;2. Unit displays on dim is mm, value to be replaced is m. Therefore, the value after replacing = value of dims/1,000 (round 2 numbers after decimal point)."&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you so much and best regards.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 19 Sep 2020 23:55:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/dim-field-lisp-help/m-p/9757404#M95921</guid>
      <dc:creator>minh.dxuan</dc:creator>
      <dc:date>2020-09-19T23:55:21Z</dc:date>
    </item>
    <item>
      <title>Re: Dim Field lisp help</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/dim-field-lisp-help/m-p/9757536#M95922</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/9230228"&gt;@minh.dxuan&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ok, fixed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;About "round 2 numbers after decimal point" you can control it with UNITS length precision (luprec sysvar). cause we are talking on field this will update them all.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;i have notice that (after D2F) some times the text value is 'messed' or the field is&amp;nbsp; vanished and&amp;nbsp; a second try fix it. after experimenting with it i feel (not sure) that this is FIELD problem and not the lisp so be aware of that.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Moshe&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 20 Sep 2020 07:43:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/dim-field-lisp-help/m-p/9757536#M95922</guid>
      <dc:creator>Moshe-A</dc:creator>
      <dc:date>2020-09-20T07:43:35Z</dc:date>
    </item>
    <item>
      <title>Re: Dim Field lisp help</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/dim-field-lisp-help/m-p/9758231#M95923</link>
      <description>&lt;P&gt;Dear Moshe,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now it works very well and I would like to thank you for your important helping. I am sure that your this lisp help many other peoples.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Sep 2020 02:45:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/dim-field-lisp-help/m-p/9758231#M95923</guid>
      <dc:creator>minh.dxuan</dc:creator>
      <dc:date>2020-09-21T02:45:54Z</dc:date>
    </item>
    <item>
      <title>Re: Dim Field lisp help</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/dim-field-lisp-help/m-p/9758502#M95924</link>
      <description>&lt;P&gt;i am very glade i could help - have a nice day&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":grinning_face:"&gt;😀&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Sep 2020 08:01:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/dim-field-lisp-help/m-p/9758502#M95924</guid>
      <dc:creator>Moshe-A</dc:creator>
      <dc:date>2020-09-21T08:01:50Z</dc:date>
    </item>
  </channel>
</rss>

