<?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 Label is not placing in the centre in GDL</title>
    <link>https://community.graphisoft.com/t5/GDL/Label-is-not-placing-in-the-centre/m-p/251660#M4524</link>
    <description>&lt;DIV class="actalk-migrated-content"&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;I'm making a label which is essentially an 'X' shape. I want the centre of the 'X' to be where I place the label however for some reason that I can't work out, it isn't placing. I have the centre of the X positioned at 0, 0 but it still isn't doing what I want. &lt;BR /&gt;&lt;BR /&gt;Has anyone experienced this before?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;/DIV&gt;</description>
    <pubDate>Mon, 26 Sep 2022 20:53:19 GMT</pubDate>
    <dc:creator>JGoode</dc:creator>
    <dc:date>2022-09-26T20:53:19Z</dc:date>
    <item>
      <title>Label is not placing in the centre</title>
      <link>https://community.graphisoft.com/t5/GDL/Label-is-not-placing-in-the-centre/m-p/251660#M4524</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;I'm making a label which is essentially an 'X' shape. I want the centre of the 'X' to be where I place the label however for some reason that I can't work out, it isn't placing. I have the centre of the X positioned at 0, 0 but it still isn't doing what I want. &lt;BR /&gt;&lt;BR /&gt;Has anyone experienced this before?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;/DIV&gt;</description>
      <pubDate>Mon, 26 Sep 2022 20:53:19 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Label-is-not-placing-in-the-centre/m-p/251660#M4524</guid>
      <dc:creator>JGoode</dc:creator>
      <dc:date>2022-09-26T20:53:19Z</dc:date>
    </item>
    <item>
      <title>Re: Label is not placing in the centre</title>
      <link>https://community.graphisoft.com/t5/GDL/Label-is-not-placing-in-the-centre/m-p/251661#M4525</link>
      <description>Add this to the 2D script before you place any text or anything else.&lt;BR /&gt;

&lt;PRE&gt;if not(LABEL_HAS_POINTER) then	!!!!****************version 22 onwards*******************
	add2 	LABEL_POSITION [2][1]	+	LABEL_POSITION [3][1],
			LABEL_POSITION [2][2]	+	LABEL_POSITION [3][2]

endif&lt;/PRE&gt;

It makes it so that if the pointer is turned off then it moves the label to the default first click position.&lt;BR /&gt;
Otherwise even though there is not pointer, it still seems to use the default pointer values.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Barry.</description>
      <pubDate>Thu, 11 Jun 2020 01:15:56 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Label-is-not-placing-in-the-centre/m-p/251661#M4525</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2020-06-11T01:15:56Z</dc:date>
    </item>
  </channel>
</rss>

