<?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: LABELS in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/LABELS/m-p/58467#M33461</link>
    <description>thanks john&lt;BR /&gt;
better start pushing for an upgrade</description>
    <pubDate>Fri, 11 Aug 2006 06:27:40 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2006-08-11T06:27:40Z</dc:date>
    <item>
      <title>LABELS</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/LABELS/m-p/58459#M33453</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;ARE CUSTOM LABELS ABLE TO BE MABE STOREY SENSITIVE&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 11 Aug 2006 02:22:21 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/LABELS/m-p/58459#M33453</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-08-11T02:22:21Z</dc:date>
    </item>
    <item>
      <title>Re: LABELS</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/LABELS/m-p/58460#M33454</link>
      <description>Yes. Use GLOB_CH_STORY_DIST&lt;BR /&gt;
eg if GLOB_CH_STORY_DIST&amp;gt;=1 then end&lt;BR /&gt;
will not show the label if the storey is above the home storey.</description>
      <pubDate>Fri, 11 Aug 2006 02:26:43 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/LABELS/m-p/58460#M33454</guid>
      <dc:creator>Aussie John</dc:creator>
      <dc:date>2006-08-11T02:26:43Z</dc:date>
    </item>
    <item>
      <title>Re: LABELS</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/LABELS/m-p/58461#M33455</link>
      <description>John &lt;BR /&gt;
i have written a label that coverts a the height of o slab into brick coursing&lt;BR /&gt;
&amp;amp; ffl measurements with the addition of a datum height&lt;BR /&gt;
&lt;BR /&gt;
out method of drawing is that the slab is 1 storey below the storey where the brickwork sits &amp;amp; were the working drawing is completed&lt;BR /&gt;
&lt;BR /&gt;
i dont seem to about to display the label on anything but its home story&lt;BR /&gt;
&lt;BR /&gt;
i tried scripts such IF GLOB_CH_STORY_DIST=1  THEN GOSUB but could not manage to show the label on storey 1&lt;BR /&gt;
&lt;BR /&gt;
i seemed to be able to trick into not showing anything at all by using&lt;BR /&gt;
IF GLOB_CH_STORY_DIST&amp;lt;=1</description>
      <pubDate>Fri, 11 Aug 2006 03:02:34 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/LABELS/m-p/58461#M33455</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-08-11T03:02:34Z</dc:date>
    </item>
    <item>
      <title>Re: LABELS</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/LABELS/m-p/58462#M33456</link>
      <description>is the slab only showing on the one storey? The label will only associate itself with a visible element</description>
      <pubDate>Fri, 11 Aug 2006 04:14:41 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/LABELS/m-p/58462#M33456</guid>
      <dc:creator>Aussie John</dc:creator>
      <dc:date>2006-08-11T04:14:41Z</dc:date>
    </item>
    <item>
      <title>Re: LABELS</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/LABELS/m-p/58463#M33457</link>
      <description>in gerneral we will show the concrete slab on the storey above&lt;BR /&gt;
&lt;BR /&gt;
hope were on  the right wave length ive written the gdl part &amp;amp; loaded it&lt;BR /&gt;
as a label.  ive written many parts, like stairs were ive use the storey up storey down the manipulate the visual in the 2d script &lt;BR /&gt;
&lt;BR /&gt;
im not sure if loading the part as a label is overriding these commands</description>
      <pubDate>Fri, 11 Aug 2006 05:17:45 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/LABELS/m-p/58463#M33457</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-08-11T05:17:45Z</dc:date>
    </item>
    <item>
      <title>Re: LABELS</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/LABELS/m-p/58464#M33458</link>
      <description>&lt;BLOCKQUOTE&gt;damien wrote:&lt;BR /&gt;in gerneral we will show the concrete slab on the storey above
&lt;/BLOCKQUOTE&gt;
It should work if the slab is visible</description>
      <pubDate>Fri, 11 Aug 2006 05:29:23 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/LABELS/m-p/58464#M33458</guid>
      <dc:creator>Aussie John</dc:creator>
      <dc:date>2006-08-11T05:29:23Z</dc:date>
    </item>
    <item>
      <title>Re: LABELS</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/LABELS/m-p/58465#M33459</link>
      <description>john &lt;BR /&gt;
&lt;BR /&gt;
this is the script that i used the label works fine in its calculation but&lt;BR /&gt;
remains fixed on the home story&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
IF GLOB_CH_STORY_DIST &amp;lt;=3 THEN GOSUB 10&lt;BR /&gt;
END&lt;BR /&gt;
&lt;BR /&gt;
10:&lt;BR /&gt;
IF glob_context=1 THEN&lt;BR /&gt;
	label_font_name="Arial"&lt;BR /&gt;
	label_text_size=2.5&lt;BR /&gt;
	label_font_style=0&lt;BR /&gt;
	label_text_pen=3&lt;BR /&gt;
	anch=1&lt;BR /&gt;
ENDIF&lt;BR /&gt;
&lt;BR /&gt;
DEFINE STYLE  "textstyle"  label_font_name,&lt;BR /&gt;
	label_text_size, anch, label_font_style&lt;BR /&gt;
SET STYLE "textstyle"&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
height=J_&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
brkht=(600/7)*.001&lt;BR /&gt;
Course=height/brkht&lt;BR /&gt;
Brk=INT (Course+0.5)&lt;BR /&gt;
&lt;BR /&gt;
h=INPUT_HT+ffl&lt;BR /&gt;
&lt;BR /&gt;
DEFINE STYLE  'TXT' 'ARIAL NARROW WESTERN',2.5,4,0&lt;BR /&gt;
SET STYLE 'TXT'&lt;BR /&gt;
&lt;BR /&gt;
h=STR((height+ffl),5,3)&lt;BR /&gt;
Brkh = str(brk,5,0)&lt;BR /&gt;
stringLength=stw( " FFL" +Brkh +'c ' +'( ' +h +' )  ')/1000*A_&lt;BR /&gt;
&lt;BR /&gt;
add2 0,0.25/2&lt;BR /&gt;
add2 -stringLength/2,0&lt;BR /&gt;
TEXT2 0.1,0, "FFL"+Brkh +'c ' +'( ' +h +' )'&lt;BR /&gt;
PEN 15 &lt;BR /&gt;
del 1&lt;BR /&gt;
RECT2 -stringLength/2,-0.3,stringLength/2,0.3&lt;BR /&gt;
&lt;BR /&gt;
HOTSPOT2 -stringLength/2,-0.3&lt;BR /&gt;
HOTSPOT2 -stringLength/2,0.3&lt;BR /&gt;
HOTSPOT2 stringLength/2,-0.3&lt;BR /&gt;
HOTSPOT2 stringLength/2,0.3&lt;BR /&gt;
&lt;BR /&gt;
	&lt;BR /&gt;
RETURN</description>
      <pubDate>Fri, 11 Aug 2006 05:55:27 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/LABELS/m-p/58465#M33459</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-08-11T05:55:27Z</dc:date>
    </item>
    <item>
      <title>Re: LABELS</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/LABELS/m-p/58466#M33460</link>
      <description>Damien - I dont know  - the script works ok for me.&lt;BR /&gt;
&lt;BR /&gt;
Label shows on every storey (along with the slab) below the 4th storey above the home&lt;BR /&gt;
&lt;BR /&gt;
EDIT I just noticed you are on v9  - from memory labels only show on the Home storey in v9</description>
      <pubDate>Fri, 11 Aug 2006 06:09:42 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/LABELS/m-p/58466#M33460</guid>
      <dc:creator>Aussie John</dc:creator>
      <dc:date>2006-08-11T06:09:42Z</dc:date>
    </item>
    <item>
      <title>Re: LABELS</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/LABELS/m-p/58467#M33461</link>
      <description>thanks john&lt;BR /&gt;
better start pushing for an upgrade</description>
      <pubDate>Fri, 11 Aug 2006 06:27:40 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/LABELS/m-p/58467#M33461</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-08-11T06:27:40Z</dc:date>
    </item>
    <item>
      <title>Re: LABELS</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/LABELS/m-p/58468#M33462</link>
      <description>&lt;BLOCKQUOTE&gt;damien wrote:&lt;BR /&gt;thanks john&lt;BR /&gt;
better start pushing for an upgrade&lt;/BLOCKQUOTE&gt;
Yep v10 does have its gremlins but is a solid update</description>
      <pubDate>Fri, 11 Aug 2006 06:39:08 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/LABELS/m-p/58468#M33462</guid>
      <dc:creator>Aussie John</dc:creator>
      <dc:date>2006-08-11T06:39:08Z</dc:date>
    </item>
  </channel>
</rss>

