<?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: GDL Text Trouble in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/GDL-Text-Trouble/m-p/117166#M26224</link>
    <description>&lt;BLOCKQUOTE&gt;Olivier wrote:&lt;BR /&gt;Glad it works, and thanks for sharing.&lt;BR /&gt;
&lt;BR /&gt;
For info, take a look at &lt;A href="http://www.archicad.ca/" target="_blank"&gt;ACE&lt;/A&gt;. You may be interested with ELECTRIGON objects.&lt;BR /&gt;
Not any ashame publicity, it's free. This work is the result of many contributors : &lt;BR /&gt;
David Larrew, Tom Waltz, Andy Thomson, James Murray, Erich Karp, etc ... hope i don't forget anyone.&lt;/BLOCKQUOTE&gt;

Sweet link.  Thanks.</description>
    <pubDate>Thu, 13 Nov 2008 22:27:52 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2008-11-13T22:27:52Z</dc:date>
    <item>
      <title>GDL Text Trouble</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/GDL-Text-Trouble/m-p/117160#M26218</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;I've been trying everything I can think of to make this text rotate the way I want.  I'm not sure whether I have it positioned wrong in the script or what the hell I'm doing wrong.  Please take a look at it for me.&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 13 Nov 2008 08:44:43 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/GDL-Text-Trouble/m-p/117160#M26218</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-11-13T08:44:43Z</dc:date>
    </item>
    <item>
      <title>Re: GDL Text Trouble</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/GDL-Text-Trouble/m-p/117161#M26219</link>
      <description>For auto scripted objects, always start from project origin (grey cross). Much easier to deal with transformations.&lt;BR /&gt;
The main point is to start from (0, 0) origin (outlet centre). Then you will be able to control transformations.&lt;BR /&gt;
&lt;BR /&gt;
In addition, you didn'y declare "Font Effects" values, do it.&lt;BR /&gt;
You define twice the same text style. Once is enough. Same for "fe" statements and text pen.&lt;BR /&gt;
&lt;BR /&gt;
Notice that for such a symbol, it is faster to script fom scratch a circle and two lines.&lt;BR /&gt;
Add some hotspots and your text statements.&lt;BR /&gt;
&lt;BR /&gt;
add2 x, y&lt;BR /&gt;
rot2  myAngle&lt;BR /&gt;
text2 0, 0, myText1&lt;BR /&gt;
del 2    &lt;BR /&gt;
&lt;BR /&gt;
And so on.</description>
      <pubDate>Thu, 13 Nov 2008 11:46:57 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/GDL-Text-Trouble/m-p/117161#M26219</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-11-13T11:46:57Z</dc:date>
    </item>
    <item>
      <title>Re: GDL Text Trouble</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/GDL-Text-Trouble/m-p/117162#M26220</link>
      <description>Thanks Olivier.  That got me what I wanted.  &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_biggrin.gif" style="display : inline;" /&gt; &lt;BR /&gt;
&lt;BR /&gt;
Rick</description>
      <pubDate>Thu, 13 Nov 2008 15:16:52 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/GDL-Text-Trouble/m-p/117162#M26220</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-11-13T15:16:52Z</dc:date>
    </item>
    <item>
      <title>Re: GDL Text Trouble</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/GDL-Text-Trouble/m-p/117163#M26221</link>
      <description>Here it is for anyone that's interested.  It can be a plain duplex receptacle, 220, AFCI, GFI or Weatherproof GFI</description>
      <pubDate>Thu, 13 Nov 2008 17:02:08 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/GDL-Text-Trouble/m-p/117163#M26221</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-11-13T17:02:08Z</dc:date>
    </item>
    <item>
      <title>Re: GDL Text Trouble</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/GDL-Text-Trouble/m-p/117164#M26222</link>
      <description>Glad it works, and thanks for sharing.&lt;BR /&gt;
&lt;BR /&gt;
For info, take a look at &lt;A href="http://www.archicad.ca/" target="_blank"&gt;ACE&lt;/A&gt;. You may be interested with ELECTRIGON objects.&lt;BR /&gt;
Not any ashame publicity, it's free. This work is the result of many contributors : &lt;BR /&gt;
David Larrew, Tom Waltz, Andy Thomson, James Murray, Erich Karp, etc ... hope i don't forget anyone.</description>
      <pubDate>Thu, 13 Nov 2008 20:54:53 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/GDL-Text-Trouble/m-p/117164#M26222</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-11-13T20:54:53Z</dc:date>
    </item>
    <item>
      <title>Re: GDL Text Trouble</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/GDL-Text-Trouble/m-p/117165#M26223</link>
      <description>Full Electrigon 2.0 page here:&lt;BR /&gt;
&lt;A href="http://www.archicad.ca/?p=138" target="_blank"&gt;http://www.archicad.ca/?p=138&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Cheers,&lt;BR /&gt;
Karl</description>
      <pubDate>Thu, 13 Nov 2008 21:44:21 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/GDL-Text-Trouble/m-p/117165#M26223</guid>
      <dc:creator>Karl Ottenstein</dc:creator>
      <dc:date>2008-11-13T21:44:21Z</dc:date>
    </item>
    <item>
      <title>Re: GDL Text Trouble</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/GDL-Text-Trouble/m-p/117166#M26224</link>
      <description>&lt;BLOCKQUOTE&gt;Olivier wrote:&lt;BR /&gt;Glad it works, and thanks for sharing.&lt;BR /&gt;
&lt;BR /&gt;
For info, take a look at &lt;A href="http://www.archicad.ca/" target="_blank"&gt;ACE&lt;/A&gt;. You may be interested with ELECTRIGON objects.&lt;BR /&gt;
Not any ashame publicity, it's free. This work is the result of many contributors : &lt;BR /&gt;
David Larrew, Tom Waltz, Andy Thomson, James Murray, Erich Karp, etc ... hope i don't forget anyone.&lt;/BLOCKQUOTE&gt;

Sweet link.  Thanks.</description>
      <pubDate>Thu, 13 Nov 2008 22:27:52 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/GDL-Text-Trouble/m-p/117166#M26224</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-11-13T22:27:52Z</dc:date>
    </item>
  </channel>
</rss>

