<?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: Updating block attribute with area of surrounding polygon in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/updating-block-attribute-with-area-of-surrounding-polygon/m-p/2661262#M66083</link>
    <description>You can just as easily have a script that goes through&lt;BR /&gt;
every drawing and inserts the field into the attribute.&lt;BR /&gt;
&lt;BR /&gt;
So, you still have to do the analytical part of associating&lt;BR /&gt;
the blocks and polygons, but can still take advantage of&lt;BR /&gt;
fields, and eliminate the need to repeat the process again.&lt;BR /&gt;
&lt;BR /&gt;
However, if you are new to .NET and C#, then this isn't&lt;BR /&gt;
going to be simple or straightforward. If you really need&lt;BR /&gt;
something like this done and it's going to save you from&lt;BR /&gt;
a lot of manual work, then rather than spend the year or&lt;BR /&gt;
two that you would need to be able to use .NET/C# to&lt;BR /&gt;
get the job done, It may pay for you to hire someone that&lt;BR /&gt;
already has the ability to do the job quickly.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
-- &lt;BR /&gt;
http://www.caddzone.com&lt;BR /&gt;
&lt;BR /&gt;
AcadXTabs: MDI Document Tabs for AutoCAD&lt;BR /&gt;
Supporting AutoCAD 2000 through 2011&lt;BR /&gt;
&lt;BR /&gt;
http://www.acadxtabs.com&lt;BR /&gt;
&lt;BR /&gt;
Email: string.Format("{0}@{1}.com", "tonyt", "caddzone");&lt;BR /&gt;
&lt;BR /&gt;
&lt;AMWCC&gt; wrote in message news:6368313@discussion.autodesk.com...&lt;BR /&gt;
We've got 40,000 blocks and polygons and don't want to have to go into every &lt;BR /&gt;
drawing and edit them.&lt;BR /&gt;
&lt;BR /&gt;
What I'd like to have is a script that goes through every drawing, calculating &lt;BR /&gt;
the areas and updating the blocks.&lt;/AMWCC&gt;</description>
    <pubDate>Wed, 07 Apr 2010 13:12:32 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2010-04-07T13:12:32Z</dc:date>
    <item>
      <title>Updating block attribute with area of surrounding polygon</title>
      <link>https://forums.autodesk.com/t5/net-forum/updating-block-attribute-with-area-of-surrounding-polygon/m-p/2661259#M66080</link>
      <description>Just wondering if anyone has done anything like this before?&lt;BR /&gt;
&lt;BR /&gt;
I want to be able to select all of the blocks on ROOMS layer and then:&lt;BR /&gt;
&lt;BR /&gt;
For each block, get the area of its surrounding polygon on the ROOMAREAS layer, and use it to update the Area attribute of the block.&lt;BR /&gt;
&lt;BR /&gt;
I'm new to .Net and C#, so if anyone has any examples or ideas of how to accomplish this that would be great!</description>
      <pubDate>Tue, 06 Apr 2010 14:40:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/updating-block-attribute-with-area-of-surrounding-polygon/m-p/2661259#M66080</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-04-06T14:40:02Z</dc:date>
    </item>
    <item>
      <title>Re: Updating block attribute with area of surrounding polygon</title>
      <link>https://forums.autodesk.com/t5/net-forum/updating-block-attribute-with-area-of-surrounding-polygon/m-p/2661260#M66081</link>
      <description>This isn't exactly a new or unique problem that's never&lt;BR /&gt;
been solved before. The best way is to use fields which&lt;BR /&gt;
maintains an association/relationship between the polygon&lt;BR /&gt;
and the text/attribute that displays its area.&lt;BR /&gt;
&lt;BR /&gt;
-- &lt;BR /&gt;
http://www.caddzone.com&lt;BR /&gt;
&lt;BR /&gt;
AcadXTabs: MDI Document Tabs for AutoCAD&lt;BR /&gt;
Supporting AutoCAD 2000 through 2011&lt;BR /&gt;
&lt;BR /&gt;
http://www.acadxtabs.com&lt;BR /&gt;
&lt;BR /&gt;
Email: string.Format("{0}@{1}.com", "tonyt", "caddzone");&lt;BR /&gt;
&lt;BR /&gt;
&lt;AMWCC&gt; wrote in message news:6367721@discussion.autodesk.com...&lt;BR /&gt;
Just wondering if anyone has done anything like this before?&lt;BR /&gt;
&lt;BR /&gt;
I want to be able to select all of the blocks on ROOMS layer and then:&lt;BR /&gt;
&lt;BR /&gt;
For each block, get the area of its surrounding polygon on the ROOMAREAS layer, &lt;BR /&gt;
and use it to update the Area attribute of the block.&lt;BR /&gt;
&lt;BR /&gt;
I'm new to .Net and C#, so if anyone has any examples or ideas of how to &lt;BR /&gt;
accomplish this that would be great!&lt;/AMWCC&gt;</description>
      <pubDate>Tue, 06 Apr 2010 16:23:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/updating-block-attribute-with-area-of-surrounding-polygon/m-p/2661260#M66081</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-04-06T16:23:33Z</dc:date>
    </item>
    <item>
      <title>Re: Updating block attribute with area of surrounding polygon</title>
      <link>https://forums.autodesk.com/t5/net-forum/updating-block-attribute-with-area-of-surrounding-polygon/m-p/2661261#M66082</link>
      <description>We've got 40,000 blocks and polygons and don't want to have to go into every drawing and edit them.&lt;BR /&gt;
&lt;BR /&gt;
What I'd like to have is a script that goes through every drawing, calculating the areas and updating the blocks.</description>
      <pubDate>Wed, 07 Apr 2010 09:48:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/updating-block-attribute-with-area-of-surrounding-polygon/m-p/2661261#M66082</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-04-07T09:48:54Z</dc:date>
    </item>
    <item>
      <title>Re: Updating block attribute with area of surrounding polygon</title>
      <link>https://forums.autodesk.com/t5/net-forum/updating-block-attribute-with-area-of-surrounding-polygon/m-p/2661262#M66083</link>
      <description>You can just as easily have a script that goes through&lt;BR /&gt;
every drawing and inserts the field into the attribute.&lt;BR /&gt;
&lt;BR /&gt;
So, you still have to do the analytical part of associating&lt;BR /&gt;
the blocks and polygons, but can still take advantage of&lt;BR /&gt;
fields, and eliminate the need to repeat the process again.&lt;BR /&gt;
&lt;BR /&gt;
However, if you are new to .NET and C#, then this isn't&lt;BR /&gt;
going to be simple or straightforward. If you really need&lt;BR /&gt;
something like this done and it's going to save you from&lt;BR /&gt;
a lot of manual work, then rather than spend the year or&lt;BR /&gt;
two that you would need to be able to use .NET/C# to&lt;BR /&gt;
get the job done, It may pay for you to hire someone that&lt;BR /&gt;
already has the ability to do the job quickly.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
-- &lt;BR /&gt;
http://www.caddzone.com&lt;BR /&gt;
&lt;BR /&gt;
AcadXTabs: MDI Document Tabs for AutoCAD&lt;BR /&gt;
Supporting AutoCAD 2000 through 2011&lt;BR /&gt;
&lt;BR /&gt;
http://www.acadxtabs.com&lt;BR /&gt;
&lt;BR /&gt;
Email: string.Format("{0}@{1}.com", "tonyt", "caddzone");&lt;BR /&gt;
&lt;BR /&gt;
&lt;AMWCC&gt; wrote in message news:6368313@discussion.autodesk.com...&lt;BR /&gt;
We've got 40,000 blocks and polygons and don't want to have to go into every &lt;BR /&gt;
drawing and edit them.&lt;BR /&gt;
&lt;BR /&gt;
What I'd like to have is a script that goes through every drawing, calculating &lt;BR /&gt;
the areas and updating the blocks.&lt;/AMWCC&gt;</description>
      <pubDate>Wed, 07 Apr 2010 13:12:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/updating-block-attribute-with-area-of-surrounding-polygon/m-p/2661262#M66083</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-04-07T13:12:32Z</dc:date>
    </item>
  </channel>
</rss>

