<?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: Modifing a Zone Stamp in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/Modifing-a-Zone-Stamp/m-p/53130#M37500</link>
    <description>&lt;BLOCKQUOTE&gt;CU wrote:&lt;BR /&gt;Try this : SmArT (m)&lt;BR /&gt;
You can insert max eleven bawls  &lt;BR /&gt;
into  desired order&lt;BR /&gt;
Isn't perfect but even bad
&lt;/BLOCKQUOTE&gt;

Its hard to tell exactly what this "SmArt" is but it looks interesting. Where can we find more info about it in english?&lt;BR /&gt;
&lt;BR /&gt;
Dan K</description>
    <pubDate>Fri, 01 Apr 2005 13:16:19 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2005-04-01T13:16:19Z</dc:date>
    <item>
      <title>Modifing a Zone Stamp</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Modifing-a-Zone-Stamp/m-p/53124#M37494</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;Hello all,&lt;BR /&gt;
&lt;BR /&gt;
We are pulling out our hair here trying to fumble through customizing our Zone Stamp. We like the Zone Identifier 2 and have been able to manipulate the variables we want to see in our Room Finish Schedules/Info Box. Our problem is that we do not want the Frame box to size according to the Zone Name. We would like it to size according to the width of the Room Number/Room Area etc.&lt;BR /&gt;
&lt;BR /&gt;
Any help would be appreciated. &lt;BR /&gt;
&lt;BR /&gt;
Since we do not know much about GDL programming, does anyone know a good resource for GDL in ArchiCAD 9, or is the GDL Cookbook ok to look at for Version 9 GDL?&lt;BR /&gt;
&lt;BR /&gt;
TIA&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 29 Mar 2005 19:57:17 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Modifing-a-Zone-Stamp/m-p/53124#M37494</guid>
      <dc:creator>rgarand</dc:creator>
      <dc:date>2005-03-29T19:57:17Z</dc:date>
    </item>
    <item>
      <title>Re: Modifing a Zone Stamp</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Modifing-a-Zone-Stamp/m-p/53125#M37495</link>
      <description>Most of the GDL remains the same in AC9. There is nothing new AFAIK in the zones so the Cookbook should be fine.&lt;BR /&gt;
&lt;BR /&gt;
Re: the box sizing...&lt;BR /&gt;
&lt;BR /&gt;
Look for &lt;B&gt;STW(ROOM_NAME)&lt;/B&gt; in the script. It returns the real width of the actual string in meters at the current scale. Change the parameter (inside the parentheses) ROOM_NUMBER. That should do the trick.</description>
      <pubDate>Wed, 30 Mar 2005 23:55:51 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Modifing-a-Zone-Stamp/m-p/53125#M37495</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2005-03-30T23:55:51Z</dc:date>
    </item>
    <item>
      <title>Re: Modifing a Zone Stamp</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Modifing-a-Zone-Stamp/m-p/53126#M37496</link>
      <description>Matthew,&lt;BR /&gt;
Thanks for the reply. I could not find any script with STW(ROOM_NAME) or anything with STW in it. I did find this:&lt;BR /&gt;
&lt;BR /&gt;
if box_y and n then&lt;BR /&gt;
    pen Pen_Box&lt;BR /&gt;
    line2  0,-shight,0,-vlen&lt;BR /&gt;
    line2  max_len,-shight,max_len,-vlen&lt;BR /&gt;
&lt;BR /&gt;
    add2 0,-shight&lt;BR /&gt;
    for i=0 to n&lt;BR /&gt;
        if inline then&lt;BR /&gt;
            line2 0,-i*shight2, max_len, -i*shight2&lt;BR /&gt;
        else&lt;BR /&gt;
            if i=0 or i=n then line2 0,-i*shight2, max_len, -i*shight2&lt;BR /&gt;
        endif&lt;BR /&gt;
    next i&lt;BR /&gt;
    del 1&lt;BR /&gt;
endif&lt;BR /&gt;
&lt;BR /&gt;
box_y is the variable which turns the text box on/off. I see max_len in this part of the script...does this have anything to do with the box width?&lt;BR /&gt;
&lt;BR /&gt;
We have another zone stamp that we have been using that works great...but does not have a room area option. I have tried looking through both codes...but I just don't know enough about GDL at this time to figure it out. I will look through the cookbook and some of the info at Graphisoft to learn more about GDL scripting.&lt;BR /&gt;
&lt;BR /&gt;
Thanks for your help.</description>
      <pubDate>Thu, 31 Mar 2005 13:16:13 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Modifing-a-Zone-Stamp/m-p/53126#M37496</guid>
      <dc:creator>rgarand</dc:creator>
      <dc:date>2005-03-31T13:16:13Z</dc:date>
    </item>
    <item>
      <title>Re: Modifing a Zone Stamp</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Modifing-a-Zone-Stamp/m-p/53127#M37497</link>
      <description>You are correct, the max_len seems to be the variable you want. What you need to do is find the definition of max_len.&lt;BR /&gt;
&lt;BR /&gt;
This is in the line 
&lt;PRE&gt;max_len = max (w_roonu, w_code)   !*** width of the stamp&lt;/PRE&gt; &lt;BR /&gt;
&lt;BR /&gt;
Then you have to keeo working backwards, finding out what w_roonu and w_code are.&lt;BR /&gt;
&lt;BR /&gt;
Using the "Find" command, you learn:
&lt;PRE&gt;w_roonu = (stw (num_str)) * num
w_code = (stw (code_string)) * code &lt;/PRE&gt;

Now you can look up the STW function in the GDL manual that comes with Archicad (as a PDF or in the Help files), and find out that STW returns the actual "model space" length of your text string, making it the perfect function to size your box.&lt;BR /&gt;
&lt;BR /&gt;
Again, using "Find" you can learn that num_str is:
&lt;PRE&gt;num_str=" "+ROOM_NUMBER+" "&lt;/PRE&gt;

Hopefully this points you in the right direction!</description>
      <pubDate>Thu, 31 Mar 2005 14:07:31 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Modifing-a-Zone-Stamp/m-p/53127#M37497</guid>
      <dc:creator>TomWaltz</dc:creator>
      <dc:date>2005-03-31T14:07:31Z</dc:date>
    </item>
    <item>
      <title>Re: Modifing a Zone Stamp</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Modifing-a-Zone-Stamp/m-p/53128#M37498</link>
      <description>Hi guys,&lt;BR /&gt;
&lt;BR /&gt;
I figured it out! &lt;BR /&gt;
&lt;BR /&gt;
With your help and a bit of running through the script...and some trial and error. I had to change a few more lines of code and now everything looks good. I am now going to add some variables and link it to an interactive schedule.&lt;BR /&gt;
&lt;BR /&gt;
Thanks for the help and direction.</description>
      <pubDate>Thu, 31 Mar 2005 19:10:09 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Modifing-a-Zone-Stamp/m-p/53128#M37498</guid>
      <dc:creator>rgarand</dc:creator>
      <dc:date>2005-03-31T19:10:09Z</dc:date>
    </item>
    <item>
      <title>Re: Modifing a Zone Stamp</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Modifing-a-Zone-Stamp/m-p/53129#M37499</link>
      <description>Try this : SmArT (m)&lt;BR /&gt;
&lt;BR /&gt;
You can insert max eleven bawls  &lt;BR /&gt;
into  desired order&lt;BR /&gt;
Isn't perfect but even bad&lt;BR /&gt;
&lt;BR /&gt;
at &lt;A href="http://80.20.92.205/cigraph/FMpro?-DB=down.fp5&amp;amp;-Format=downlista.htm&amp;amp;-lay=tutto&amp;amp;-Max=5&amp;amp;validita+notizia=0&amp;amp;-SortField=data%20notizia&amp;amp;-sortorder=descending&amp;amp;-find" target="_blank"&gt;Cigraph's downloads&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
or &lt;A href="http://www.archiclass.it/" target="_blank"&gt;ArchiCLASS's downloads&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
NB  it's in italian&lt;BR /&gt;
&lt;BR /&gt;
CU mirco &lt;BR /&gt;
&lt;A href="http://www.cad3d.it" target="_blank"&gt;www.cad3d.it&lt;/A&gt;</description>
      <pubDate>Fri, 01 Apr 2005 12:59:48 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Modifing-a-Zone-Stamp/m-p/53129#M37499</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2005-04-01T12:59:48Z</dc:date>
    </item>
    <item>
      <title>Re: Modifing a Zone Stamp</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Modifing-a-Zone-Stamp/m-p/53130#M37500</link>
      <description>&lt;BLOCKQUOTE&gt;CU wrote:&lt;BR /&gt;Try this : SmArT (m)&lt;BR /&gt;
You can insert max eleven bawls  &lt;BR /&gt;
into  desired order&lt;BR /&gt;
Isn't perfect but even bad
&lt;/BLOCKQUOTE&gt;

Its hard to tell exactly what this "SmArt" is but it looks interesting. Where can we find more info about it in english?&lt;BR /&gt;
&lt;BR /&gt;
Dan K</description>
      <pubDate>Fri, 01 Apr 2005 13:16:19 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Modifing-a-Zone-Stamp/m-p/53130#M37500</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2005-04-01T13:16:19Z</dc:date>
    </item>
    <item>
      <title>Re: Modifing a Zone Stamp</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Modifing-a-Zone-Stamp/m-p/53131#M37501</link>
      <description>&lt;BLOCKQUOTE&gt;Its hard to tell exactly what this "SmArt" &lt;/BLOCKQUOTE&gt;

??&lt;BR /&gt;
&lt;BR /&gt;
It's a normal (Zone) Stamp.&lt;BR /&gt;

&lt;BLOCKQUOTE&gt;Where can we find more info about it in english?&lt;/BLOCKQUOTE&gt;

I don't think so&lt;BR /&gt;
&lt;BR /&gt;
This object is not new  but it has never been      &lt;BR /&gt;
created with different languages (to Italian)&lt;BR /&gt;
&lt;BR /&gt;
CU mirco&lt;BR /&gt;
&lt;A href="http://www.cad3d.it" target="_blank"&gt;www.cad3d.it&lt;/A&gt;</description>
      <pubDate>Fri, 01 Apr 2005 13:44:19 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Modifing-a-Zone-Stamp/m-p/53131#M37501</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2005-04-01T13:44:19Z</dc:date>
    </item>
    <item>
      <title>Re: Modifing a Zone Stamp</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Modifing-a-Zone-Stamp/m-p/53132#M37502</link>
      <description>&lt;BLOCKQUOTE&gt;Dan wrote:&lt;BR /&gt;Where can we find more info about it in english&lt;/BLOCKQUOTE&gt;

How is your Italian?&lt;BR /&gt;
&lt;BR /&gt;
This is a global forum.</description>
      <pubDate>Mon, 04 Apr 2005 17:25:07 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Modifing-a-Zone-Stamp/m-p/53132#M37502</guid>
      <dc:creator>Djordje</dc:creator>
      <dc:date>2005-04-04T17:25:07Z</dc:date>
    </item>
    <item>
      <title>Re: Modifing a Zone Stamp</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Modifing-a-Zone-Stamp/m-p/53133#M37503</link>
      <description>&lt;BLOCKQUOTE&gt;Djordje wrote:&lt;BR /&gt;&lt;BLOCKQUOTE&gt;Dan wrote:&lt;BR /&gt;Where can we find more info about it in english&lt;/BLOCKQUOTE&gt;

How is your Italian?&lt;BR /&gt;
&lt;BR /&gt;
This is a global forum.&lt;/BLOCKQUOTE&gt;

Unfortunately, I don't speak any Italian. It seems like this zone has some interesting functionality and I would like to learn more about. Maybe there's an Italian/English speaking member of this forum who could provide more information about this zone object.&lt;BR /&gt;
&lt;BR /&gt;
From what I can tell from the posted image, It looks like it gives you the ability to select multiple parameter values from a value list. this could be very useful...I'm curious why Graphisoft doesn't offer a similar zone in its basic library...&lt;BR /&gt;
&lt;BR /&gt;
Dan K</description>
      <pubDate>Mon, 04 Apr 2005 21:57:25 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Modifing-a-Zone-Stamp/m-p/53133#M37503</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2005-04-04T21:57:25Z</dc:date>
    </item>
    <item>
      <title>Re: Modifing a Zone Stamp</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Modifing-a-Zone-Stamp/m-p/53134#M37504</link>
      <description>these are the voices &lt;BR /&gt;
&lt;BR /&gt;
surface  &lt;BR /&gt;
volume  &lt;BR /&gt;
windows surface   &lt;BR /&gt;
illuminating relationship  &lt;BR /&gt;
doors surface  &lt;BR /&gt;
walls up inside surface  &lt;BR /&gt;
 wall up clean  surfaces&lt;BR /&gt;
summation windows width  &lt;BR /&gt;
summation doors width  &lt;BR /&gt;
zone perimeter  &lt;BR /&gt;
walls perimeter   &lt;BR /&gt;
hole perimeter  &lt;BR /&gt;
zone height   &lt;BR /&gt;
intelligent height (middle height under roofs)  &lt;BR /&gt;
store height &lt;BR /&gt;
number angles zone  &lt;BR /&gt;
number angles concave zone  &lt;BR /&gt;
clean ceiling  surface&lt;BR /&gt;
clean floor surface   &lt;BR /&gt;
clean ceiling surface  (slab)&lt;BR /&gt;
clean floor  surface  (slab)&lt;BR /&gt;
tilted ceiling surface  (roof)&lt;BR /&gt;
tilted floor surface  (roof)&lt;BR /&gt;
ceiling surface  (clean beams )&lt;BR /&gt;
floor surface (clean beams ) &lt;BR /&gt;
ceiling surface (niches )  &lt;BR /&gt;
side surface (niche ) &lt;BR /&gt;
frontal surface (niche)  &lt;BR /&gt;
a) reduction surface (wall ) &lt;BR /&gt;
b) reduction surface (column)  &lt;BR /&gt;
c) reduction surface (fill)  &lt;BR /&gt;
d) reduction surface (under roof ) &lt;BR /&gt;
reduction summation  (a+b+c+d)  &lt;BR /&gt;
remaining surface  &lt;BR /&gt;
reduction's value  &lt;BR /&gt;
total reduced remaining surface  &lt;BR /&gt;
personal text 1  &lt;BR /&gt;
personal text 2  &lt;BR /&gt;
personal text 3  &lt;BR /&gt;
empty  &lt;BR /&gt;
  &lt;BR /&gt;
&lt;BR /&gt;
You can insert max eleven of these names    &lt;BR /&gt;
with personal sequence&lt;BR /&gt;&lt;IMG src="https://community.graphisoft.com/t5/image/serverpage/image-id/13313iEBF525521213A324/image-size/large?v=v2&amp;amp;px=999" border="0" alt="SmArT-(m)-2.jpg" title="SmArT-(m)-2.jpg" /&gt;</description>
      <pubDate>Tue, 05 Apr 2005 00:30:53 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Modifing-a-Zone-Stamp/m-p/53134#M37504</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2005-04-05T00:30:53Z</dc:date>
    </item>
    <item>
      <title>Re: Modifing a Zone Stamp</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Modifing-a-Zone-Stamp/m-p/53135#M37505</link>
      <description>&lt;BLOCKQUOTE&gt;rgarand wrote:&lt;BR /&gt;Hello all,&lt;BR /&gt;
&lt;BR /&gt;
We are pulling out our hair here trying to fumble through customizing our Zone Stamp. We like the Zone Identifier 2 and have been able to manipulate the variables we want to see in our Room Finish Schedules/Info Box. Our problem is that we do not want the Frame box to size according to the Zone Name. We would like it to size according to the width of the Room Number/Room Area etc.&lt;/BLOCKQUOTE&gt;

I'm not sure I understand your issue completely (and I know you've solved it already) but t seems that the "Room Identifier_NCS"would do the trick right out of the box. It's included with AC 9 and can be accessed by changing the Stamp in Options / Attribute settings / Zone Categories.&lt;BR /&gt;
&lt;BR /&gt;
My issue, however, is not solved by any of the identifiers and that is: I want the room # to be the ID of the zone.  Isn't this what everyone wants?  That way, ID manager can assign your room #'s automatically.  Has anyone made a zone Identifier that works this (maybe superior) way?  Any help appreciated.</description>
      <pubDate>Mon, 09 May 2005 23:38:48 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Modifing-a-Zone-Stamp/m-p/53135#M37505</guid>
      <dc:creator>Chazz</dc:creator>
      <dc:date>2005-05-09T23:38:48Z</dc:date>
    </item>
  </channel>
</rss>

