<?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: calculating volme in Collaboration with other software</title>
    <link>https://community.graphisoft.com/t5/Collaboration-with-other/calculating-volme/m-p/112445#M11185</link>
    <description>&lt;BLOCKQUOTE&gt;mangaisonu wrote:&lt;BR /&gt;hi,&lt;BR /&gt;
 how to calculate volume of wood for a window&lt;/BLOCKQUOTE&gt;

Check this&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://archicad-talk.graphisoft.com/viewtopic.php?t=8890&amp;amp;highlight=wood" target="_blank"&gt;&lt;LINK_TEXT text="http://archicad-talk.graphisoft.com/vie ... light=wood"&gt;http://archicad-talk.graphisoft.com/viewtopic.php?t=8890&amp;amp;highlight=wood&lt;/LINK_TEXT&gt;&lt;/A&gt;</description>
    <pubDate>Wed, 09 Jan 2008 05:28:02 GMT</pubDate>
    <dc:creator>Srinivas</dc:creator>
    <dc:date>2008-01-09T05:28:02Z</dc:date>
    <item>
      <title>calculating volme</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/calculating-volme/m-p/112443#M11183</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;hi,&lt;BR /&gt;
 how to calculate volume of wood for a window&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 09 Jan 2008 04:04:47 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/calculating-volme/m-p/112443#M11183</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-01-09T04:04:47Z</dc:date>
    </item>
    <item>
      <title>Re: calculating volme</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/calculating-volme/m-p/112444#M11184</link>
      <description>If you don't have a function for this in the windowobject, then you have to do this manually.&lt;BR /&gt;
And I don't think any standard window object support this.</description>
      <pubDate>Wed, 09 Jan 2008 05:08:23 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/calculating-volme/m-p/112444#M11184</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-01-09T05:08:23Z</dc:date>
    </item>
    <item>
      <title>Re: calculating volme</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/calculating-volme/m-p/112445#M11185</link>
      <description>&lt;BLOCKQUOTE&gt;mangaisonu wrote:&lt;BR /&gt;hi,&lt;BR /&gt;
 how to calculate volume of wood for a window&lt;/BLOCKQUOTE&gt;

Check this&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://archicad-talk.graphisoft.com/viewtopic.php?t=8890&amp;amp;highlight=wood" target="_blank"&gt;&lt;LINK_TEXT text="http://archicad-talk.graphisoft.com/vie ... light=wood"&gt;http://archicad-talk.graphisoft.com/viewtopic.php?t=8890&amp;amp;highlight=wood&lt;/LINK_TEXT&gt;&lt;/A&gt;</description>
      <pubDate>Wed, 09 Jan 2008 05:28:02 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/calculating-volme/m-p/112445#M11185</guid>
      <dc:creator>Srinivas</dc:creator>
      <dc:date>2008-01-09T05:28:02Z</dc:date>
    </item>
    <item>
      <title>Re: calculating volme</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/calculating-volme/m-p/112446#M11186</link>
      <description>AC can calculate and list any 3D volume, doors and windows included.&lt;BR /&gt;
For windows, in Scheme Settings &amp;gt; General, just add "Volume" to the list.&lt;BR /&gt;
&lt;BR /&gt;
This is the complete volume of the window. Few interest. That's why it does not display in the default settings.&lt;BR /&gt;
&lt;BR /&gt;
To get a "Wood Volume" only,&lt;BR /&gt;
in 3D Script, search for parts which are NOT made of wood, &lt;BR /&gt;
and exclude them from the calculation list by some statements:&lt;BR /&gt;
&lt;BR /&gt;
if GLOB_CONTEXT &amp;lt;&amp;gt; 6 then&lt;BR /&gt;
	!!! Glazing&lt;BR /&gt;
	!!! Handle&lt;BR /&gt;
	!!! Massonry Sill&lt;BR /&gt;
	!!! etc&lt;BR /&gt;
endif&lt;BR /&gt;
&lt;BR /&gt;
This may not be easy, because you will have to search for all the macros parts, &lt;BR /&gt;
and struggle with scripts structuration. A lot of work, according to the number of windows.&lt;BR /&gt;
If you persist, better to work on a copy, in case of library update.&lt;BR /&gt;
If you are not confident with GDL, better to avoid.</description>
      <pubDate>Wed, 09 Jan 2008 18:48:26 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/calculating-volme/m-p/112446#M11186</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-01-09T18:48:26Z</dc:date>
    </item>
    <item>
      <title>Re: calculating volme</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/calculating-volme/m-p/112447#M11187</link>
      <description>&lt;BLOCKQUOTE&gt;mangaisonu wrote:&lt;BR /&gt;hi,&lt;BR /&gt;
 how to calculate volume of wood for a window&lt;/BLOCKQUOTE&gt;

I am just curious. Why do you need to know the volume of the wood? &lt;BR /&gt;
&lt;BR /&gt;
Energy calc's ? Materials list?</description>
      <pubDate>Thu, 10 Jan 2008 15:21:49 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/calculating-volme/m-p/112447#M11187</guid>
      <dc:creator>Steve Jepson</dc:creator>
      <dc:date>2008-01-10T15:21:49Z</dc:date>
    </item>
    <item>
      <title>Re: calculating volme</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/calculating-volme/m-p/112448#M11188</link>
      <description>Hello,&lt;BR /&gt;
&lt;BR /&gt;
No need to major surgery; just&lt;BR /&gt;
&lt;BR /&gt;
1] create two new (dummy) parameters &lt;BR /&gt;
&lt;B&gt;frame_vol&lt;/B&gt; name= 'Frame volume' type= 'length'&lt;BR /&gt;
&lt;B&gt;glass_area&lt;/B&gt; name= 'Glass area' type= 'length'&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
2] add to the master script&lt;BR /&gt;
parameters frame_vol= (a-(a-(2*gs_frame_width)))*(b-(b-(2*gs_frame_width)))*gs_frame_thk&lt;BR /&gt;
parameters glass_area= (a-(2*gs_frame_width))*(b-(2*gs_frame_width))&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
3] add to the properties script;&lt;BR /&gt;
component GLOB_ID+" Frame", frame_vol, "m3"&lt;BR /&gt;
component GLOB_ID+" Glass", glass_area, "m2"&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
The interactive + other schedules should work with this - just refer to &lt;BR /&gt;
parameters 'Frame volume' and 'Glass area'&lt;BR /&gt;
&lt;BR /&gt;
Hope this helps, will post a working example if needed.</description>
      <pubDate>Fri, 11 Jan 2008 21:12:41 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/calculating-volme/m-p/112448#M11188</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-01-11T21:12:41Z</dc:date>
    </item>
    <item>
      <title>Re: calculating volme</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/calculating-volme/m-p/112449#M11189</link>
      <description>&lt;BLOCKQUOTE&gt;Juha wrote:&lt;BR /&gt;No need to major surgery; just
&lt;/BLOCKQUOTE&gt;

Juha, what about arched windows, mullions and other chamfered parts?&lt;BR /&gt;
I am afraid you'll have to do more surgeyy in master script to do the calculations. With a possible risk of error.&lt;BR /&gt;
I would trust AC for doing the calculations. &lt;BR /&gt;
&lt;BR /&gt;
On second look, there is a more simple way to achieve this. For example: W1 Casement 11 (INT)&lt;BR /&gt;
&lt;BR /&gt;
Parameter Script: Line 44 search for:&lt;BR /&gt;
values "gs_glass_thk" range (0, )&lt;BR /&gt;
Replace with: &lt;BR /&gt;
if GLOB_CONTEXT = 6 then&lt;BR /&gt;
	values "gs_glass_thk" range [0, )    ! 0 &amp;lt;= value&lt;BR /&gt;
else&lt;BR /&gt;
	values "gs_glass_thk" range (0, )     ! 0 &amp;lt; value    &lt;BR /&gt;
endif&lt;BR /&gt;
&lt;BR /&gt;
3D Script: top&lt;BR /&gt;
if GLOB_CONTEXT = 6 then&lt;BR /&gt;
	gs_detlevel_3D = "Detailed"&lt;BR /&gt;
	res = 36                               ! Curve Resolution (in case)&lt;BR /&gt;
	gs_glass_thk = 0                  ! Glass Thickness = 0 --&amp;gt; No Volume&lt;BR /&gt;
	gs_window_trim = "Off"         ! Casing            (according to your choice)     &lt;BR /&gt;
	gs_window_sill = "Off"           ! Sill and Board (according to your choice)  &lt;BR /&gt;
	gs_window_shutter = "Off"     ! Shutter          (according to your choice)  &lt;BR /&gt;
	gs_masonry_arch = "Off"       ! Masonry_Arch&lt;BR /&gt;
endif&lt;BR /&gt;
&lt;BR /&gt;
Schedules: add "Volume" to the list, it will reflect the "Wood Volume" &lt;BR /&gt;
 &lt;BR /&gt;
For a Basic Components Report, add to Property Script:&lt;BR /&gt;
component "Wood Volume", volume3d (), "m3"&lt;BR /&gt;
&lt;BR /&gt;
Not so complex I was afraid first. No need to search for macros.</description>
      <pubDate>Sat, 12 Jan 2008 16:26:25 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/calculating-volme/m-p/112449#M11189</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-01-12T16:26:25Z</dc:date>
    </item>
    <item>
      <title>Re: calculating volme</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/calculating-volme/m-p/112450#M11190</link>
      <description>Hello Olivier,&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
I only wanted to give as general answer as the question is;&lt;BR /&gt;
"How to calculate the volume of the wood for a window?"&lt;BR /&gt;
&lt;BR /&gt;
Of course there are countless variations and cases -  &lt;B&gt;mangaisonu&lt;/B&gt; &lt;BR /&gt;
has not even told what window / parameters is being used.&lt;BR /&gt;
&lt;BR /&gt;
The main point however is that it can be done and it is not rocket science.&lt;BR /&gt;
&lt;BR /&gt;
All the best and thanks for the GDL tips!</description>
      <pubDate>Sat, 12 Jan 2008 19:43:30 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/calculating-volme/m-p/112450#M11190</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-01-12T19:43:30Z</dc:date>
    </item>
    <item>
      <title>Re: calculating volme</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/calculating-volme/m-p/112451#M11191</link>
      <description>dear all,&lt;BR /&gt;
          Thanks for all of your suggetions.</description>
      <pubDate>Mon, 21 Jan 2008 07:09:23 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/calculating-volme/m-p/112451#M11191</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-01-21T07:09:23Z</dc:date>
    </item>
    <item>
      <title>Re: calculating volme</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/calculating-volme/m-p/112452#M11192</link>
      <description>Some precisions, i am not sure if i was clear enough. &lt;BR /&gt;
&lt;BR /&gt;
AC calculations (3D Volume or 3D Area) are extracted from the 3D model. The result is exact... may be too much. &lt;E&gt;&lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/E&gt;&lt;BR /&gt;
In the real world, rounded objects don't have facets.&lt;BR /&gt;
&lt;BR /&gt;
That's why it is important to take in consideraion the resolution (RESOL or TOLER), for list calculations. Not any incidence on current2D/3D settings.&lt;BR /&gt;
Resol 36 (default setting) seems to be a minimum. Error grows up accordingly to the size of the object. Don't hesitate to increase resol to 48 or 72.   &lt;BR /&gt;
&lt;BR /&gt;
For complex parts (Objects, Doors an Windows, using different materials), currently, no way to get all the different quantities simultaneously. &lt;BR /&gt;
You will have to isolate each "material" part to get the appropriate quantity, by a "GLOB_CONTEXT = 6" statement. See previous post.&lt;BR /&gt;
&lt;BR /&gt;
Despite these small imperfections (inherent to any 3D CAD software), better to use AC calculation capabilities. You will save your time.&lt;BR /&gt;
&lt;BR /&gt;
Example with a sphere, the worst study case.&lt;BR /&gt;
Difference in percentage, between AC calculations  and reality.&lt;BR /&gt;
&lt;BR /&gt;
3D Volume&lt;BR /&gt;
Resol 36 : -1.26%&lt;BR /&gt;
Resol 72 : -0.32%&lt;BR /&gt;
&lt;BR /&gt;
3D Surface&lt;BR /&gt;
Resol 36 : -0.63%&lt;BR /&gt;
Resol 72 : -0.16%</description>
      <pubDate>Thu, 24 Jan 2008 21:44:42 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/calculating-volme/m-p/112452#M11192</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-01-24T21:44:42Z</dc:date>
    </item>
  </channel>
</rss>

