<?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 "Beschriftung Treppe" in Modellierung</title>
    <link>https://community.graphisoft.com/t5/Modellierung/Beschriftung-Treppe/m-p/611434#M70703</link>
    <description>&lt;P&gt;Hallo,&lt;/P&gt;&lt;P&gt;ich kämpfe jetzt schon länger mit der Beschriftung der Treppe. Ich bin frustriert das ich sie a) nicht frei bewegen kann wie zb. bei einen Raumstempel.&lt;/P&gt;&lt;P&gt;Was für ein Etikett muss ich erstellen dass es folgendermaßen aussieht:&lt;BR /&gt;17 St.&lt;/P&gt;&lt;P&gt;28cm/17,9cm&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Vielen Dank&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>Mon, 24 Jun 2024 13:24:09 GMT</pubDate>
    <dc:creator>Intuos</dc:creator>
    <dc:date>2024-06-24T13:24:09Z</dc:date>
    <item>
      <title>Beschriftung Treppe</title>
      <link>https://community.graphisoft.com/t5/Modellierung/Beschriftung-Treppe/m-p/611434#M70703</link>
      <description>&lt;P&gt;Hallo,&lt;/P&gt;&lt;P&gt;ich kämpfe jetzt schon länger mit der Beschriftung der Treppe. Ich bin frustriert das ich sie a) nicht frei bewegen kann wie zb. bei einen Raumstempel.&lt;/P&gt;&lt;P&gt;Was für ein Etikett muss ich erstellen dass es folgendermaßen aussieht:&lt;BR /&gt;17 St.&lt;/P&gt;&lt;P&gt;28cm/17,9cm&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Vielen Dank&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>Mon, 24 Jun 2024 13:24:09 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Modellierung/Beschriftung-Treppe/m-p/611434#M70703</guid>
      <dc:creator>Intuos</dc:creator>
      <dc:date>2024-06-24T13:24:09Z</dc:date>
    </item>
    <item>
      <title>Betreff: Beschriftung Treppe</title>
      <link>https://community.graphisoft.com/t5/Modellierung/Beschriftung-Treppe/m-p/611455#M70704</link>
      <description>&lt;P&gt;Die Stufenanzahl kannst Du Dir direkt in ein Autotext-Etikett holen und das 'St.' dahinter tippen.&lt;/P&gt;
&lt;P&gt;Für Auftritt/Steigung kannst Du Dir eine berechnete Eigenschaft basteln, die Du dann in die zweite Zeile des Etiketts reinholst:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="StefanL__0-1719238700186.png" style="width: 400px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/64267iE6884A827BA336A6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="StefanL__0-1719238700186.png" alt="StefanL__0-1719238700186.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Zuweisung zur Klassifizierung nicht vergessen &lt;span class="lia-unicode-emoji" title=":zwinkerndes_Gesicht:"&gt;😉&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Das hier kannst Du direkt in den Berechnungseditor einfügen:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;CONCAT ( STR ( {Property:Treppe/Standard-Auftrittstiefe} / 0,01 m; 1 ); "cm/"; STR ( {Property:Treppe/Standard-Steigungshöhe} / 0,01 m; 1 ); "cm" )&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Ich würde die 'cm' aber weglassen, die sind 'selbstverständlich' genug:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;CONCAT ( STR ( {Property:Treppe/Standard-Auftrittstiefe} / 0,01 m; 1 ); STR ( {Property:Treppe/Standard-Steigungshöhe} / 0,01 m; 1 ) )&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jun 2024 14:21:31 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Modellierung/Beschriftung-Treppe/m-p/611455#M70704</guid>
      <dc:creator>Stefan L_</dc:creator>
      <dc:date>2024-06-24T14:21:31Z</dc:date>
    </item>
    <item>
      <title>Betreff: Beschriftung Treppe</title>
      <link>https://community.graphisoft.com/t5/Modellierung/Beschriftung-Treppe/m-p/611699#M70705</link>
      <description>&lt;P&gt;Gibt eh ein Treppenbeschriftungs-Etikett - zumindest in der Aut-Version.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Hmooslechner_0-1719299522860.png" style="width: 400px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/64374i608C791A1C6805C9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Hmooslechner_0-1719299522860.png" alt="Hmooslechner_0-1719299522860.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jun 2024 07:12:28 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Modellierung/Beschriftung-Treppe/m-p/611699#M70705</guid>
      <dc:creator>Hmooslechner</dc:creator>
      <dc:date>2024-06-25T07:12:28Z</dc:date>
    </item>
  </channel>
</rss>

