<?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: Rotating Text on Custom Object in Archicad C++ API</title>
    <link>https://community.graphisoft.com/t5/Archicad-C-API/Rotating-Text-on-Custom-Object/m-p/382343#M4784</link>
    <description>&lt;P&gt;Woops, I missed another one.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="BarryKelly_1-1686011059436.png" style="width: 400px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/38575iB662B0C1529EC74E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="BarryKelly_1-1686011059436.png" alt="BarryKelly_1-1686011059436.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Barry.&lt;/P&gt;</description>
    <pubDate>Tue, 06 Jun 2023 00:25:27 GMT</pubDate>
    <dc:creator>Barry Kelly</dc:creator>
    <dc:date>2023-06-06T00:25:27Z</dc:date>
    <item>
      <title>Rotating Text on Custom Object</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Rotating-Text-on-Custom-Object/m-p/382274#M4780</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;I Know there is another topic on exactly what I need to do, but I don't understand the solution and I can not reply on that thread for some reason, so I am creating another thread.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have created a custom object as a "space saver" for washing machines and dryers, I have managed to have the text customizable, but I would also like to have the text rotatable.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I looked at the treads from back in 2015 and I have the additional commands as per Barry's answer but I keep getting warnings like "Keywords can't be used......" and "Missing Comma......"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is some of the txt from the 2D script so there is no re-typing:-&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;define style{2} "AC_STYLE_1" "Arial", textsize, 0

paragraph "AC_PRG_6" 2, 0, 0, 0, 1
pen penAttribute_3
set style "AC_STYLE_1"
textcontent
endparagraph
textblock "AC_TEXTBLOCK_6" 6.001509469946, 5, 360, 1, 1, 1,
"AC_PRG_6"
ADD2 133.6018704044, -18.33101609568,
ROT2 textrotation,
richtext2 0, 0, "AC_TEXTBLOCK_6",
DEL 2

&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any advice?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Parameters.PNG" style="width: 999px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/38727i195F10BB1887673A/image-size/large?v=v2&amp;amp;px=999" role="button" title="Parameters.PNG" alt="Parameters.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt; &lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2D Script.PNG" style="width: 999px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/38728i2572E7013ED12E1C/image-size/large?v=v2&amp;amp;px=999" role="button" title="2D Script.PNG" alt="2D Script.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt; &lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Barry's Answer.PNG" style="width: 999px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/38729i8AF4411B2B67F526/image-size/large?v=v2&amp;amp;px=999" role="button" title="Barry's Answer.PNG" alt="Barry's Answer.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Tue, 17 Sep 2024 11:48:48 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Rotating-Text-on-Custom-Object/m-p/382274#M4780</guid>
      <dc:creator>Chris Pooley</dc:creator>
      <dc:date>2024-09-17T11:48:48Z</dc:date>
    </item>
    <item>
      <title>Re: Rotating Text on Custom Object</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Rotating-Text-on-Custom-Object/m-p/382290#M4781</link>
      <description>&lt;P&gt;In the line with the "richtext" command there is a comma too much at the end &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jun 2023 10:14:01 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Rotating-Text-on-Custom-Object/m-p/382290#M4781</guid>
      <dc:creator>runxel</dc:creator>
      <dc:date>2023-06-05T10:14:01Z</dc:date>
    </item>
    <item>
      <title>Re: Rotating Text on Custom Object</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Rotating-Text-on-Custom-Object/m-p/382329#M4782</link>
      <description>&lt;P&gt;Thanks runxel,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I changed that, I am now getting this warning:-&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ChrisPooley_0-1686004208409.png" style="width: 400px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/38569iED00B5A2E39508C0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ChrisPooley_0-1686004208409.png" alt="ChrisPooley_0-1686004208409.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jun 2023 22:30:34 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Rotating-Text-on-Custom-Object/m-p/382329#M4782</guid>
      <dc:creator>Chris Pooley</dc:creator>
      <dc:date>2023-06-05T22:30:34Z</dc:date>
    </item>
    <item>
      <title>Re: Rotating Text on Custom Object</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Rotating-Text-on-Custom-Object/m-p/382341#M4783</link>
      <description>&lt;P&gt;Runxel told you about the comma at the end of the RICHTEXT2 command.&lt;/P&gt;
&lt;P&gt;You also have one at the end of the ROT2 command.&lt;/P&gt;
&lt;P&gt;The comma means it is trying to run the next line as part of the same command, which is not correct.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="BarryKelly_0-1686010990130.png" style="width: 400px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/38574i2FC6FF87F4890F04/image-size/medium?v=v2&amp;amp;px=400" role="button" title="BarryKelly_0-1686010990130.png" alt="BarryKelly_0-1686010990130.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Barry.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jun 2023 00:24:29 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Rotating-Text-on-Custom-Object/m-p/382341#M4783</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2023-06-06T00:24:29Z</dc:date>
    </item>
    <item>
      <title>Re: Rotating Text on Custom Object</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Rotating-Text-on-Custom-Object/m-p/382343#M4784</link>
      <description>&lt;P&gt;Woops, I missed another one.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="BarryKelly_1-1686011059436.png" style="width: 400px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/38575iB662B0C1529EC74E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="BarryKelly_1-1686011059436.png" alt="BarryKelly_1-1686011059436.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Barry.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jun 2023 00:25:27 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Rotating-Text-on-Custom-Object/m-p/382343#M4784</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2023-06-06T00:25:27Z</dc:date>
    </item>
    <item>
      <title>Re: Rotating Text on Custom Object</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Rotating-Text-on-Custom-Object/m-p/382388#M4786</link>
      <description>&lt;P&gt;Thank you both for your help, that was it, it did not like the commas at the end.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you so much.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jun 2023 02:43:41 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Rotating-Text-on-Custom-Object/m-p/382388#M4786</guid>
      <dc:creator>Chris Pooley</dc:creator>
      <dc:date>2023-06-06T02:43:41Z</dc:date>
    </item>
  </channel>
</rss>

