<?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: Adding new option for floor finish in Documentation</title>
    <link>https://community.graphisoft.com/t5/Documentation/Adding-new-option-for-floor-finish-to-Zone-Stamp/m-p/371329#M55777</link>
    <description>&lt;P&gt;Hy,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Try with this at the beginning of the master script&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;dim stWallCoveringValues[4]
	stWallCoveringValues[1] = `Plâtre`
	stWallCoveringValues[2] = `Peinture mur`
	stWallCoveringValues[3] = `Papier peint`
	stWallCoveringValues[4] = `Carrelage`

dim stCeilingCoveringValues[3]
	stCeilingCoveringValues[1] = `Plâtre`
	stCeilingCoveringValues[2] = `Béton`
	stCeilingCoveringValues[3] = `Couleur`

dim stFloorCoveringValues[4]
	stFloorCoveringValues[1] = `Parquet`
	stFloorCoveringValues[2] = `Carrelage`
	stFloorCoveringValues[3] = `Chape`
	stFloorCoveringValues[4] = `Moquette`

values "stWallCovering" stWallCoveringValues, custom
values "stCeilingCovering" stCeilingCoveringValues, custom
values "stFloorCovering" stFloorCoveringValues, custom&lt;/LI-CODE&gt;
&lt;P&gt;And for more option here is a example&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;dim stFloorCoveringValues[8]
	stFloorCoveringValues[1] = `Parquet`
	stFloorCoveringValues[2] = `Carrelage`
	stFloorCoveringValues[3] = `Chape`
	stFloorCoveringValues[4] = `Moquette`
	stFloorCoveringValues[5] = `Parquet`
	stFloorCoveringValues[6] = `Carrelage`
	stFloorCoveringValues[7] = `Chape`
	stFloorCoveringValues[8] = `Moquette`&lt;/LI-CODE&gt;</description>
    <pubDate>Wed, 22 Feb 2023 16:41:33 GMT</pubDate>
    <dc:creator>Yves</dc:creator>
    <dc:date>2023-02-22T16:41:33Z</dc:date>
    <item>
      <title>Adding new option for floor finish to Zone Stamp</title>
      <link>https://community.graphisoft.com/t5/Documentation/Adding-new-option-for-floor-finish-to-Zone-Stamp/m-p/371284#M55773</link>
      <description>&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;Hello!&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;Is there a way to change the options for floor finish or add some new ones. I'm trying to add a couple of options to choose from in order to save some time writing the name of the finish for every single zone in the project. I'm doing this in the hope I can link those options later in a Scheme to export the info about zones.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;Context: I'm trying to setup a template for the place I'm working at with as much automatic options as possible and cannot seem to find the place where I can edit that part.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;Hope someone can help me. Thank you for your time!&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;Have a nice day!&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="http://community.graphisoft.com/t5/image/serverpage/image-id/56101iB027DE19F40CB2CA/image-size/large?v=v2&amp;amp;px=999" border="0" alt="Screenshot 2023-02-22 111350.png" title="Screenshot 2023-02-22 111350.png" /&gt;</description>
      <pubDate>Thu, 23 Feb 2023 19:45:11 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Documentation/Adding-new-option-for-floor-finish-to-Zone-Stamp/m-p/371284#M55773</guid>
      <dc:creator>Zaraf</dc:creator>
      <dc:date>2023-02-23T19:45:11Z</dc:date>
    </item>
    <item>
      <title>Re: Adding new option for floor finish</title>
      <link>https://community.graphisoft.com/t5/Documentation/Adding-new-option-for-floor-finish-to-Zone-Stamp/m-p/371286#M55774</link>
      <description>&lt;P&gt;You probably need to edit the GDL script for that zone stamp.&lt;/P&gt;
&lt;P&gt;Without knowing what the zone stamp is that you are using, I can't say any more.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Barry.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Feb 2023 09:27:51 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Documentation/Adding-new-option-for-floor-finish-to-Zone-Stamp/m-p/371286#M55774</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2023-02-22T09:27:51Z</dc:date>
    </item>
    <item>
      <title>Re: Adding new option for floor finish</title>
      <link>https://community.graphisoft.com/t5/Documentation/Adding-new-option-for-floor-finish-to-Zone-Stamp/m-p/371291#M55775</link>
      <description>&lt;P&gt;I am using the default Zone stamp 02 23. I tried now looking into the GDL options but still cannot find where to edit those options.&lt;BR /&gt;&lt;BR /&gt;But it is worth asking, if I edit those values can i link them into Element Schemes later? That is the whole point I'm doing this for.&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="http://community.graphisoft.com/t5/image/serverpage/image-id/56102i7387FFBD26964A45/image-size/large?v=v2&amp;amp;px=999" border="0" alt="Screenshot 2023-02-22 113935.png" title="Screenshot 2023-02-22 113935.png" /&gt;</description>
      <pubDate>Wed, 22 Feb 2023 09:40:52 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Documentation/Adding-new-option-for-floor-finish-to-Zone-Stamp/m-p/371291#M55775</guid>
      <dc:creator>Zaraf</dc:creator>
      <dc:date>2023-02-22T09:40:52Z</dc:date>
    </item>
    <item>
      <title>Re: Adding new option for floor finish</title>
      <link>https://community.graphisoft.com/t5/Documentation/Adding-new-option-for-floor-finish-to-Zone-Stamp/m-p/371296#M55776</link>
      <description>&lt;P&gt;Meanwhile I asked ChatGPT to write me a script for the zone stamp to show me options for the floor finish setting.&lt;BR /&gt;&lt;BR /&gt;"C&lt;SPAN&gt;an you write me a gdl script for a zone stamp to have the options "Parchet laminat" and "Plăci ceramice antiderapante" in the floor finish section?&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;P&gt;Certainly! Here's an example GDL script for a zone stamp that includes the options "Parchet laminat" and "Plăci ceramice antiderapante" in the floor finish section: (see screenshot below)."&lt;BR /&gt;&lt;BR /&gt;I have 0 knowledge of coding but archicad says it is wrong and tells me that there is some error on line with "fill 0, 0, 0, 0". Not sure why.&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;IMG src="http://community.graphisoft.com/t5/image/serverpage/image-id/56104iE1CE9887855EE5A8/image-size/large?v=v2&amp;amp;px=999" border="0" alt="Screenshot 2023-02-22 125459.png" title="Screenshot 2023-02-22 125459.png" /&gt;</description>
      <pubDate>Wed, 22 Feb 2023 10:56:39 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Documentation/Adding-new-option-for-floor-finish-to-Zone-Stamp/m-p/371296#M55776</guid>
      <dc:creator>Zaraf</dc:creator>
      <dc:date>2023-02-22T10:56:39Z</dc:date>
    </item>
    <item>
      <title>Re: Adding new option for floor finish</title>
      <link>https://community.graphisoft.com/t5/Documentation/Adding-new-option-for-floor-finish-to-Zone-Stamp/m-p/371329#M55777</link>
      <description>&lt;P&gt;Hy,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Try with this at the beginning of the master script&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;dim stWallCoveringValues[4]
	stWallCoveringValues[1] = `Plâtre`
	stWallCoveringValues[2] = `Peinture mur`
	stWallCoveringValues[3] = `Papier peint`
	stWallCoveringValues[4] = `Carrelage`

dim stCeilingCoveringValues[3]
	stCeilingCoveringValues[1] = `Plâtre`
	stCeilingCoveringValues[2] = `Béton`
	stCeilingCoveringValues[3] = `Couleur`

dim stFloorCoveringValues[4]
	stFloorCoveringValues[1] = `Parquet`
	stFloorCoveringValues[2] = `Carrelage`
	stFloorCoveringValues[3] = `Chape`
	stFloorCoveringValues[4] = `Moquette`

values "stWallCovering" stWallCoveringValues, custom
values "stCeilingCovering" stCeilingCoveringValues, custom
values "stFloorCovering" stFloorCoveringValues, custom&lt;/LI-CODE&gt;
&lt;P&gt;And for more option here is a example&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;dim stFloorCoveringValues[8]
	stFloorCoveringValues[1] = `Parquet`
	stFloorCoveringValues[2] = `Carrelage`
	stFloorCoveringValues[3] = `Chape`
	stFloorCoveringValues[4] = `Moquette`
	stFloorCoveringValues[5] = `Parquet`
	stFloorCoveringValues[6] = `Carrelage`
	stFloorCoveringValues[7] = `Chape`
	stFloorCoveringValues[8] = `Moquette`&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 22 Feb 2023 16:41:33 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Documentation/Adding-new-option-for-floor-finish-to-Zone-Stamp/m-p/371329#M55777</guid>
      <dc:creator>Yves</dc:creator>
      <dc:date>2023-02-22T16:41:33Z</dc:date>
    </item>
    <item>
      <title>Re: Adding new option for floor finish</title>
      <link>https://community.graphisoft.com/t5/Documentation/Adding-new-option-for-floor-finish-to-Zone-Stamp/m-p/371448#M55778</link>
      <description>&lt;P&gt;So, my god, that worked flawlessly. Thank you very much!&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;But regarding the context on which I'm doing this, if I save the changes I make in the zone stamp, it resets the format I previously had (I hope the screenshot helps rather than confuses). To save the "custom" settings on every modification I made on this stamp I have to do it in the stamp parameters in the GDL options? I'd be glad if you had the time to answer on this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;But again, on the problem I had, that worked like a charm. Thanks again!&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="http://community.graphisoft.com/t5/image/serverpage/image-id/56111iEBE4303B48316B23/image-size/large?v=v2&amp;amp;px=999" border="0" alt="Screenshot 2023-02-23 205643.png" title="Screenshot 2023-02-23 205643.png" /&gt;</description>
      <pubDate>Thu, 23 Feb 2023 19:02:49 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Documentation/Adding-new-option-for-floor-finish-to-Zone-Stamp/m-p/371448#M55778</guid>
      <dc:creator>Zaraf</dc:creator>
      <dc:date>2023-02-23T19:02:49Z</dc:date>
    </item>
    <item>
      <title>Re: Adding new option for floor finish</title>
      <link>https://community.graphisoft.com/t5/Documentation/Adding-new-option-for-floor-finish-to-Zone-Stamp/m-p/371480#M55785</link>
      <description>&lt;P&gt;Changing default settings in the zone stamp object, should not affect stamps you have already placed.&lt;/P&gt;
&lt;P&gt;It will only affect new zone stamps that you place.&lt;/P&gt;
&lt;P&gt;So existing stamps you will have to alter manually in each stamp.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also be careful.&lt;/P&gt;
&lt;P&gt;If you amend and save a zone stamp object, then if ever there is a library update, you will have to make the same changes again, because the amended object will simply be replaced with a new version that doesn't include your modifications.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You are better off to 'save as' the stamp as a new object with a new name, and save that object to your office library that is loaded into every file so you will have it in all jobs.&lt;/P&gt;
&lt;P&gt;Then you use that new stamp instead of the existing one.&lt;/P&gt;
&lt;P&gt;And if the Graphisoft library is ever updated, you will not lose your amended zone stamp.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Barry.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Feb 2023 00:52:48 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Documentation/Adding-new-option-for-floor-finish-to-Zone-Stamp/m-p/371480#M55785</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2023-02-24T00:52:48Z</dc:date>
    </item>
    <item>
      <title>Re: Adding new option for floor finish to Zone Stamp</title>
      <link>https://community.graphisoft.com/t5/Documentation/Adding-new-option-for-floor-finish-to-Zone-Stamp/m-p/371529#M55789</link>
      <description>&lt;P&gt;Hy,&lt;/P&gt;
&lt;P&gt;You can choose and save your favorite settings directly on your new zone stamp from the interface script.&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="Capture d’écran 2023-02-24.png" style="width: 400px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/34633iEB207079ECA4B5CD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Capture d’écran 2023-02-24.png" alt="Capture d’écran 2023-02-24.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt; &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Feb 2023 10:39:55 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Documentation/Adding-new-option-for-floor-finish-to-Zone-Stamp/m-p/371529#M55789</guid>
      <dc:creator>Yves</dc:creator>
      <dc:date>2023-02-24T10:39:55Z</dc:date>
    </item>
    <item>
      <title>Re: Adding new option for floor finish</title>
      <link>https://community.graphisoft.com/t5/Documentation/Adding-new-option-for-floor-finish-to-Zone-Stamp/m-p/371682#M55818</link>
      <description>&lt;P&gt;Thank you. I did that now.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Have a nice day!&lt;/P&gt;</description>
      <pubDate>Mon, 27 Feb 2023 11:03:01 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Documentation/Adding-new-option-for-floor-finish-to-Zone-Stamp/m-p/371682#M55818</guid>
      <dc:creator>Zaraf</dc:creator>
      <dc:date>2023-02-27T11:03:01Z</dc:date>
    </item>
  </channel>
</rss>

