<?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 - area calculation, solid and void in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/field-area-calculation-solid-and-void/m-p/13025623#M10548</link>
    <description>&lt;P&gt;Glad to have helped…cheers!!!&lt;/P&gt;</description>
    <pubDate>Tue, 17 Sep 2024 11:15:21 GMT</pubDate>
    <dc:creator>paullimapa</dc:creator>
    <dc:date>2024-09-17T11:15:21Z</dc:date>
    <item>
      <title>Field - area calculation, solid and void</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/field-area-calculation-solid-and-void/m-p/13011331#M10542</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to create a dynamic area calculation (that needs to change on a regular basis) that has two solid areas I'd like to calculate but excluding a void. I'm using "insert field', click the object and so on, but I'm uncertain how to identify the void. I would ideally avoid converting the enclosed area polylines into a block. Anyone able to help?&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Sep 2024 10:48:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/field-area-calculation-solid-and-void/m-p/13011331#M10542</guid>
      <dc:creator>jeanette</dc:creator>
      <dc:date>2024-09-10T10:48:32Z</dc:date>
    </item>
    <item>
      <title>Re: Field - area calculation, solid and void</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/field-area-calculation-solid-and-void/m-p/13011442#M10543</link>
      <description>&lt;P&gt;I am a little lost...&lt;/P&gt;
&lt;P&gt;What function do you use ?&lt;/P&gt;
&lt;P&gt;Do you use MEASURGEOM and its options to cumulate ?&lt;/P&gt;
&lt;P&gt;If you need to know an area of 2 separated surfaces, you may use regions ? Do you know them, easy to treat with boolean operations ? You can union and substract, what you seem to reach.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Sep 2024 12:06:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/field-area-calculation-solid-and-void/m-p/13011442#M10543</guid>
      <dc:creator>tramber</dc:creator>
      <dc:date>2024-09-10T12:06:12Z</dc:date>
    </item>
    <item>
      <title>Re: Field - area calculation, solid and void</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/field-area-calculation-solid-and-void/m-p/13011674#M10544</link>
      <description>&lt;P&gt;If you are trying to determine the area of a close polyline that has voids within it defined by closed polylines try the AREA command as follows:&lt;/P&gt;&lt;P&gt;area [enter]&lt;/P&gt;&lt;P&gt;A&amp;nbsp;[Enter]&lt;/P&gt;&lt;P&gt;O&amp;nbsp;[Enter]&lt;/P&gt;&lt;P&gt;select the outer polyline [Enter]&lt;/P&gt;&lt;P&gt;S&lt;/P&gt;&lt;P&gt;O&lt;/P&gt;&lt;P&gt;select the polylines that define the voids&lt;/P&gt;&lt;P&gt;You will see a running total of the resulting area.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="leeminardi_0-1725976964173.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1407490i875FF2B0164F9F23/image-size/medium?v=v2&amp;amp;px=400" role="button" title="leeminardi_0-1725976964173.png" alt="leeminardi_0-1725976964173.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Sep 2024 14:02:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/field-area-calculation-solid-and-void/m-p/13011674#M10544</guid>
      <dc:creator>leeminardi</dc:creator>
      <dc:date>2024-09-10T14:02:47Z</dc:date>
    </item>
    <item>
      <title>Re: Field - area calculation, solid and void</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/field-area-calculation-solid-and-void/m-p/13011728#M10545</link>
      <description>&lt;P&gt;You could covert the area boundary and the void boundary into Regions. Then &lt;A href="https://help.autodesk.com/view/ACD/2023/ENU/?guid=GUID-14872FC1-8827-4D3B-978E-20936F9A78E5" target="_blank" rel="noopener"&gt;&lt;STRONG&gt;Subtract&lt;/STRONG&gt;&lt;/A&gt; the void area. This means you'll be left with a Region instead of Polylines. But the Region will still be editable. The area inserts as a Field with no problem. I've used this method for years.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Sep 2024 14:23:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/field-area-calculation-solid-and-void/m-p/13011728#M10545</guid>
      <dc:creator>AllenJessup</dc:creator>
      <dc:date>2024-09-10T14:23:40Z</dc:date>
    </item>
    <item>
      <title>Re: Field - area calculation, solid and void</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/field-area-calculation-solid-and-void/m-p/13011773#M10546</link>
      <description>&lt;P&gt;Assuming you have an outer &lt;STRONG&gt;PLINE&lt;/STRONG&gt; and an inner &lt;STRONG&gt;PLINE&lt;/STRONG&gt; that represents the &lt;STRONG&gt;VOID&lt;/STRONG&gt;:&lt;/P&gt;&lt;P&gt;In the &lt;STRONG&gt;FIELD&lt;/STRONG&gt; window under &lt;STRONG&gt;Field names&lt;/STRONG&gt; on the left column select the &lt;STRONG&gt;Formula&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;Then in the &lt;STRONG&gt;Formula&lt;/STRONG&gt; window in the bottom right column right mouse click and on the cursor menu select &lt;STRONG&gt;Insert Field:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="paullimapa_0-1725978237171.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1407500iFAEB8C0A86CC4FD4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="paullimapa_0-1725978237171.png" alt="paullimapa_0-1725978237171.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;On the 2nd &lt;STRONG&gt;FIELD&lt;/STRONG&gt; window that appears on top, go ahead and select the &lt;STRONG&gt;Outer PLINE&lt;/STRONG&gt; object and then the &lt;STRONG&gt;AREA&lt;/STRONG&gt; property and click &lt;STRONG&gt;OK:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="paullimapa_1-1725978324462.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1407501i0D81DCDBC348C9B9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="paullimapa_1-1725978324462.png" alt="paullimapa_1-1725978324462.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;You'll be returned to the original &lt;STRONG&gt;FIELD&lt;/STRONG&gt; window and this time in the &lt;STRONG&gt;Formula&lt;/STRONG&gt; box next to the first inserted value enter a (-)&amp;nbsp;&lt;STRONG&gt;minus&lt;/STRONG&gt; symbol to represent subtraction:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="paullimapa_2-1725978501276.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1407503i05FD18CCBAE55131/image-size/medium?v=v2&amp;amp;px=400" role="button" title="paullimapa_2-1725978501276.png" alt="paullimapa_2-1725978501276.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;This time on the 2nd &lt;STRONG&gt;FIELD&lt;/STRONG&gt; window that appears on top select the inner &lt;STRONG&gt;PLINE&lt;/STRONG&gt; that represents the &lt;STRONG&gt;VOID&lt;/STRONG&gt; and the &lt;STRONG&gt;AREA&lt;/STRONG&gt; property and click &lt;STRONG&gt;OK&lt;/STRONG&gt;:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="paullimapa_4-1725978710606.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1407506i55D28BE7D0BF3CF3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="paullimapa_4-1725978710606.png" alt="paullimapa_4-1725978710606.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;When you're return to the original &lt;STRONG&gt;FIELD&lt;/STRONG&gt; window this time click on the &lt;STRONG&gt;Evaluate&lt;/STRONG&gt; button and you'll see the &lt;STRONG&gt;Preview&lt;/STRONG&gt; showing the subtracted area:&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="paullimapa_5-1725978866088.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1407513i5E6422FF547A051F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="paullimapa_5-1725978866088.png" alt="paullimapa_5-1725978866088.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Click &lt;STRONG&gt;OK&lt;/STRONG&gt; and you're ready the insert this as a &lt;STRONG&gt;FIELD&lt;/STRONG&gt; value. When the outer or inner (void) &lt;STRONG&gt;PLINE&lt;/STRONG&gt; changes, the &lt;STRONG&gt;FIELD&lt;/STRONG&gt; will update automatically after a &lt;STRONG&gt;REGEN/PLOT/ETransmit&lt;/STRONG&gt; commands and etc with &lt;STRONG&gt;FIELDEVAL&lt;/STRONG&gt; set to &lt;STRONG&gt;31.&lt;/STRONG&gt;&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;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Sep 2024 14:37:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/field-area-calculation-solid-and-void/m-p/13011773#M10546</guid>
      <dc:creator>paullimapa</dc:creator>
      <dc:date>2024-09-10T14:37:22Z</dc:date>
    </item>
    <item>
      <title>Re: Field - area calculation, solid and void</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/field-area-calculation-solid-and-void/m-p/13025611#M10547</link>
      <description>&lt;P&gt;Thank you so much! I wasn't aware that you could insert formulas within fields. This helps me immensely &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Sep 2024 11:09:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/field-area-calculation-solid-and-void/m-p/13025611#M10547</guid>
      <dc:creator>jeanette</dc:creator>
      <dc:date>2024-09-17T11:09:57Z</dc:date>
    </item>
    <item>
      <title>Re: Field - area calculation, solid and void</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/field-area-calculation-solid-and-void/m-p/13025623#M10548</link>
      <description>&lt;P&gt;Glad to have helped…cheers!!!&lt;/P&gt;</description>
      <pubDate>Tue, 17 Sep 2024 11:15:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/field-area-calculation-solid-and-void/m-p/13025623#M10548</guid>
      <dc:creator>paullimapa</dc:creator>
      <dc:date>2024-09-17T11:15:21Z</dc:date>
    </item>
  </channel>
</rss>

