<?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 Zone Stamp scale threshold change in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/Zone-Stamp-scale-threshold-change/m-p/263081#M10837</link>
    <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;I would like to somehow change the ArchiCAD 18 Zone Stamp so that the scale sensitivity is different.  Instead of the 1:50 scale limit, I would like to make this 1:30 or 1:32 so that a stamp that appears on a drawing at ¼" to a foot is different than the same stamp that appears on a ½" scale drawing.  My guess is that this involves opening the object and changing the parameters.  Is there a procedure to do this?&lt;/T&gt;&lt;/DIV&gt;</description>
    <pubDate>Wed, 22 Apr 2015 21:53:45 GMT</pubDate>
    <dc:creator>Scott Newland</dc:creator>
    <dc:date>2015-04-22T21:53:45Z</dc:date>
    <item>
      <title>Zone Stamp scale threshold change</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Zone-Stamp-scale-threshold-change/m-p/263081#M10837</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;I would like to somehow change the ArchiCAD 18 Zone Stamp so that the scale sensitivity is different.  Instead of the 1:50 scale limit, I would like to make this 1:30 or 1:32 so that a stamp that appears on a drawing at ¼" to a foot is different than the same stamp that appears on a ½" scale drawing.  My guess is that this involves opening the object and changing the parameters.  Is there a procedure to do this?&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 22 Apr 2015 21:53:45 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Zone-Stamp-scale-threshold-change/m-p/263081#M10837</guid>
      <dc:creator>Scott Newland</dc:creator>
      <dc:date>2015-04-22T21:53:45Z</dc:date>
    </item>
    <item>
      <title>Re: Zone Stamp scale threshold change</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Zone-Stamp-scale-threshold-change/m-p/263082#M10838</link>
      <description>Hy Scott,&lt;BR /&gt;
the 1:50 scale limit is coded and can't be changed without changing the code.&lt;BR /&gt;
In few words you have to:&lt;BR /&gt;
1- duplicate "Zone_stamp 18" and "Zone_stammp_macro" with save as, let's say "My stamp" and "My stamp macro".&lt;BR /&gt;
&lt;BR /&gt;
2-Enter gdl code, master script, of My stamp and change:&lt;BR /&gt;
&lt;BR /&gt;
call "Zone_stamp_macro" parameters all gs_iDisplayStandards = gs_iDisplayStandards&lt;BR /&gt;
&lt;BR /&gt;
into&lt;BR /&gt;
&lt;BR /&gt;
call "My stamp macro" parameters all gs_iDisplayStandards = gs_iDisplayStandards&lt;BR /&gt;
&lt;BR /&gt;
3-In My stamp macro go to master script and change:&lt;BR /&gt;
&lt;BR /&gt;
if GLOB_SCALE &amp;lt; 50  + eps then _iScale = SCALE_50&lt;BR /&gt;
&lt;BR /&gt;
into&lt;BR /&gt;
&lt;BR /&gt;
if GLOB_SCALE &amp;lt; 32  + eps then _iScale = SCALE_50&lt;BR /&gt;
&lt;BR /&gt;
4-In My stamp macro go to master script and change:&lt;BR /&gt;
&lt;BR /&gt;
dim stDisplayScale[3]&lt;BR /&gt;
	stDisplayScale[1] = `1:50`&lt;BR /&gt;
&lt;BR /&gt;
into&lt;BR /&gt;
&lt;BR /&gt;
dim stDisplayScale[3]&lt;BR /&gt;
	stDisplayScale[1] = `1:32`&lt;BR /&gt;
&lt;BR /&gt;
I think that will get the work done.</description>
      <pubDate>Thu, 23 Apr 2015 07:09:04 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Zone-Stamp-scale-threshold-change/m-p/263082#M10838</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-23T07:09:04Z</dc:date>
    </item>
  </channel>
</rss>

