<?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: Field command using multiple? 2020 in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/field-command-using-multiple-2020/m-p/10178708#M82065</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/1779365"&gt;@ВeekeeCZ&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;See&amp;nbsp;&lt;A href="https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/area-field-lisp-by-lee-mac-to-mod/m-p/10172159/highlight/true#M412837" target="_self"&gt;THIS&lt;/A&gt;&amp;nbsp;recent thread.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Use the one posted in msg #2.&amp;nbsp;&lt;SPAN style="font-family: inherit;"&gt;The rest was modified to work with HATCHes.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;In case you haven't used a LISP routine yet,&amp;nbsp;&lt;A href="http://www.lee-mac.com/runlisp.html" target="_blank" rel="noopener"&gt;HERE&lt;/A&gt;&amp;nbsp;is the a short tutorial of what to do with that.&lt;/P&gt;</description>
    <pubDate>Tue, 23 Mar 2021 09:59:09 GMT</pubDate>
    <dc:creator>ВeekeeCZ</dc:creator>
    <dc:date>2021-03-23T09:59:09Z</dc:date>
    <item>
      <title>Field command using multiple? 2020</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/field-command-using-multiple-2020/m-p/10177142#M82062</link>
      <description>&lt;P&gt;I have multiple rooms on multiple floors with a pline around each room.&amp;nbsp; I have discovered the field command, and love the way it works, however, it would take me forever to pick each room individually.&amp;nbsp; Is there a way to select multiple plines and have autocad 2020 place the sq footage in the middle of each pline?&amp;nbsp; eliminating the need to place the sq footage manually?&lt;/P&gt;</description>
      <pubDate>Mon, 22 Mar 2021 19:35:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/field-command-using-multiple-2020/m-p/10177142#M82062</guid>
      <dc:creator>robert.danskin</dc:creator>
      <dc:date>2021-03-22T19:35:34Z</dc:date>
    </item>
    <item>
      <title>Re: Field command using multiple? 2020</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/field-command-using-multiple-2020/m-p/10177209#M82063</link>
      <description>Like this free LISP  &lt;A href="http://www.lee-mac.com/areastofield.html" target="_blank"&gt;http://www.lee-mac.com/areastofield.html&lt;/A&gt;&lt;BR /&gt;or this &lt;A href="http://www.lee-mac.com/arealabel.html" target="_blank"&gt;http://www.lee-mac.com/arealabel.html&lt;/A&gt;&lt;BR /&gt;Or something else?</description>
      <pubDate>Mon, 22 Mar 2021 19:57:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/field-command-using-multiple-2020/m-p/10177209#M82063</guid>
      <dc:creator>pendean</dc:creator>
      <dc:date>2021-03-22T19:57:16Z</dc:date>
    </item>
    <item>
      <title>Re: Field command using multiple? 2020</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/field-command-using-multiple-2020/m-p/10177241#M82064</link>
      <description>&lt;P&gt;See&amp;nbsp;&lt;A href="https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/area-field-lisp-by-lee-mac-to-mod/m-p/10172159/highlight/true#M412837" target="_self"&gt;THIS&lt;/A&gt;&amp;nbsp;recent thread.&lt;/P&gt;
&lt;DIV id="gtx-trans" style="position: absolute; left: 89px; top: -19.6px;"&gt;
&lt;DIV class="gtx-trans-icon"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Mon, 22 Mar 2021 20:07:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/field-command-using-multiple-2020/m-p/10177241#M82064</guid>
      <dc:creator>ВeekeeCZ</dc:creator>
      <dc:date>2021-03-22T20:07:24Z</dc:date>
    </item>
    <item>
      <title>Re: Field command using multiple? 2020</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/field-command-using-multiple-2020/m-p/10178708#M82065</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/1779365"&gt;@ВeekeeCZ&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;See&amp;nbsp;&lt;A href="https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/area-field-lisp-by-lee-mac-to-mod/m-p/10172159/highlight/true#M412837" target="_self"&gt;THIS&lt;/A&gt;&amp;nbsp;recent thread.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Use the one posted in msg #2.&amp;nbsp;&lt;SPAN style="font-family: inherit;"&gt;The rest was modified to work with HATCHes.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;In case you haven't used a LISP routine yet,&amp;nbsp;&lt;A href="http://www.lee-mac.com/runlisp.html" target="_blank" rel="noopener"&gt;HERE&lt;/A&gt;&amp;nbsp;is the a short tutorial of what to do with that.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Mar 2021 09:59:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/field-command-using-multiple-2020/m-p/10178708#M82065</guid>
      <dc:creator>ВeekeeCZ</dc:creator>
      <dc:date>2021-03-23T09:59:09Z</dc:date>
    </item>
    <item>
      <title>Re: Field command using multiple? 2020</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/field-command-using-multiple-2020/m-p/10179137#M82066</link>
      <description>Thank you, by message 2, do you mean Areas to field and Area Label? If so, Areas to field is close to what I need, however, it appears I would still have to click on each field location to show the area of a pline. I have literally hundreds of rooms per floor, I am trying to avoid having to pick on each one individually. Are you aware of a routine that would allow me to pick multiple plines with a crossing or window and have the area field placed in the center of each pline?&lt;BR /&gt;&lt;BR /&gt;Thank you&lt;BR /&gt;&lt;BR /&gt;Bob Danskin&lt;BR /&gt;</description>
      <pubDate>Tue, 23 Mar 2021 12:33:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/field-command-using-multiple-2020/m-p/10179137#M82066</guid>
      <dc:creator>robert.danskin</dc:creator>
      <dc:date>2021-03-23T12:33:05Z</dc:date>
    </item>
    <item>
      <title>Re: Field command using multiple? 2020</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/field-command-using-multiple-2020/m-p/10179207#M82067</link>
      <description>&lt;P&gt;No, I meant in the thread I linked.&lt;/P&gt;
&lt;DIV id="gtx-trans" style="position: absolute; left: 98px; top: 31.5398px;"&gt;
&lt;DIV class="gtx-trans-icon"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Tue, 23 Mar 2021 12:53:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/field-command-using-multiple-2020/m-p/10179207#M82067</guid>
      <dc:creator>ВeekeeCZ</dc:creator>
      <dc:date>2021-03-23T12:53:02Z</dc:date>
    </item>
    <item>
      <title>Re: Field command using multiple? 2020</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/field-command-using-multiple-2020/m-p/10179240#M82068</link>
      <description>Looks like you are directing me to PLArea? I am a newbie when it comes to lisp, do I simply copy the text for the routine and save it as a *.lsp, appload it and run it? Am I on the right track?&lt;BR /&gt;&lt;BR /&gt;Thank you for your help&lt;BR /&gt;&lt;BR /&gt;Bob Danskin</description>
      <pubDate>Tue, 23 Mar 2021 13:03:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/field-command-using-multiple-2020/m-p/10179240#M82068</guid>
      <dc:creator>robert.danskin</dc:creator>
      <dc:date>2021-03-23T13:03:05Z</dc:date>
    </item>
  </channel>
</rss>

