<?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: AUTOMATIC DIMENSION SELECT OBJECT LISP in Visual LISP, AutoLISP and General Customization Forum</title>
    <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/automatic-dimension-select-object-lisp/m-p/10969802#M91354</link>
    <description>&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;P&gt;Dear Sir,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please modify this lisp, 5nos different type of block name input in this lisp please help sir.&lt;/P&gt;&lt;P&gt;and using auto cad 2013.&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Thu, 24 Feb 2022 13:47:53 GMT</pubDate>
    <dc:creator>Gaganpatel</dc:creator>
    <dc:date>2022-02-24T13:47:53Z</dc:date>
    <item>
      <title>AUTOMATIC DIMENSION SELECT OBJECT LISP</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/automatic-dimension-select-object-lisp/m-p/8654449#M91319</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Dear Sir,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I want to rectangle inner all attributes circle to attributes circle dimension automatic.&lt;/P&gt;
&lt;P&gt;Please help me.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Mar 2019 03:13:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/automatic-dimension-select-object-lisp/m-p/8654449#M91319</guid>
      <dc:creator>Gaganpatel</dc:creator>
      <dc:date>2019-03-13T03:13:53Z</dc:date>
    </item>
    <item>
      <title>Re: AUTOMATIC DIMENSION SELECT OBJECT LISP</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/automatic-dimension-select-object-lisp/m-p/8654941#M91320</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please help any body.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Mar 2019 09:13:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/automatic-dimension-select-object-lisp/m-p/8654941#M91320</guid>
      <dc:creator>Gaganpatel</dc:creator>
      <dc:date>2019-03-13T09:13:30Z</dc:date>
    </item>
    <item>
      <title>Re: AUTOMATIC DIMENSION SELECT OBJECT LISP</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/automatic-dimension-select-object-lisp/m-p/8659344#M91321</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/5738838"&gt;@Gaganpatel&lt;/a&gt;&amp;nbsp; hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;your request may look very simple to accomplish but it's totally beyond that but i managed to get over all the difficulties and i hope this will be your answer.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;attached fdall.zip file contain fdall.vlx lisp file to be load in autocad.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;cause you did not provide any explanation on what your are doing so i called the rectangle lines "Feature" and the lisp is Feature Dimension All.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;it's important that you read this all so you will understand under what terms it works:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;limitation:&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#FF0000"&gt;the feature (the lines) must form a straight rectangle and must be aligned to wcs&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;dimension style:&lt;/P&gt;
&lt;P&gt;the fdall.vlx uses the current dimstyle. if the dimstyle is not well defined, you will get ugly result.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;running lisp:&lt;/P&gt;
&lt;P&gt;after loading it, you will be prompt to select objects: select the feature (4 lines) and all the circle blocks in one shot.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;program process:&lt;/P&gt;
&lt;P&gt;it start by checking what was selected e.g 4 lines that must form a straight rectangle and if it's not, you will be notify.&lt;/P&gt;
&lt;P&gt;if some other thing went wrong or missing (like the circle blocks) you will be notify. the circle blocks must lay totally inside the feature otherwise they will be ignored.&lt;/P&gt;
&lt;P&gt;if your selection was positive, you will get the dimensions. the horizontal dimension starts from the lower left corner of the feature and to the right and the vertical dimension starts at the same point and up (exactly the same as seen in your sample drawing)&lt;/P&gt;
&lt;P&gt;the program brings in&amp;nbsp;&lt;SPAN&gt;consideration that the feature is not&amp;nbsp;accurately drawn plus the position of the circle blocks may not be exactly on XY coordinates so a small tolerance (it's call fuzz) is allowed and it for start set to 1 drawing unit. this means if a feature has up to 1 unit digression, it will still be considered a straight rectangle so as if 2 circle blocks on X (or Y) axis has up to 1 unit digression, they will be considered on the same line.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;the vertical dimension line relatively spaced to the left 6 * dimscale factor and the horizontal dimension relatively spaced below&amp;nbsp; 6 * 1.35 * dimscale factor. the tolerance and the spaced (6) factor are hard coded and if you want to change them you will ask me.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;also the 'circle' block name you may want in future to use another name.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;maybe in future i will open all that for you&amp;nbsp;&lt;img id="smileylol" class="emoticon emoticon-smileylol" src="https://forums.autodesk.com/i/smilies/16x16_smiley-lol.png" alt="Smiley LOL" title="Smiley LOL" /&gt;&lt;/SPAN&gt;&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>Thu, 14 Mar 2019 16:50:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/automatic-dimension-select-object-lisp/m-p/8659344#M91321</guid>
      <dc:creator>Moshe-A</dc:creator>
      <dc:date>2019-03-14T16:50:18Z</dc:date>
    </item>
    <item>
      <title>Re: AUTOMATIC DIMENSION SELECT OBJECT LISP</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/automatic-dimension-select-object-lisp/m-p/8663076#M91322</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Dear Sir,&lt;/P&gt;
&lt;P&gt;How to use this programs.&lt;/P&gt;
&lt;P&gt;Please example.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Mar 2019 11:12:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/automatic-dimension-select-object-lisp/m-p/8663076#M91322</guid>
      <dc:creator>Gaganpatel</dc:creator>
      <dc:date>2019-03-16T11:12:06Z</dc:date>
    </item>
    <item>
      <title>Re: AUTOMATIC DIMENSION SELECT OBJECT LISP</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/automatic-dimension-select-object-lisp/m-p/8663172#M91323</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/5738838"&gt;@Gaganpatel&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;it's important that you read all the instruction - did you?&amp;nbsp;&amp;nbsp;what did you not understand?&lt;/P&gt;
&lt;P&gt;do you know how to load and run lisp?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Mar 2019 13:16:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/automatic-dimension-select-object-lisp/m-p/8663172#M91323</guid>
      <dc:creator>Moshe-A</dc:creator>
      <dc:date>2019-03-16T13:16:34Z</dc:date>
    </item>
    <item>
      <title>Re: AUTOMATIC DIMENSION SELECT OBJECT LISP</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/automatic-dimension-select-object-lisp/m-p/8663316#M91324</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Dear Sir,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please see the video not working&lt;/P&gt;</description>
      <pubDate>Sat, 16 Mar 2019 16:25:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/automatic-dimension-select-object-lisp/m-p/8663316#M91324</guid>
      <dc:creator>Gaganpatel</dc:creator>
      <dc:date>2019-03-16T16:25:12Z</dc:date>
    </item>
    <item>
      <title>Re: AUTOMATIC DIMENSION SELECT OBJECT LISP</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/automatic-dimension-select-object-lisp/m-p/8663330#M91325</link>
      <description>&lt;P&gt;does the circles&amp;nbsp;&lt;FONT color="#0000FF"&gt;attribute block circle&lt;/FONT&gt;?&lt;/P&gt;
&lt;P&gt;post this dwg so i can check&lt;/P&gt;</description>
      <pubDate>Sat, 16 Mar 2019 16:37:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/automatic-dimension-select-object-lisp/m-p/8663330#M91325</guid>
      <dc:creator>Moshe-A</dc:creator>
      <dc:date>2019-03-16T16:37:15Z</dc:date>
    </item>
    <item>
      <title>Re: AUTOMATIC DIMENSION SELECT OBJECT LISP</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/automatic-dimension-select-object-lisp/m-p/8663341#M91326</link>
      <description>&lt;P&gt;Dear Sir,&lt;/P&gt;
&lt;P&gt;i checked circle block not attributes block.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Mar 2019 16:49:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/automatic-dimension-select-object-lisp/m-p/8663341#M91326</guid>
      <dc:creator>Gaganpatel</dc:creator>
      <dc:date>2019-03-16T16:49:56Z</dc:date>
    </item>
    <item>
      <title>Re: AUTOMATIC DIMENSION SELECT OBJECT LISP</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/automatic-dimension-select-object-lisp/m-p/8663357#M91327</link>
      <description>&lt;P&gt;MR &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/5738838"&gt;@Gaganpatel&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;you did not read all my instructions, in order this to work the program need to known (in advance) what is the name of the block (circles) you are using otherwise it will catch any block inside the feature (rectangle) and you do not want that - yes?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;attached is and update,&amp;nbsp;now the block does not must to be an attribute.&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000FF"&gt;rename the block name to circle and it will work&lt;/FONT&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>Sat, 16 Mar 2019 17:16:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/automatic-dimension-select-object-lisp/m-p/8663357#M91327</guid>
      <dc:creator>Moshe-A</dc:creator>
      <dc:date>2019-03-16T17:16:57Z</dc:date>
    </item>
    <item>
      <title>Re: AUTOMATIC DIMENSION SELECT OBJECT LISP</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/automatic-dimension-select-object-lisp/m-p/8663515#M91328</link>
      <description>&lt;P&gt;here is an update, it includes another command call FDSET which let you specifies these settings:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;command: FDSET&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000FF"&gt;&lt;FONT color="#333300"&gt;[&lt;/FONT&gt;B&lt;/FONT&gt;lock name/&lt;FONT color="#0000FF"&gt;T&lt;/FONT&gt;olerance/&lt;FONT color="#0000FF"&gt;D&lt;/FONT&gt;im space]:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;for explanations about these setting read in my first post.&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>Sat, 16 Mar 2019 20:49:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/automatic-dimension-select-object-lisp/m-p/8663515#M91328</guid>
      <dc:creator>Moshe-A</dc:creator>
      <dc:date>2019-03-16T20:49:51Z</dc:date>
    </item>
    <item>
      <title>Re: AUTOMATIC DIMENSION SELECT OBJECT LISP</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/automatic-dimension-select-object-lisp/m-p/8664728#M91329</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Dear Sir,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks sir,&lt;/P&gt;
&lt;P&gt;This program is good working&amp;nbsp; auto cad 2018.&lt;/P&gt;
&lt;P&gt;But i want to auto cad lower version use.&lt;/P&gt;
&lt;P&gt;Please share this program lisp file.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Mar 2019 05:35:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/automatic-dimension-select-object-lisp/m-p/8664728#M91329</guid>
      <dc:creator>Gaganpatel</dc:creator>
      <dc:date>2019-03-18T05:35:40Z</dc:date>
    </item>
    <item>
      <title>Re: AUTOMATIC DIMENSION SELECT OBJECT LISP</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/automatic-dimension-select-object-lisp/m-p/8665173#M91330</link>
      <description>&lt;P&gt;if you liked my solution then please mark this as your solution&lt;/P&gt;
&lt;P&gt;specify the lower version&lt;/P&gt;</description>
      <pubDate>Mon, 18 Mar 2019 10:16:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/automatic-dimension-select-object-lisp/m-p/8665173#M91330</guid>
      <dc:creator>Moshe-A</dc:creator>
      <dc:date>2019-03-18T10:16:30Z</dc:date>
    </item>
    <item>
      <title>Re: AUTOMATIC DIMENSION SELECT OBJECT LISP</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/automatic-dimension-select-object-lisp/m-p/8665222#M91331</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Dear Sir,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please share this program auto lisp file.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Mar 2019 10:38:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/automatic-dimension-select-object-lisp/m-p/8665222#M91331</guid>
      <dc:creator>Gaganpatel</dc:creator>
      <dc:date>2019-03-18T10:38:51Z</dc:date>
    </item>
    <item>
      <title>Re: AUTOMATIC DIMENSION SELECT OBJECT LISP</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/automatic-dimension-select-object-lisp/m-p/8665569#M91332</link>
      <description>&lt;P&gt;if i could do what you want, i would have done it in the first place&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Mar 2019 12:52:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/automatic-dimension-select-object-lisp/m-p/8665569#M91332</guid>
      <dc:creator>Moshe-A</dc:creator>
      <dc:date>2019-03-18T12:52:56Z</dc:date>
    </item>
    <item>
      <title>Re: AUTOMATIC DIMENSION SELECT OBJECT LISP</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/automatic-dimension-select-object-lisp/m-p/8665688#M91333</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you very much sir&lt;/P&gt;</description>
      <pubDate>Mon, 18 Mar 2019 13:20:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/automatic-dimension-select-object-lisp/m-p/8665688#M91333</guid>
      <dc:creator>Gaganpatel</dc:creator>
      <dc:date>2019-03-18T13:20:55Z</dc:date>
    </item>
    <item>
      <title>Re: AUTOMATIC DIMENSION SELECT OBJECT LISP</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/automatic-dimension-select-object-lisp/m-p/8758326#M91334</link>
      <description>&lt;P&gt;Dear Sir,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please modify the programs as per example drawing.&lt;/P&gt;
&lt;P&gt;Attributes circle to circle.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 28 Apr 2019 18:50:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/automatic-dimension-select-object-lisp/m-p/8758326#M91334</guid>
      <dc:creator>Gaganpatel</dc:creator>
      <dc:date>2019-04-28T18:50:28Z</dc:date>
    </item>
    <item>
      <title>Re: AUTOMATIC DIMENSION SELECT OBJECT LISP</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/automatic-dimension-select-object-lisp/m-p/8758408#M91335</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/5738838"&gt;@Gaganpatel&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;
&lt;P&gt;Attributes circle to circle.&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000FF"&gt;i'm sorry but i do not understand what that means?&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;FONT color="#0000FF"&gt;i have test FDALL on your new example.dwg and it works like a charm &lt;img id="smileylol" class="emoticon emoticon-smileylol" src="https://forums.autodesk.com/i/smilies/16x16_smiley-lol.png" alt="Smiley LOL" title="Smiley LOL" /&gt; i use FDSET to specify the block name (hope you are using it too) the only thing that needed fix is the dimension style...i set the overall dimscale to 10.0 and i got reasonable result.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000FF"&gt;moshe&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 28 Apr 2019 20:31:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/automatic-dimension-select-object-lisp/m-p/8758408#M91335</guid>
      <dc:creator>Moshe-A</dc:creator>
      <dc:date>2019-04-28T20:31:32Z</dc:date>
    </item>
    <item>
      <title>Re: AUTOMATIC DIMENSION SELECT OBJECT LISP</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/automatic-dimension-select-object-lisp/m-p/8759645#M91336</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Dear Sir,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This program is working good but i want to ordinate dimension on this program.&lt;/P&gt;
&lt;P&gt;Please find the attached example drawing.&lt;/P&gt;
&lt;P&gt;Please help me.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Apr 2019 13:55:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/automatic-dimension-select-object-lisp/m-p/8759645#M91336</guid>
      <dc:creator>Gaganpatel</dc:creator>
      <dc:date>2019-04-29T13:55:15Z</dc:date>
    </item>
    <item>
      <title>Re: AUTOMATIC DIMENSION SELECT OBJECT LISP</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/automatic-dimension-select-object-lisp/m-p/8760703#M91337</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/5738838"&gt;@Gaganpatel&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;here is the new version&lt;/P&gt;
&lt;P&gt;again note, your dimension style is not set properly. FDSET continue to control settings.&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>Mon, 29 Apr 2019 20:39:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/automatic-dimension-select-object-lisp/m-p/8760703#M91337</guid>
      <dc:creator>Moshe-A</dc:creator>
      <dc:date>2019-04-29T20:39:58Z</dc:date>
    </item>
    <item>
      <title>Re: AUTOMATIC DIMENSION SELECT OBJECT LISP</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/automatic-dimension-select-object-lisp/m-p/8761070#M91338</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you very much sir.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Apr 2019 00:55:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/automatic-dimension-select-object-lisp/m-p/8761070#M91338</guid>
      <dc:creator>Gaganpatel</dc:creator>
      <dc:date>2019-04-30T00:55:39Z</dc:date>
    </item>
  </channel>
</rss>

