<?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>Thema "Betreff: Wandanschluss Berechnende Eigenschaft" in Projektdaten &amp; BIM</title>
    <link>https://community.graphisoft.com/t5/Projektdaten-BIM/Wandanschluss-Berechnende-Eigenschaft/m-p/616402#M7643</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hab viel rumprobiert deswegen bin ich bisschen Lost grade^^&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Bräuchte allgemein einen Ansatz wie es funktioniert&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Danke schonmal!&lt;/P&gt;</description>
    <pubDate>Thu, 18 Jul 2024 14:12:58 GMT</pubDate>
    <dc:creator>JH_</dc:creator>
    <dc:date>2024-07-18T14:12:58Z</dc:date>
    <item>
      <title>Wandanschluss Berechnende Eigenschaft</title>
      <link>https://community.graphisoft.com/t5/Projektdaten-BIM/Wandanschluss-Berechnende-Eigenschaft/m-p/616393#M7641</link>
      <description>&lt;P&gt;Hallo Liebes Forum,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ich möchte eine Berechnende Eigenschaft erstellen in der ich wenn ein z.B. gleitender Anschluss nötig ist die länge der wand (außenseite) ausgegeben wird und wenn nicht dann undefiniert.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ich habe eine Eigenschaft als Optionenset für die Anschlüsse erstellt (ohne mehrfach Auswahl). bekomme aber die Formel nicht hin..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Danke im voraus&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" color="grey"&gt;Operating system used: &lt;EM&gt;Windows &lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jul 2024 13:28:44 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Projektdaten-BIM/Wandanschluss-Berechnende-Eigenschaft/m-p/616393#M7641</guid>
      <dc:creator>JH_</dc:creator>
      <dc:date>2024-07-18T13:28:44Z</dc:date>
    </item>
    <item>
      <title>Betreff: Wandanschluss Berechnende Eigenschaft</title>
      <link>https://community.graphisoft.com/t5/Projektdaten-BIM/Wandanschluss-Berechnende-Eigenschaft/m-p/616398#M7642</link>
      <description>&lt;P&gt;Wie sieht denn deine Formel (bzw. der Versuch) bisher aus? Woran hapert's?&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jul 2024 13:58:32 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Projektdaten-BIM/Wandanschluss-Berechnende-Eigenschaft/m-p/616398#M7642</guid>
      <dc:creator>Xandros</dc:creator>
      <dc:date>2024-07-18T13:58:32Z</dc:date>
    </item>
    <item>
      <title>Betreff: Wandanschluss Berechnende Eigenschaft</title>
      <link>https://community.graphisoft.com/t5/Projektdaten-BIM/Wandanschluss-Berechnende-Eigenschaft/m-p/616402#M7643</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hab viel rumprobiert deswegen bin ich bisschen Lost grade^^&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Bräuchte allgemein einen Ansatz wie es funktioniert&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Danke schonmal!&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jul 2024 14:12:58 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Projektdaten-BIM/Wandanschluss-Berechnende-Eigenschaft/m-p/616402#M7643</guid>
      <dc:creator>JH_</dc:creator>
      <dc:date>2024-07-18T14:12:58Z</dc:date>
    </item>
    <item>
      <title>Betreff: Wandanschluss Berechnende Eigenschaft</title>
      <link>https://community.graphisoft.com/t5/Projektdaten-BIM/Wandanschluss-Berechnende-Eigenschaft/m-p/616405#M7644</link>
      <description>&lt;P&gt;Hmmm, also grob geht es in diese Richtung:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;IFS([Eigenschaft Gleitender Anschluss] = "Ja";{Property:Wand/Wandlänge an der Außenseite})&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;IFS&lt;/EM&gt; funktioniert anders als &lt;EM&gt;IF. &lt;/EM&gt;Man muss nur angeben, was passiert, wenn die Bedingung zutrifft. Wenn diese nicht zutrifft, wird der Wert als undefiniert ausgegeben. Mit &lt;EM&gt;IF&lt;/EM&gt; wäre das in der Form nicht möglich.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;IF ( Logikelement; WertWennWahr; WertWennFalsch )&lt;BR /&gt;IFS ( LogischeBedingung1; Wert1; [LogischeBedingung2; Wert2]; ... )&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Außerdem solltest du darauf achten, dass der Datentyp der neuerstellten Eigenschaft auch auf &lt;EM&gt;Länge&lt;/EM&gt; eingestellt ist&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Xandros_0-1721312651618.png" style="width: 999px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/66452i51E4E1541F8FF11A/image-size/large?v=v2&amp;amp;px=999" role="button" title="Xandros_0-1721312651618.png" alt="Xandros_0-1721312651618.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jul 2024 14:28:21 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Projektdaten-BIM/Wandanschluss-Berechnende-Eigenschaft/m-p/616405#M7644</guid>
      <dc:creator>Xandros</dc:creator>
      <dc:date>2024-07-18T14:28:21Z</dc:date>
    </item>
    <item>
      <title>Betreff: Wandanschluss Berechnende Eigenschaft</title>
      <link>https://community.graphisoft.com/t5/Projektdaten-BIM/Wandanschluss-Berechnende-Eigenschaft/m-p/616603#M7645</link>
      <description>&lt;P&gt;Habs hinbekommen hab dann zu kompliziert gedacht&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Danke!&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jul 2024 12:02:29 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Projektdaten-BIM/Wandanschluss-Berechnende-Eigenschaft/m-p/616603#M7645</guid>
      <dc:creator>JH_</dc:creator>
      <dc:date>2024-07-19T12:02:29Z</dc:date>
    </item>
  </channel>
</rss>

