<?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: Simple Label in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/Simple-Label/m-p/218380#M9471</link>
    <description>Hello All,&lt;BR /&gt;
&lt;BR /&gt;
This is a bug indeed. When you mirror a Label (with no pointer), the mirroring won’t affect the coordinate system of the label object (or at least not correctly). Our developers are on the case, and we will try to fix it as soon as possible.&lt;BR /&gt;
In the meantime, here’s a quick tip from our developers: Positioning of labels has slightly changed recently, so use the following vector to position the label instead:&lt;BR /&gt;
add2 LABEL_POSITION [2][1]&lt;BR /&gt;
+ LABEL_POSITION [3][1],&lt;BR /&gt;
LABEL_POSITION [2][2]&lt;BR /&gt;
+ LABEL_POSITION [3][2]&lt;BR /&gt;
&lt;BR /&gt;
Please look for similar tips, trick and suggestions about GDL on our new website!!&lt;BR /&gt;
&lt;A href="http://gdl.graphisoft.com" target="_blank"&gt;http://gdl.graphisoft.com&lt;/A&gt;</description>
    <pubDate>Thu, 08 Oct 2015 09:12:05 GMT</pubDate>
    <dc:creator>Katalin Borszeki</dc:creator>
    <dc:date>2015-10-08T09:12:05Z</dc:date>
    <item>
      <title>Simple Label</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Simple-Label/m-p/218378#M9469</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;Hello all.&lt;BR /&gt;
&lt;BR /&gt;
I am trying to create a simple objects label.&lt;BR /&gt;
&lt;BR /&gt;
The only thing that I want is that it will always be placed in the center of the object. Everything works fine until I mirror the object (the label ends up outside the object). The situation gets totally out of control if I mirror the object in a rotated view!&lt;BR /&gt;
&lt;BR /&gt;
Any ideas?&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
!-----------&lt;BR /&gt;
add2 LABEL_POSITION[2][1],LABEL_POSITION[3][2]&lt;BR /&gt;
rot2 SYMB_ROTANGLE&lt;BR /&gt;
add2 SYMB_A_SIZE/2,SYMB_B_SIZE/2&lt;BR /&gt;
&lt;BR /&gt;
!-----------&lt;BR /&gt;
&lt;BR /&gt;
define style{2}    "LABEL_STYLE_1" LabelFont,          LabelTxtSize,      0&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
paragraph"LABEL_PRG_1"3,0,0,0,1&lt;BR /&gt;
pen     1&lt;BR /&gt;
set style "LABEL_STYLE_1&lt;BR /&gt;
GLOB_ID&lt;BR /&gt;
endparagraph&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
textblock"LABEL_TXT_1"0,5,0,1,1,1, "LABEL_PRG_1"&lt;BR /&gt;
&lt;BR /&gt;
richtext2           0,            0,"LABEL_TXT_1"&lt;/T&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;IMG src="http://community.graphisoft.com/t5/image/serverpage/image-id/68477iE82ADA24FBB62173/image-size/large?v=v2&amp;amp;px=999" border="0" alt="Screen Shot 2015-09-25 at 16.06.13.png" title="Screen Shot 2015-09-25 at 16.06.13.png" /&gt;</description>
      <pubDate>Fri, 25 Sep 2015 14:41:02 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Simple-Label/m-p/218378#M9469</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-25T14:41:02Z</dc:date>
    </item>
    <item>
      <title>Re: Simple Label</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Simple-Label/m-p/218379#M9470</link>
      <description>Very strange&lt;BR /&gt;
I have tried this in 19 using the simple define style and get the same result. &lt;BR /&gt;
However if I delete the labels on the rotated objects and replace them they go into the correct place.&lt;BR /&gt;
-------------------------&lt;BR /&gt;
add2 LABEL_POSITION[2][1],LABEL_POSITION[3][2] &lt;BR /&gt;
rot2 SYMB_ROTANGLE &lt;BR /&gt;
define style "LABEL_STYLE_1" LABEL_FONT_NAME, LABEL_TEXT_SIZE , 5,0&lt;BR /&gt;
pen LABEL_TEXT_PEN&lt;BR /&gt;
set style "LABEL_STYLE_1"&lt;BR /&gt;
text2 0,0, glob_id&lt;BR /&gt;
-------------------------&lt;BR /&gt;
&lt;BR /&gt;
Must be a bug&lt;BR /&gt;
Hope this helps</description>
      <pubDate>Wed, 30 Sep 2015 11:19:34 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Simple-Label/m-p/218379#M9470</guid>
      <dc:creator>David Shorter</dc:creator>
      <dc:date>2015-09-30T11:19:34Z</dc:date>
    </item>
    <item>
      <title>Re: Simple Label</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Simple-Label/m-p/218380#M9471</link>
      <description>Hello All,&lt;BR /&gt;
&lt;BR /&gt;
This is a bug indeed. When you mirror a Label (with no pointer), the mirroring won’t affect the coordinate system of the label object (or at least not correctly). Our developers are on the case, and we will try to fix it as soon as possible.&lt;BR /&gt;
In the meantime, here’s a quick tip from our developers: Positioning of labels has slightly changed recently, so use the following vector to position the label instead:&lt;BR /&gt;
add2 LABEL_POSITION [2][1]&lt;BR /&gt;
+ LABEL_POSITION [3][1],&lt;BR /&gt;
LABEL_POSITION [2][2]&lt;BR /&gt;
+ LABEL_POSITION [3][2]&lt;BR /&gt;
&lt;BR /&gt;
Please look for similar tips, trick and suggestions about GDL on our new website!!&lt;BR /&gt;
&lt;A href="http://gdl.graphisoft.com" target="_blank"&gt;http://gdl.graphisoft.com&lt;/A&gt;</description>
      <pubDate>Thu, 08 Oct 2015 09:12:05 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Simple-Label/m-p/218380#M9471</guid>
      <dc:creator>Katalin Borszeki</dc:creator>
      <dc:date>2015-10-08T09:12:05Z</dc:date>
    </item>
  </channel>
</rss>

