<?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: Creating a New Zone Stamp in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/Creating-a-New-Zone-Stamp/m-p/135369#M26562</link>
    <description>I agree, &lt;FONT color="#0012FF"&gt;Zone Global variables&lt;/FONT&gt; or something similar would be more appropriate.&lt;BR /&gt;
I do not know, but I have a guess: if you open the Zone Stamp for editing you can see that these parameters are displayed in blue like the A and B parameters, which means that they are hard-wired into the Subtype and cannot even be deleted.&lt;BR /&gt;
That would be one explanation for me for "Fix".&lt;BR /&gt;
But as I said, this is a guess.</description>
    <pubDate>Tue, 09 Dec 2008 18:27:07 GMT</pubDate>
    <dc:creator>Laszlo Nagy</dc:creator>
    <dc:date>2008-12-09T18:27:07Z</dc:date>
    <item>
      <title>Creating a New Zone Stamp</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Creating-a-New-Zone-Stamp/m-p/135365#M26558</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;Is there a way to create a new zone stamp?  I want to be able to add considerable more information in to the zone stamp.  So I am trying to find a way to create my own.  Yet I can't seem to be able to find any documentation that will walk me through the process.  Has anyone done this before?&lt;BR /&gt;
&lt;BR /&gt;
I am using ArchiCAD 12.&lt;BR /&gt;
&lt;BR /&gt;
Thanks&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 08 Dec 2008 17:56:09 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Creating-a-New-Zone-Stamp/m-p/135365#M26558</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-12-08T17:56:09Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a New Zone Stamp</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Creating-a-New-Zone-Stamp/m-p/135366#M26559</link>
      <description>&lt;BLOCKQUOTE&gt;James wrote:&lt;BR /&gt;Is there a way to create a new zone stamp? ...  Has anyone done this before?&lt;/BLOCKQUOTE&gt;

More times than you would think... search the forums.  I do not know of a step-by-step, though.&lt;BR /&gt;
&lt;BR /&gt;
Generally, you'll want to open an existing stamp and modify it.  Requires knowledge of GDL scripting.&lt;BR /&gt;
&lt;BR /&gt;
Karl&lt;BR /&gt;
&lt;BR /&gt;
PS  I'm moving this thread to the Libraries / Library Parts / GDL forum where it belongs. &lt;E&gt;&lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/E&gt;</description>
      <pubDate>Mon, 08 Dec 2008 19:21:56 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Creating-a-New-Zone-Stamp/m-p/135366#M26559</guid>
      <dc:creator>Karl Ottenstein</dc:creator>
      <dc:date>2008-12-08T19:21:56Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a New Zone Stamp</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Creating-a-New-Zone-Stamp/m-p/135367#M26560</link>
      <description>The best learning would be to open the stamp as Karl suggested, but also try to understand each line of code, for example when it defines styles, uses REQUEST functions to get the setting of Dimensions that were set in the Project Preferences Dialog. Another thing is that there are many string functions as you are mostly dealing with Texts in a Zone Stamp.&lt;BR /&gt;
Also, there are many GDL Global Parameters related to zones. There is an article about those:&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://helpcenter.graphisoft.com/guides/gdl-guide-for-archicad-18/chapter-12-miscellaneous/fix-named-optional-parameters/#RoomParametersForZones_section" target="_blank"&gt;&lt;LINK_TEXT text="http://helpcenter.graphisoft.com/guides ... es_section"&gt;http://helpcenter.graphisoft.com/guides/gdl-guide-for-archicad-18/chapter-12-miscellaneous/fix-named-optional-parameters/#RoomParametersForZones_section&lt;/LINK_TEXT&gt;&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Otherwise, a Zone is similar to any other GDL script so the general GDL rules apply.</description>
      <pubDate>Tue, 09 Dec 2008 13:31:31 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Creating-a-New-Zone-Stamp/m-p/135367#M26560</guid>
      <dc:creator>Laszlo Nagy</dc:creator>
      <dc:date>2008-12-09T13:31:31Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a New Zone Stamp</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Creating-a-New-Zone-Stamp/m-p/135368#M26561</link>
      <description>&lt;BLOCKQUOTE&gt;laszlonagy wrote:&lt;BR /&gt;
&lt;A href="http://helpcenter.graphisoft.com/guides/gdl-guide-for-archicad-18/chapter-12-miscellaneous/fix-named-optional-parameters/#RoomParametersForZones_section" target="_blank"&gt;&lt;LINK_TEXT text="http://helpcenter.graphisoft.com/guides ... es_section"&gt;http://helpcenter.graphisoft.com/guides/gdl-guide-for-archicad-18/chapter-12-miscellaneous/fix-named-optional-parameters/#RoomParametersForZones_section&lt;/LINK_TEXT&gt;&lt;/A&gt;&lt;/BLOCKQUOTE&gt;

Laszlo,&lt;BR /&gt;
&lt;BR /&gt;
Any idea what the word "Fix" is supposed to mean in the title of that article (Zone Fix Parameters)?  Seems odd...&lt;BR /&gt;
&lt;BR /&gt;
Karl</description>
      <pubDate>Tue, 09 Dec 2008 18:03:22 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Creating-a-New-Zone-Stamp/m-p/135368#M26561</guid>
      <dc:creator>Karl Ottenstein</dc:creator>
      <dc:date>2008-12-09T18:03:22Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a New Zone Stamp</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Creating-a-New-Zone-Stamp/m-p/135369#M26562</link>
      <description>I agree, &lt;FONT color="#0012FF"&gt;Zone Global variables&lt;/FONT&gt; or something similar would be more appropriate.&lt;BR /&gt;
I do not know, but I have a guess: if you open the Zone Stamp for editing you can see that these parameters are displayed in blue like the A and B parameters, which means that they are hard-wired into the Subtype and cannot even be deleted.&lt;BR /&gt;
That would be one explanation for me for "Fix".&lt;BR /&gt;
But as I said, this is a guess.</description>
      <pubDate>Tue, 09 Dec 2008 18:27:07 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Creating-a-New-Zone-Stamp/m-p/135369#M26562</guid>
      <dc:creator>Laszlo Nagy</dc:creator>
      <dc:date>2008-12-09T18:27:07Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a New Zone Stamp</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Creating-a-New-Zone-Stamp/m-p/135370#M26563</link>
      <description>Ah, thanks.  Subtype seems as good an explanation as any. &lt;E&gt;&lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/E&gt;&lt;BR /&gt;
&lt;BR /&gt;
Karl</description>
      <pubDate>Tue, 09 Dec 2008 18:37:25 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Creating-a-New-Zone-Stamp/m-p/135370#M26563</guid>
      <dc:creator>Karl Ottenstein</dc:creator>
      <dc:date>2008-12-09T18:37:25Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a New Zone Stamp</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Creating-a-New-Zone-Stamp/m-p/330754#M26564</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This link seems to be brocken :&amp;nbsp;&lt;A href="http://helpcenter.graphisoft.com/guides/gdl-guide-for-Archicad-18/chapter-12-miscellaneous/fix-named-optional-parameters/#RoomParametersForZones_section" target="_blank"&gt;http://helpcenter.graphisoft.com/guides/gdl-guide-for-Archicad-18/chapter-12-miscellaneous/fix-named-optional-parameters/#RoomParametersForZones_section&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to try to make my own simple zone stamp like this one :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture d’écran 2022-02-23 à 11.19.45.png" style="width: 400px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/19278i7BF1A2CDF474E628/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Capture d’écran 2022-02-23 à 11.19.45.png" alt="Capture d’écran 2022-02-23 à 11.19.45.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;With "Name" on up/left, "N°" on up/right and "Area" below&lt;/P&gt;&lt;P&gt;Without creating my own I get this :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture d’écran 2022-02-23 à 11.33.16.png" style="width: 400px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/19280i923B542E85894E03/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Capture d’écran 2022-02-23 à 11.33.16.png" alt="Capture d’écran 2022-02-23 à 11.33.16.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I do not want to create a complex parametric zone stamp.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Feb 2022 10:34:13 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Creating-a-New-Zone-Stamp/m-p/330754#M26564</guid>
      <dc:creator>Christophe Fortineau</dc:creator>
      <dc:date>2022-02-23T10:34:13Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a New Zone Stamp</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Creating-a-New-Zone-Stamp/m-p/330757#M26565</link>
      <description>&lt;P&gt;You would need to script your own zone stamp as I am not aware of one that could be manipulated as you want.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But don't forget in 25 you can now label zones.&lt;/P&gt;
&lt;P&gt;It can almost be done with the 'zone label 25' - but not quite.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However you can create your own custom labels by addining some autotext and lines - set out as you want.&lt;/P&gt;
&lt;P&gt;Then FILE menu &amp;gt; Libraries and Objects &amp;gt; Save selection as library part &amp;gt; label.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now you can use it to label your zones.&lt;/P&gt;
&lt;P&gt;It won't be parametric so you won't be able to stretch the boxes - you will have to GDL script to do that.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="BarryKelly_0-1645614227046.png" style="width: 400px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/19281i8CE03DA39F166341/image-size/medium?v=v2&amp;amp;px=400" role="button" title="BarryKelly_0-1645614227046.png" alt="BarryKelly_0-1645614227046.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It won't be perfect but not too bad I think.&lt;/P&gt;
&lt;P&gt;Only scripting will get you exactly what you want.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Barry.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Feb 2022 11:04:51 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Creating-a-New-Zone-Stamp/m-p/330757#M26565</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2022-02-23T11:04:51Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a New Zone Stamp</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Creating-a-New-Zone-Stamp/m-p/330767#M26566</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hello Barry,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I know but I don't have to create this zone buffer on AC25 but on AC23.&lt;/P&gt;&lt;P&gt;I have to find the best of AC23 solutions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I know it might be easier with AC25 but I think I'm able to get another way with GDL.&lt;/P&gt;&lt;P&gt;&lt;FONT&gt;&lt;FONT&gt;I very much appreciate your richly illustrated explanation and nevertheless continue my search for a pre-AC25 solution.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Feb 2022 13:07:34 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Creating-a-New-Zone-Stamp/m-p/330767#M26566</guid>
      <dc:creator>Christophe Fortineau</dc:creator>
      <dc:date>2022-02-23T13:07:34Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a New Zone Stamp</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Creating-a-New-Zone-Stamp/m-p/330772#M26567</link>
      <description>&lt;P&gt;With the default zone stamps, you have probably gotten as close to it as you can get.&lt;/P&gt;
&lt;P&gt;Similar to what I could get with the zone stamp, except I had the comma as a separator instead of the vertical slash.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To get neat boxes you will need to script the stamp.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Barry.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Feb 2022 14:57:40 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Creating-a-New-Zone-Stamp/m-p/330772#M26567</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2022-02-23T14:57:40Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a New Zone Stamp</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Creating-a-New-Zone-Stamp/m-p/330789#M26568</link>
      <description>&lt;P&gt;&lt;EM&gt;"To get neat boxes you will need to script the stamp."&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Yes that is my aim and need some help about this simple example.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Feb 2022 16:01:10 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Creating-a-New-Zone-Stamp/m-p/330789#M26568</guid>
      <dc:creator>Christophe Fortineau</dc:creator>
      <dc:date>2022-02-23T16:01:10Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a New Zone Stamp</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Creating-a-New-Zone-Stamp/m-p/330792#M26569</link>
      <description>&lt;P&gt;I am not sure this would work without trying myself (time for sleep now).&lt;/P&gt;
&lt;P&gt;Draw the boxes to the size you want and add autotext (centre justified) for the zone values (as in my earlier image).&lt;/P&gt;
&lt;P&gt;Select and save as an object.&lt;/P&gt;
&lt;P&gt;Then open the script and change the subtype to a zone.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you want it to be parametric (stretchy) then you will have to adjust the script with the necessary parameters.&lt;/P&gt;
&lt;P&gt;Save and it should now be a zone stamp you can use with your zones )I hope).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Barry.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Feb 2022 16:11:26 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Creating-a-New-Zone-Stamp/m-p/330792#M26569</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2022-02-23T16:11:26Z</dc:date>
    </item>
  </channel>
</rss>

