<?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: zone stamp anchor? in GDL</title>
    <link>https://community.graphisoft.com/t5/GDL/zone-stamp-anchor/m-p/52327#M5102</link>
    <description>Ben,&lt;BR /&gt;
that depends on your code. &lt;BR /&gt;
I could not find any specific globals for the zone tool so try SYMB_POS_X, SYMB_POS_Y globals if they are not affected by scale changing. &lt;BR /&gt;
However, I would need to see your script to give you the final answer I suppose...</description>
    <pubDate>Wed, 03 Oct 2007 07:01:38 GMT</pubDate>
    <dc:creator>Rob</dc:creator>
    <dc:date>2007-10-03T07:01:38Z</dc:date>
    <item>
      <title>zone stamp anchor?</title>
      <link>https://community.graphisoft.com/t5/GDL/zone-stamp-anchor/m-p/52325#M5100</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;can anyone tell me if there is a way of defining an anchor point for zone stamps?&lt;BR /&gt;&lt;BR /&gt;i've modified a zone stamp to be scale sensitive, but it keeps jumping around. anchoring it along the top instead of the middle would sort things out . . . but i can't find a way of doing that in the script or the zone settings . . . am i missing something, or will this have to be done through working it all out long hand based on the returned text height calculations . . .&lt;BR /&gt;&lt;BR /&gt;~/archiben&lt;/DIV&gt;</description>
      <pubDate>Mon, 26 Sep 2022 20:58:23 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/zone-stamp-anchor/m-p/52325#M5100</guid>
      <dc:creator>__archiben</dc:creator>
      <dc:date>2022-09-26T20:58:23Z</dc:date>
    </item>
    <item>
      <title>Re: zone stamp anchor?</title>
      <link>https://community.graphisoft.com/t5/GDL/zone-stamp-anchor/m-p/52326#M5101</link>
      <description>In order to help, I'll need to look at the script.....</description>
      <pubDate>Wed, 03 Oct 2007 01:24:18 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/zone-stamp-anchor/m-p/52326#M5101</guid>
      <dc:creator>LiHigh</dc:creator>
      <dc:date>2007-10-03T01:24:18Z</dc:date>
    </item>
    <item>
      <title>Re: zone stamp anchor?</title>
      <link>https://community.graphisoft.com/t5/GDL/zone-stamp-anchor/m-p/52327#M5102</link>
      <description>Ben,&lt;BR /&gt;
that depends on your code. &lt;BR /&gt;
I could not find any specific globals for the zone tool so try SYMB_POS_X, SYMB_POS_Y globals if they are not affected by scale changing. &lt;BR /&gt;
However, I would need to see your script to give you the final answer I suppose...</description>
      <pubDate>Wed, 03 Oct 2007 07:01:38 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/zone-stamp-anchor/m-p/52327#M5102</guid>
      <dc:creator>Rob</dc:creator>
      <dc:date>2007-10-03T07:01:38Z</dc:date>
    </item>
    <item>
      <title>Re: zone stamp anchor?</title>
      <link>https://community.graphisoft.com/t5/GDL/zone-stamp-anchor/m-p/52328#M5103</link>
      <description>Ben.&lt;BR /&gt;
&lt;BR /&gt;
I tried (and "have done") it before. The objects origin is depending of the dropping position of the stamp text. Its position to project zero is changing, if you move the position of the text or of the whole stamp by drag and drop. SYMB_POS_X / Y is a good hint. It could be possible to "store" the first position, before any moving of the text into a parameter of this object by a &lt;BR /&gt;
&lt;BR /&gt;
IF NOT(positionX OR positionY) THEN PARAMETERS positionX=SYMB_POS_X, positionY=SYMB_POS_Y&lt;BR /&gt;
&lt;BR /&gt;
command. Now you could move the text by a graphical hotspot depending of the scale. Text output would be always related to positionX / Y + hotspot-translations. If you move the text by the normal drag and drop, it would stay then.&lt;BR /&gt;
&lt;BR /&gt;
BUT: This does not work. In parameter script context PARAMETERS command does work, but unfortunately  SYMB_POS_X and SYMB_POS_Y are always 0. I have complained this more than once. Last time to GS a few moth ago in hope they will change this anytime. But so far I do not see any secure way to get scale dependent positioning of objects. I "solved" it by exclusive usage of graphical hotspots. No normal moving of the zone stamp text allowed. Needs discipline.</description>
      <pubDate>Wed, 03 Oct 2007 21:43:44 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/zone-stamp-anchor/m-p/52328#M5103</guid>
      <dc:creator>Frank Beister</dc:creator>
      <dc:date>2007-10-03T21:43:44Z</dc:date>
    </item>
    <item>
      <title>Re: zone stamp anchor?</title>
      <link>https://community.graphisoft.com/t5/GDL/zone-stamp-anchor/m-p/52329#M5104</link>
      <description>5 years later I have the same issue. I use Zone_Stamp_2 16 that allows you to make your zone stamp scale sensitive. Pretty cool except for the "jumping around" because there is no anchor. &lt;BR /&gt;
Other solutions or other zone stamps that have an anchor?</description>
      <pubDate>Mon, 15 Oct 2012 11:34:54 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/zone-stamp-anchor/m-p/52329#M5104</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-10-15T11:34:54Z</dc:date>
    </item>
    <item>
      <title>Re: zone stamp anchor?</title>
      <link>https://community.graphisoft.com/t5/GDL/zone-stamp-anchor/m-p/52330#M5105</link>
      <description>OK. I found out that in my case I had to open the Zone_Stamp_16 2 and save it as a new zone stamp. The only thing I had to do was make the offset parameters visible in display. Example: click on the X under display by the parameter "change the offsetY_200". This makes this parameter visible in the zone stamp settings. now I can offset my zone stamps to be placed correct in the different scales.</description>
      <pubDate>Mon, 15 Oct 2012 12:54:08 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/zone-stamp-anchor/m-p/52330#M5105</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-10-15T12:54:08Z</dc:date>
    </item>
    <item>
      <title>Re: zone stamp anchor?</title>
      <link>https://community.graphisoft.com/t5/GDL/zone-stamp-anchor/m-p/338617#M5106</link>
      <description>&lt;P&gt;15 years later I having the same problem, but i have zero knowledge of scripting.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 May 2022 08:04:33 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/zone-stamp-anchor/m-p/338617#M5106</guid>
      <dc:creator>Johnsly</dc:creator>
      <dc:date>2022-05-17T08:04:33Z</dc:date>
    </item>
    <item>
      <title>Re: zone stamp anchor?</title>
      <link>https://community.graphisoft.com/t5/GDL/zone-stamp-anchor/m-p/338618#M5107</link>
      <description>&lt;P&gt;10 years later I having the same problem, but i have zero knowledge of scripting. please help.&lt;/P&gt;&lt;P&gt;AC24&lt;/P&gt;</description>
      <pubDate>Tue, 17 May 2022 08:05:14 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/zone-stamp-anchor/m-p/338618#M5107</guid>
      <dc:creator>Johnsly</dc:creator>
      <dc:date>2022-05-17T08:05:14Z</dc:date>
    </item>
    <item>
      <title>Re: zone stamp anchor?</title>
      <link>https://community.graphisoft.com/t5/GDL/zone-stamp-anchor/m-p/338629#M5108</link>
      <description>&lt;P&gt;If you are using version 25, then switch to zone labels instead of stamps.&lt;/P&gt;
&lt;P&gt;You can add as many labels as you like, in any layer, at any scale.&lt;/P&gt;
&lt;P&gt;You can even label zones in sections.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Barry.&lt;/P&gt;</description>
      <pubDate>Tue, 17 May 2022 09:32:47 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/zone-stamp-anchor/m-p/338629#M5108</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2022-05-17T09:32:47Z</dc:date>
    </item>
    <item>
      <title>Re: zone stamp anchor?</title>
      <link>https://community.graphisoft.com/t5/GDL/zone-stamp-anchor/m-p/339898#M5109</link>
      <description>&lt;P&gt;The zone stamp will have its origin where the user moved it. If you draw symmetrically to the origin, it will be anchored to the middle.&lt;/P&gt;
&lt;P&gt;Text is drawn with "paper size" height, but its coordinates are in model space. For scale-independency, you need to transform to paper size.&lt;/P&gt;
&lt;P&gt;Illustration:&lt;/P&gt;
&lt;PRE&gt;text2 0,0, "O"&lt;BR /&gt;&lt;BR /&gt;mul2 GLOB_SCALE / 1000, GLOB_SCALE / 1000    ! 1 m model is now 1 mm on paper scale-independently&lt;BR /&gt;add2 -5, -5                                  ! move origin of drawing&lt;BR /&gt;line2 0,0,10,10&lt;BR /&gt;line2 0,10,10,0&lt;BR /&gt;del 2&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 31 May 2022 11:48:18 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/zone-stamp-anchor/m-p/339898#M5109</guid>
      <dc:creator>Peter Baksa</dc:creator>
      <dc:date>2022-05-31T11:48:18Z</dc:date>
    </item>
  </channel>
</rss>

