<?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: Door Stamp Issue in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/Door-Stamp-Issue/m-p/242930#M3652</link>
    <description>Sorry it has to be declared before the request to avoid errors&lt;BR /&gt;
&lt;BR /&gt;
Piotr</description>
    <pubDate>Thu, 13 Sep 2018 15:09:26 GMT</pubDate>
    <dc:creator>Piotr Dobrowolski</dc:creator>
    <dc:date>2018-09-13T15:09:26Z</dc:date>
    <item>
      <title>Door Stamp Issue</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Door-Stamp-Issue/m-p/242926#M3648</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;Hello,&lt;BR /&gt;
&lt;BR /&gt;
I have created a door and a window stamp but I'm having an issue where the stamp gets placed upside down when placing doors/windows at a certain angle. Is this a setting I can change in ArchiCAD or is it something I have to build into the object? If I have to build it into the object, what would I have to use to determine whether it is flipped or not?&lt;BR /&gt;
&lt;BR /&gt;
Thanks&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 24 May 2023 10:27:27 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Door-Stamp-Issue/m-p/242926#M3648</guid>
      <dc:creator>JGoode</dc:creator>
      <dc:date>2023-05-24T10:27:27Z</dc:date>
    </item>
    <item>
      <title>Re: Door Stamp Issue</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Door-Stamp-Issue/m-p/242927#M3649</link>
      <description>If You open any opening stamp You will see something like that:&lt;BR /&gt;
&lt;BR /&gt;

&lt;PRE&gt;rrr = REQUEST ("View_Rotangle", "", angleViewRot)
totalRotate = (SYMB_ROTANGLE + angleViewRot)
if totalRotate &amp;gt; 360 then totalRotate = totalRotate - 360&lt;/PRE&gt;

and then before texblock&lt;BR /&gt;
&lt;BR /&gt;
place something like that:&lt;BR /&gt;

&lt;PRE&gt;if not ((textAngle &amp;gt; 90.0001-90) and (textAngle &amp;lt; 270.0001-90))  then 	rot2 180 else rot2 0
 !here should go textblock and all transformations of the coords with apriopriate del's
del 1&lt;/PRE&gt;

the "-90" in the angle is optional - in this case I had to have the text _always horizontal_&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Piotr</description>
      <pubDate>Thu, 13 Sep 2018 14:27:37 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Door-Stamp-Issue/m-p/242927#M3649</guid>
      <dc:creator>Piotr Dobrowolski</dc:creator>
      <dc:date>2018-09-13T14:27:37Z</dc:date>
    </item>
    <item>
      <title>Re: Door Stamp Issue</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Door-Stamp-Issue/m-p/242928#M3650</link>
      <description>Where did you get textAngle from?&lt;BR /&gt;
&lt;BR /&gt;
thanks</description>
      <pubDate>Thu, 13 Sep 2018 14:45:54 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Door-Stamp-Issue/m-p/242928#M3650</guid>
      <dc:creator>JGoode</dc:creator>
      <dc:date>2018-09-13T14:45:54Z</dc:date>
    </item>
    <item>
      <title>Re: Door Stamp Issue</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Door-Stamp-Issue/m-p/242929#M3651</link>
      <description>Ah, I've worked it out now.&lt;BR /&gt;
&lt;BR /&gt;
Thanks very much for your help</description>
      <pubDate>Thu, 13 Sep 2018 14:54:38 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Door-Stamp-Issue/m-p/242929#M3651</guid>
      <dc:creator>JGoode</dc:creator>
      <dc:date>2018-09-13T14:54:38Z</dc:date>
    </item>
    <item>
      <title>Re: Door Stamp Issue</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Door-Stamp-Issue/m-p/242930#M3652</link>
      <description>Sorry it has to be declared before the request to avoid errors&lt;BR /&gt;
&lt;BR /&gt;
Piotr</description>
      <pubDate>Thu, 13 Sep 2018 15:09:26 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Door-Stamp-Issue/m-p/242930#M3652</guid>
      <dc:creator>Piotr Dobrowolski</dc:creator>
      <dc:date>2018-09-13T15:09:26Z</dc:date>
    </item>
    <item>
      <title>Re: Door Stamp Issue</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Door-Stamp-Issue/m-p/242931#M3653</link>
      <description>Hello,&lt;BR /&gt;
&lt;BR /&gt;
Is there a way to get this to respond to the workspace orientation too? &lt;BR /&gt;
&lt;BR /&gt;
Thanks very much</description>
      <pubDate>Tue, 18 Sep 2018 11:17:38 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Door-Stamp-Issue/m-p/242931#M3653</guid>
      <dc:creator>JGoode</dc:creator>
      <dc:date>2018-09-18T11:17:38Z</dc:date>
    </item>
    <item>
      <title>Re: Door Stamp Issue</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Door-Stamp-Issue/m-p/242932#M3654</link>
      <description>rrr = REQUEST ("View_Rotangle", "", angleViewRot)&lt;BR /&gt;
&lt;BR /&gt;
this request reads the rotated view angle&lt;BR /&gt;
&lt;BR /&gt;
Piotr</description>
      <pubDate>Tue, 18 Sep 2018 19:25:11 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Door-Stamp-Issue/m-p/242932#M3654</guid>
      <dc:creator>Piotr Dobrowolski</dc:creator>
      <dc:date>2018-09-18T19:25:11Z</dc:date>
    </item>
  </channel>
</rss>

