<?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: Text in objects in GDL</title>
    <link>https://community.graphisoft.com/t5/GDL/Text-in-objects/m-p/263088#M2981</link>
    <description>&lt;BLOCKQUOTE&gt;Yvonne wrote:&lt;BR /&gt;
Been trying to read up on it but still no idea where to enter the “View_Rotangle” request 
&lt;/BLOCKQUOTE&gt;

&lt;BR /&gt;
You only need to worry about “View_Rotangle” if you want to counter-act the rotation of the screen in Archicad.&lt;BR /&gt;
If not, don't worry about it.&lt;BR /&gt;
&lt;BR /&gt;
If you just want to counter-act the rotation of the object, then use -SYMB_ROTANGLE in your TEXTBLOCK command - for the 'angle' value in the TEXTBLOCK command.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Barry.</description>
    <pubDate>Fri, 30 Apr 2021 08:52:27 GMT</pubDate>
    <dc:creator>Barry Kelly</dc:creator>
    <dc:date>2021-04-30T08:52:27Z</dc:date>
    <item>
      <title>Text in objects</title>
      <link>https://community.graphisoft.com/t5/GDL/Text-in-objects/m-p/263083#M2976</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;I have created a 2D object with an editable text box. How can I edit the object so the text will be readable when it gets rotated?&lt;/DIV&gt;</description>
      <pubDate>Tue, 14 Sep 2021 07:16:16 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Text-in-objects/m-p/263083#M2976</guid>
      <dc:creator>Yvonne</dc:creator>
      <dc:date>2021-09-14T07:16:16Z</dc:date>
    </item>
    <item>
      <title>Re: Text in objects</title>
      <link>https://community.graphisoft.com/t5/GDL/Text-in-objects/m-p/263084#M2977</link>
      <description>You could pull &lt;B&gt;SYMB_ROTANGLE&lt;/B&gt; and use that to counter the object rotation or use &lt;B&gt;n = REQUEST ("view_rotangle", "", angleViewRotation)&lt;/B&gt; to counter the &lt;I&gt;&lt;/I&gt;&lt;S&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/S&gt;View&lt;E&gt;&lt;/E&gt; rotation.&lt;BR /&gt;
&lt;BR /&gt;
If it is a &lt;I&gt;&lt;/I&gt;&lt;S&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/S&gt;Label&lt;E&gt;&lt;/E&gt; you can use &lt;B&gt;AC_bLabelAlwaysReadable&lt;/B&gt;.&lt;BR /&gt;
&lt;BR /&gt;
Have a browse through the &lt;I&gt;&lt;/I&gt;&lt;S&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/S&gt;GDL Reference Guide&lt;E&gt;&lt;/E&gt;, it is all there.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Ling.</description>
      <pubDate>Thu, 29 Apr 2021 09:03:12 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Text-in-objects/m-p/263084#M2977</guid>
      <dc:creator>Lingwisyer</dc:creator>
      <dc:date>2021-04-29T09:03:12Z</dc:date>
    </item>
    <item>
      <title>Re: Text in objects</title>
      <link>https://community.graphisoft.com/t5/GDL/Text-in-objects/m-p/263085#M2978</link>
      <description>This may help...&lt;BR /&gt;
&lt;A href="http://gdl.graphisoft.com/tips-and-tricks/how-to-make-an-always-readable-text-cs" target="_blank"&gt;&lt;LINK_TEXT text="http://gdl.graphisoft.com/tips-and-tric ... le-text-cs"&gt;http://gdl.graphisoft.com/tips-and-tricks/how-to-make-an-always-readable-text-cs&lt;/LINK_TEXT&gt;&lt;/A&gt;</description>
      <pubDate>Thu, 29 Apr 2021 09:42:18 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Text-in-objects/m-p/263085#M2978</guid>
      <dc:creator>DGSketcher</dc:creator>
      <dc:date>2021-04-29T09:42:18Z</dc:date>
    </item>
    <item>
      <title>Re: Text in objects</title>
      <link>https://community.graphisoft.com/t5/GDL/Text-in-objects/m-p/263086#M2979</link>
      <description>&lt;BLOCKQUOTE&gt;Lingwisyer wrote:&lt;BR /&gt;
You could pull &lt;B&gt;SYMB_ROTANGLE&lt;/B&gt; and use that to counter the object rotation or use &lt;B&gt;n = REQUEST ("view_rotangle", "", angleViewRotation)&lt;/B&gt; to counter the &lt;I&gt;&lt;/I&gt;&lt;S&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/S&gt;View&lt;E&gt;&lt;/E&gt; rotation.&lt;BR /&gt;
&lt;BR /&gt;
If it is a &lt;I&gt;&lt;/I&gt;&lt;S&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/S&gt;Label&lt;E&gt;&lt;/E&gt; you can use &lt;B&gt;AC_bLabelAlwaysReadable&lt;/B&gt;.&lt;BR /&gt;
&lt;BR /&gt;
Have a browse through the &lt;I&gt;&lt;/I&gt;&lt;S&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/S&gt;GDL Reference Guide&lt;E&gt;&lt;/E&gt;, it is all there.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Ling.
&lt;/BLOCKQUOTE&gt;

Thanks Ling. &lt;BR /&gt;
I'm new to this so still trying to wrap my head around GDLs. &lt;BR /&gt;
Been trying to read up on it but still no idea where to enter the “View_Rotangle” request &lt;BR /&gt;</description>
      <pubDate>Fri, 30 Apr 2021 06:44:09 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Text-in-objects/m-p/263086#M2979</guid>
      <dc:creator>Yvonne</dc:creator>
      <dc:date>2021-04-30T06:44:09Z</dc:date>
    </item>
    <item>
      <title>Re: Text in objects</title>
      <link>https://community.graphisoft.com/t5/GDL/Text-in-objects/m-p/263087#M2980</link>
      <description>The article that DGSketcher linked shows you how to set it out. Just replace the &lt;B&gt;TEXT2&lt;/B&gt; with what ever text and shapes you are wanting to rotate.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Ling.</description>
      <pubDate>Fri, 30 Apr 2021 06:51:16 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Text-in-objects/m-p/263087#M2980</guid>
      <dc:creator>Lingwisyer</dc:creator>
      <dc:date>2021-04-30T06:51:16Z</dc:date>
    </item>
    <item>
      <title>Re: Text in objects</title>
      <link>https://community.graphisoft.com/t5/GDL/Text-in-objects/m-p/263088#M2981</link>
      <description>&lt;BLOCKQUOTE&gt;Yvonne wrote:&lt;BR /&gt;
Been trying to read up on it but still no idea where to enter the “View_Rotangle” request 
&lt;/BLOCKQUOTE&gt;

&lt;BR /&gt;
You only need to worry about “View_Rotangle” if you want to counter-act the rotation of the screen in Archicad.&lt;BR /&gt;
If not, don't worry about it.&lt;BR /&gt;
&lt;BR /&gt;
If you just want to counter-act the rotation of the object, then use -SYMB_ROTANGLE in your TEXTBLOCK command - for the 'angle' value in the TEXTBLOCK command.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Barry.</description>
      <pubDate>Fri, 30 Apr 2021 08:52:27 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Text-in-objects/m-p/263088#M2981</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2021-04-30T08:52:27Z</dc:date>
    </item>
  </channel>
</rss>

