<?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 Adding extra data to zone stamp in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/Adding-extra-data-to-zone-stamp/m-p/152020#M24222</link>
    <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;Hi, I was wondering if there is a way you can add extra data to the stamp of each zone of the virtual building I'm creating. &lt;BR /&gt;
 &lt;BR /&gt;
In order for my residential project to comply with the health standards, for each room (kitchen, living, dining etc.) I need to show the total window area, and the minimum required window area. So for example if X is the total room area, the minimum window area is X*1/8 (total area divided by eight). &lt;BR /&gt;
 &lt;BR /&gt;
Is there somehow I can add these two parameters to the stamp list? Something like: &lt;BR /&gt;
 &lt;BR /&gt;
1 - Room Name &lt;BR /&gt;
2 - Room Number &lt;BR /&gt;
3 - Total Room Area &lt;BR /&gt;
4 - Room Height &lt;BR /&gt;
5 - Minimum Window Area &lt;BR /&gt;
6 - Design Window Area &lt;BR /&gt;
 &lt;BR /&gt;
Thanks!&lt;/T&gt;&lt;/DIV&gt;</description>
    <pubDate>Wed, 24 May 2023 09:57:07 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2023-05-24T09:57:07Z</dc:date>
    <item>
      <title>Adding extra data to zone stamp</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Adding-extra-data-to-zone-stamp/m-p/152020#M24222</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;Hi, I was wondering if there is a way you can add extra data to the stamp of each zone of the virtual building I'm creating. &lt;BR /&gt;
 &lt;BR /&gt;
In order for my residential project to comply with the health standards, for each room (kitchen, living, dining etc.) I need to show the total window area, and the minimum required window area. So for example if X is the total room area, the minimum window area is X*1/8 (total area divided by eight). &lt;BR /&gt;
 &lt;BR /&gt;
Is there somehow I can add these two parameters to the stamp list? Something like: &lt;BR /&gt;
 &lt;BR /&gt;
1 - Room Name &lt;BR /&gt;
2 - Room Number &lt;BR /&gt;
3 - Total Room Area &lt;BR /&gt;
4 - Room Height &lt;BR /&gt;
5 - Minimum Window Area &lt;BR /&gt;
6 - Design Window Area &lt;BR /&gt;
 &lt;BR /&gt;
Thanks!&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 24 May 2023 09:57:07 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Adding-extra-data-to-zone-stamp/m-p/152020#M24222</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-05-24T09:57:07Z</dc:date>
    </item>
    <item>
      <title>Re: Adding extra data to zone stamp</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Adding-extra-data-to-zone-stamp/m-p/152021#M24223</link>
      <description>Enrico,&lt;BR /&gt;
&lt;BR /&gt;
This is pretty simple to achieve with a bit of GDL- &lt;BR /&gt;
select the standard zone stamp and open it up as an object - save as&lt;BR /&gt;
 "your zone stamp"&lt;BR /&gt;
add a parameter called min_windows and change type to boolean - on/off&lt;BR /&gt;
&lt;BR /&gt;
Go to the 2d script page and add the following underneath similar code for volume etc. &lt;BR /&gt;

&lt;PRE&gt;if winActual then
   n=n+1
	vlen =vlen + shight
  sWinActual= str("%.3",room_winds_surf/8)
   Text2 2,-vlen, sWinActual
endif&lt;/PRE&gt;

you can do the same for the required design percentage just add a text parameter to the stamp to take this value and put it in text2 block&lt;BR /&gt;
&lt;BR /&gt;
-im guessing you want this in to advise for ventillation requirements. The room_winds_surf parameter gives the total area of windows wheither they open or not so you will need to take this into account- there is no easy way of getting that information from a zone stamp.</description>
      <pubDate>Tue, 30 Jun 2009 08:42:08 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Adding-extra-data-to-zone-stamp/m-p/152021#M24223</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-06-30T08:42:08Z</dc:date>
    </item>
  </channel>
</rss>

