<?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: Surface Label bug with wall direction in Documentation</title>
    <link>https://community.graphisoft.com/t5/Documentation/Surface-Label-bug-with-wall-direction/m-p/292322#M46242</link>
    <description>Yes.  I have created my own label with a couple of lines of code to mitigate this - but it's clearly a bug that should be sorted by Archicad.&lt;BR /&gt;
&lt;BR /&gt;
The quirk, as mentioned in my first post, is that the Autotext does not manifest this bug - it works as it should.</description>
    <pubDate>Mon, 10 Feb 2020 21:41:10 GMT</pubDate>
    <dc:creator>Bruce</dc:creator>
    <dc:date>2020-02-10T21:41:10Z</dc:date>
    <item>
      <title>Surface Label bug with wall direction</title>
      <link>https://community.graphisoft.com/t5/Documentation/Surface-Label-bug-with-wall-direction/m-p/292319#M46239</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;I've discovered a bug with the Surface Label (22 &amp;amp; 23) that makes it unreliable in practical usage: it will read the opposite of the wall if the wall direction is flipped.&lt;BR /&gt;
&lt;BR /&gt;
Try it: &lt;BR /&gt;
1. Draw a wall with different surfaces outside and inside&lt;BR /&gt;
2. Apply the Surface Label&lt;BR /&gt;
3. Under General Settings of the label, choose "Wall Outside Face Surface" as Surface to Display&lt;BR /&gt;
4. Hit Enter, and note which surface it's returning&lt;BR /&gt;
5. Flip the wall direction (Edit &amp;gt; Reference Line and Plane &amp;gt; Invert Wall Direction).  It will now be returning the surface for the opposite side&lt;BR /&gt;
&lt;BR /&gt;
I have tried creating my own label reading WALL_MAT_A and WALL_MAT_B and it does the same thing - so something's fishy about the values Archicad is returning, not the surface label itself.&lt;BR /&gt;
&lt;BR /&gt;
Odd thing is, if you just place a text label with Autotext content of "Outside Face Surface" or "Inside Face Surface", this doesn't happen.&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 19 May 2023 13:46:45 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Documentation/Surface-Label-bug-with-wall-direction/m-p/292319#M46239</guid>
      <dc:creator>Bruce</dc:creator>
      <dc:date>2023-05-19T13:46:45Z</dc:date>
    </item>
    <item>
      <title>Re: Surface Label bug with wall direction</title>
      <link>https://community.graphisoft.com/t5/Documentation/Surface-Label-bug-with-wall-direction/m-p/292320#M46240</link>
      <description>Pretty sure I had this issue back in AC19. I remember talking to someone from GS about it, but I cannot seem to find the thread / email...&lt;BR /&gt;
&lt;BR /&gt;
Someone elses &lt;A href="https://archicad-talk.graphisoft.com/viewtopic.php?f=11&amp;amp;t=51338&amp;amp;p=250425&amp;amp;hilit=surface+label#p250425" target="_blank"&gt;thread&lt;/A&gt;. They apparently reported the bug.</description>
      <pubDate>Mon, 10 Feb 2020 01:41:46 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Documentation/Surface-Label-bug-with-wall-direction/m-p/292320#M46240</guid>
      <dc:creator>Lingwisyer</dc:creator>
      <dc:date>2020-02-10T01:41:46Z</dc:date>
    </item>
    <item>
      <title>Re: Surface Label bug with wall direction</title>
      <link>https://community.graphisoft.com/t5/Documentation/Surface-Label-bug-with-wall-direction/m-p/292321#M46241</link>
      <description>predictable use of the wall label forces the user to prefer walls whose reference vector is drawn / oriented in a clockwise fashion. I'm not sure if this is a hurdle, but it's fafaster to modify the wall than to flip the label.&lt;BR /&gt;
&lt;BR /&gt;
The label problem that needs fixing is having a predictable behaviour when mirroring plans.</description>
      <pubDate>Mon, 10 Feb 2020 14:21:15 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Documentation/Surface-Label-bug-with-wall-direction/m-p/292321#M46241</guid>
      <dc:creator>Aaron Bourgoin</dc:creator>
      <dc:date>2020-02-10T14:21:15Z</dc:date>
    </item>
    <item>
      <title>Re: Surface Label bug with wall direction</title>
      <link>https://community.graphisoft.com/t5/Documentation/Surface-Label-bug-with-wall-direction/m-p/292322#M46242</link>
      <description>Yes.  I have created my own label with a couple of lines of code to mitigate this - but it's clearly a bug that should be sorted by Archicad.&lt;BR /&gt;
&lt;BR /&gt;
The quirk, as mentioned in my first post, is that the Autotext does not manifest this bug - it works as it should.</description>
      <pubDate>Mon, 10 Feb 2020 21:41:10 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Documentation/Surface-Label-bug-with-wall-direction/m-p/292322#M46242</guid>
      <dc:creator>Bruce</dc:creator>
      <dc:date>2020-02-10T21:41:10Z</dc:date>
    </item>
    <item>
      <title>Re: Surface Label bug with wall direction</title>
      <link>https://community.graphisoft.com/t5/Documentation/Surface-Label-bug-with-wall-direction/m-p/292323#M46243</link>
      <description>The only advantage of this swapped values I can think of, is that when you have a wall with its reference line in the center with two labels, one display the outside surface and the other inside. When you "Flip Wall on Reference Line", the wall and both labels stay in the same location but the values are changed without having to go into the label's setting to change what to display (outside/inside).&lt;BR /&gt;
&lt;BR /&gt;
If you write your own GDL, there's another situation that WALL_MAT_A and WALL_MAT_B return swapped values is with slanted wall. What I found out is that it has something to do with flip status (WALL_FLIPPED). You might want to take this into account in your code.&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Tue, 11 Feb 2020 09:14:25 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Documentation/Surface-Label-bug-with-wall-direction/m-p/292323#M46243</guid>
      <dc:creator>Palawat</dc:creator>
      <dc:date>2020-02-11T09:14:25Z</dc:date>
    </item>
  </channel>
</rss>

