<?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: Object Wall Marker in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/Object-Wall-Marker/m-p/176749#M23685</link>
    <description>Barry,&lt;BR /&gt;
&lt;BR /&gt;
Thank you for your reply.&lt;BR /&gt;
&lt;BR /&gt;
But as I had found earlier when playing with the position of the text that when positioned as you have shown it rotated both the marker &amp;amp; the text contained within. When the object of the exercise is to have the Triangle part of the marker pointing at a wall &amp;amp; the text rotated such that it is logically positioned &amp;amp; not upside down.</description>
    <pubDate>Thu, 27 Aug 2009 05:24:10 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2009-08-27T05:24:10Z</dc:date>
    <item>
      <title>Object Wall Marker</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Object-Wall-Marker/m-p/176745#M23681</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;Hi,&lt;BR /&gt;
&lt;BR /&gt;
I am trying to create a wall marker object that will allow the text inside to remain in a logical readable direction (not upside down) whatever angle that you place it. I am a beginner in GDL Scripting though have used similar in the past on other programs. Could some one advise me as to how to do it, show me the way to an example or otherwise assist it would be greatly appreciated.&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 27 Aug 2009 00:08:33 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Object-Wall-Marker/m-p/176745#M23681</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-08-27T00:08:33Z</dc:date>
    </item>
    <item>
      <title>Re: Object Wall Marker</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Object-Wall-Marker/m-p/176746#M23682</link>
      <description>Try this (AZ scales W sets rotation)&lt;BR /&gt;
&lt;BR /&gt;
AZ=tz*10/A_&lt;BR /&gt;
!!!!!!!!!!!!!!!!!!!&lt;BR /&gt;
DEFINE STYLE "display""Arial",az,2,0&lt;BR /&gt;
STYLE "display"&lt;BR /&gt;
!!!!!!!!!!!!!!!!!!!&lt;BR /&gt;
If W~&amp;gt;110 and W~&amp;lt;271 Then&lt;BR /&gt;
ROT2 180</description>
      <pubDate>Thu, 27 Aug 2009 00:37:50 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Object-Wall-Marker/m-p/176746#M23682</guid>
      <dc:creator>RandyC</dc:creator>
      <dc:date>2009-08-27T00:37:50Z</dc:date>
    </item>
    <item>
      <title>Re: Object Wall Marker</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Object-Wall-Marker/m-p/176747#M23683</link>
      <description>Randy, &lt;BR /&gt;
&lt;BR /&gt;
Thanks for your reply, I have tried to incorporate but does not seem to be working. Can you have a look &amp;amp; see what I might be doing wrong.&lt;BR /&gt;
&lt;BR /&gt;
!!!!!!!!!!!!!!!!!!!&lt;BR /&gt;
DEFINE STYLE "AGwall""isocpeur",1.75,5,0&lt;BR /&gt;
STYLE "AGwall"&lt;BR /&gt;
text2 0,0, text1&lt;BR /&gt;
FRAGMENT2 1,0&lt;BR /&gt;
!!!!!!!!!!!!!!!!!!!&lt;BR /&gt;
If W~&amp;gt;110 and W~&amp;lt;271 then&lt;BR /&gt;
ROT2 180&lt;BR /&gt;
endif</description>
      <pubDate>Thu, 27 Aug 2009 01:30:42 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Object-Wall-Marker/m-p/176747#M23683</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-08-27T01:30:42Z</dc:date>
    </item>
    <item>
      <title>Re: Object Wall Marker</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Object-Wall-Marker/m-p/176748#M23684</link>
      <description>You need to place the text after the rotation.&lt;BR /&gt;
If you don't need the fragment image rotated then leave that where it was before the rotation.&lt;BR /&gt;
Barry.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
!!!!!!!!!!!!!!!!!!!&lt;BR /&gt;
DEFINE STYLE "AGwall""isocpeur",1.75,5,0&lt;BR /&gt;
STYLE "AGwall"&lt;BR /&gt;
!!!!!!!!!!!!!!!!!!!&lt;BR /&gt;
&lt;BR /&gt;
If W~&amp;gt;110 and W~&amp;lt;271 then&lt;BR /&gt;
ROT2 180&lt;BR /&gt;
endif&lt;BR /&gt;
&lt;BR /&gt;
text2 0,0, text1&lt;BR /&gt;
FRAGMENT2 1,0&lt;BR /&gt;
&lt;BR /&gt;
If W~&amp;gt;110 and W~&amp;lt;271 then&lt;BR /&gt;
DEL 1&lt;BR /&gt;
endif</description>
      <pubDate>Thu, 27 Aug 2009 04:56:19 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Object-Wall-Marker/m-p/176748#M23684</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2009-08-27T04:56:19Z</dc:date>
    </item>
    <item>
      <title>Re: Object Wall Marker</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Object-Wall-Marker/m-p/176749#M23685</link>
      <description>Barry,&lt;BR /&gt;
&lt;BR /&gt;
Thank you for your reply.&lt;BR /&gt;
&lt;BR /&gt;
But as I had found earlier when playing with the position of the text that when positioned as you have shown it rotated both the marker &amp;amp; the text contained within. When the object of the exercise is to have the Triangle part of the marker pointing at a wall &amp;amp; the text rotated such that it is logically positioned &amp;amp; not upside down.</description>
      <pubDate>Thu, 27 Aug 2009 05:24:10 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Object-Wall-Marker/m-p/176749#M23685</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-08-27T05:24:10Z</dc:date>
    </item>
    <item>
      <title>Re: Object Wall Marker</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Object-Wall-Marker/m-p/176750#M23686</link>
      <description>To Barry &amp;amp; Randy,&lt;BR /&gt;
&lt;BR /&gt;
Your help was very useful &amp;amp; have now succesfully fixed the Wall Mrker.&lt;BR /&gt;
&lt;BR /&gt;
Thanks a lot for taking the time to post a reply.&lt;BR /&gt;
&lt;BR /&gt;
Regards&lt;BR /&gt;
&lt;BR /&gt;
Wayne</description>
      <pubDate>Thu, 27 Aug 2009 06:09:44 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Object-Wall-Marker/m-p/176750#M23686</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-08-27T06:09:44Z</dc:date>
    </item>
    <item>
      <title>Re: Object Wall Marker</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Object-Wall-Marker/m-p/176751#M23687</link>
      <description>Attached is a Version 11 GDL (inside a ZIP file) I made that does what I think you're wanting. See if it works.</description>
      <pubDate>Sun, 27 Sep 2009 01:53:14 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Object-Wall-Marker/m-p/176751#M23687</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-09-27T01:53:14Z</dc:date>
    </item>
  </channel>
</rss>

