<?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: Calculations:List Components in Project data &amp; BIM</title>
    <link>https://community.graphisoft.com/t5/Project-data-BIM/Calculations-List-Components/m-p/78510#M12411</link>
    <description>&lt;BLOCKQUOTE&gt;Delivery_Guy wrote:&lt;BR /&gt;Cool thanks!  Nice tear away screen shot by the way.&lt;/BLOCKQUOTE&gt;

Saw Karl using this here first and just thought I'd follow the leader.&lt;BR /&gt;
Screen capture utility called Snagit.&lt;BR /&gt;
But better than just plain old screen captures.&lt;BR /&gt;
&lt;BR /&gt;
Barry.</description>
    <pubDate>Tue, 21 Dec 2004 06:50:11 GMT</pubDate>
    <dc:creator>Barry Kelly</dc:creator>
    <dc:date>2004-12-21T06:50:11Z</dc:date>
    <item>
      <title>Calculations:List Components</title>
      <link>https://community.graphisoft.com/t5/Project-data-BIM/Calculations-List-Components/m-p/78505#M12406</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;Basically, I've been working on setting up some calculations so I can get general material areas out of the model for doing some rough estimating. Everything is going good, except I can't figure out how to get it to back out window and door openings.&lt;BR /&gt;&lt;BR /&gt;What I am doing is creating custom property scripts for each material I want pulled off the model and then linking that using link properties to criteria. An example is drywall on exterior walls. I have a property script set up for Drywall...like this&lt;BR /&gt;&lt;FONT size="75"&gt;&lt;BR /&gt;FTM=(12*25.4)/1000 !feet to meter&lt;BR /&gt;V2=WALL_HEIGHT/FTM !wall height&lt;BR /&gt;V6=WALL_LENGTH_A/FTM &lt;BR /&gt;!&lt;BR /&gt;Database_set "AC_8_US"&lt;BR /&gt;!&lt;BR /&gt;WSX=V6*V2&lt;BR /&gt;!&lt;BR /&gt;COMPONENT "GYPSUM DRYWALL-exterior walls", WSX,"SQFT", 1,"09260","CSI.09"&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;I also have a database entry for 09260. This gives me a really nice list when I run a Calculate-List Components-Basic. But, like I said, it woun't back out the openings. I have reduce wall quantities if opening larger than 1 SF set in the list scheme, so I don't know wat else to try.&lt;BR /&gt;&lt;BR /&gt;If anyone could help me out I'd really appreciate it.&lt;/DIV&gt;</description>
      <pubDate>Wed, 29 Jan 2025 15:41:25 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Project-data-BIM/Calculations-List-Components/m-p/78505#M12406</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-01-29T15:41:25Z</dc:date>
    </item>
    <item>
      <title>Re: Calculations:List Components</title>
      <link>https://community.graphisoft.com/t5/Project-data-BIM/Calculations-List-Components/m-p/78506#M12407</link>
      <description>&lt;BLOCKQUOTE&gt;Delivery_Guy wrote:&lt;BR /&gt;An example is drywall on exterior walls.  I have a property script set up for Drywall...like this&lt;BR /&gt;
&lt;FONT size="75"&gt;&lt;BR /&gt;
FTM=(12*25.4)/1000 !feet to meter&lt;BR /&gt;
V2=WALL_HEIGHT/FTM      !wall height&lt;BR /&gt;
V6=WALL_LENGTH_A/FTM                   &lt;BR /&gt;
!&lt;BR /&gt;
Database_set "AC_8_US"&lt;BR /&gt;
!&lt;BR /&gt;
WSX=V6*V2&lt;BR /&gt;
!&lt;BR /&gt;
COMPONENT "GYPSUM DRYWALL-exterior walls",     WSX,"SQFT",   1,"09260","CSI.09"&lt;/FONT&gt;&lt;BR /&gt;
&lt;BR /&gt;
... it woun't back out the openings.  I have reduce wall quantities if opening larger than 1 SF set in the list scheme, so I don't know wat else to try.&lt;/BLOCKQUOTE&gt;

I'm feeling pretty exhausted right now, so forgive me if I'm not on track with where you are ... but it seems the problem is that you're computing the wall surface area by multiplying length times height ... rather than using one of the surface area global variables.  AFAIK, only those global variables, calculated by AC, will take into account reductions for openings and obey your scheme settings.  Multiplying length times height (WSX) provides a fixed value.&lt;BR /&gt;
&lt;BR /&gt;
As it is, I would assume that your exterior walls have the reference line on the outside of the building ... so you would want the length of the "B" (opposite ref line) side in any case, for the interior wall length.&lt;BR /&gt;
&lt;BR /&gt;
Seems like instead of multiplying, you just want either WALL_SURFACE_B or WALL_GROSS_SURFACE_B ... and/or you can modify your results with WALL_DOORS_SURF or WALL_WINDS_SURF or WALL_HOLES_SURF ...&lt;BR /&gt;
&lt;BR /&gt;
Karl</description>
      <pubDate>Sat, 11 Dec 2004 23:42:06 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Project-data-BIM/Calculations-List-Components/m-p/78506#M12407</guid>
      <dc:creator>Karl Ottenstein</dc:creator>
      <dc:date>2004-12-11T23:42:06Z</dc:date>
    </item>
    <item>
      <title>Re: Calculations:List Components</title>
      <link>https://community.graphisoft.com/t5/Project-data-BIM/Calculations-List-Components/m-p/78507#M12408</link>
      <description>Karl-&lt;BR /&gt;
&lt;BR /&gt;
I can't thank you enough!  Sorry I didn't get back in here sooner, but finals at school  and work projects had put this on the back burner.  Anyway, you were right on the money!  &lt;BR /&gt;
&lt;BR /&gt;
Thanks again!  &lt;BR /&gt;
&lt;BR /&gt;
Also, anyone know how to get the board to e-mail oneself if there are replies to a thread one starts?  Seems like I have all the right boxes checked.  Dunno.</description>
      <pubDate>Mon, 20 Dec 2004 20:49:14 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Project-data-BIM/Calculations-List-Components/m-p/78507#M12408</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-12-20T20:49:14Z</dc:date>
    </item>
    <item>
      <title>Re: Calculations:List Components</title>
      <link>https://community.graphisoft.com/t5/Project-data-BIM/Calculations-List-Components/m-p/78508#M12409</link>
      <description>&lt;BLOCKQUOTE&gt;Delivery_Guy wrote:&lt;BR /&gt;
Also, anyone know how to get the board to e-mail oneself if there are replies to a thread one starts?  Seems like I have all the right boxes checked.  Dunno.&lt;/BLOCKQUOTE&gt;

At the bottom of the topic press &lt;B&gt;Watch this topic for replies&lt;/B&gt;.&lt;BR /&gt;
&lt;BR /&gt;
Barry.</description>
      <pubDate>Tue, 21 Dec 2004 01:26:50 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Project-data-BIM/Calculations-List-Components/m-p/78508#M12409</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2004-12-21T01:26:50Z</dc:date>
    </item>
    <item>
      <title>Re: Calculations:List Components</title>
      <link>https://community.graphisoft.com/t5/Project-data-BIM/Calculations-List-Components/m-p/78509#M12410</link>
      <description>Cool thanks!  Nice tear away screen shot by the way.</description>
      <pubDate>Tue, 21 Dec 2004 01:43:58 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Project-data-BIM/Calculations-List-Components/m-p/78509#M12410</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-12-21T01:43:58Z</dc:date>
    </item>
    <item>
      <title>Re: Calculations:List Components</title>
      <link>https://community.graphisoft.com/t5/Project-data-BIM/Calculations-List-Components/m-p/78510#M12411</link>
      <description>&lt;BLOCKQUOTE&gt;Delivery_Guy wrote:&lt;BR /&gt;Cool thanks!  Nice tear away screen shot by the way.&lt;/BLOCKQUOTE&gt;

Saw Karl using this here first and just thought I'd follow the leader.&lt;BR /&gt;
Screen capture utility called Snagit.&lt;BR /&gt;
But better than just plain old screen captures.&lt;BR /&gt;
&lt;BR /&gt;
Barry.</description>
      <pubDate>Tue, 21 Dec 2004 06:50:11 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Project-data-BIM/Calculations-List-Components/m-p/78510#M12411</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2004-12-21T06:50:11Z</dc:date>
    </item>
  </channel>
</rss>

