<?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 "Re: geschossabhängige darstellung" in Programmierung</title>
    <link>https://community.graphisoft.com/t5/Programmierung/geschossabh%C3%A4ngige-darstellung/m-p/464332#M4605</link>
    <description>Billige Lösung:&lt;BR /&gt;Objektlinientypen aushacken, Objektlinientypen auf Vollline setzen, bei Projektpräeferenzen/Konstruktionselemente entsprechend Lininenarten definieren. Hat aber leider  globalen Einfluss.&lt;BR /&gt;Sonst einprogrammieren im Objekt.</description>
    <pubDate>Thu, 26 Feb 2015 16:06:57 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-02-26T16:06:57Z</dc:date>
    <item>
      <title>geschossabhängige darstellung</title>
      <link>https://community.graphisoft.com/t5/Programmierung/geschossabh%C3%A4ngige-darstellung/m-p/464331#M4604</link>
      <description>hallo zusammen&lt;BR /&gt;&lt;BR /&gt;irgendwie steh' ich auf dem schlauch.&lt;BR /&gt;wie bringe ich es fertig, dass mir bei einem einfach 2d-gdl die linien im ursprungsgeschoss als volllinien und in einem geschoss darunter die linien strichpunktiert darstellt?&lt;BR /&gt;&lt;BR /&gt;danke für eure hilfe schon im voraus.</description>
      <pubDate>Thu, 26 Feb 2015 10:58:07 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Programmierung/geschossabh%C3%A4ngige-darstellung/m-p/464331#M4604</guid>
      <dc:creator>pla-vis</dc:creator>
      <dc:date>2015-02-26T10:58:07Z</dc:date>
    </item>
    <item>
      <title>Re: geschossabhängige darstellung</title>
      <link>https://community.graphisoft.com/t5/Programmierung/geschossabh%C3%A4ngige-darstellung/m-p/464332#M4605</link>
      <description>Billige Lösung:&lt;BR /&gt;Objektlinientypen aushacken, Objektlinientypen auf Vollline setzen, bei Projektpräeferenzen/Konstruktionselemente entsprechend Lininenarten definieren. Hat aber leider  globalen Einfluss.&lt;BR /&gt;Sonst einprogrammieren im Objekt.</description>
      <pubDate>Thu, 26 Feb 2015 16:06:57 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Programmierung/geschossabh%C3%A4ngige-darstellung/m-p/464332#M4605</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-02-26T16:06:57Z</dc:date>
    </item>
    <item>
      <title>Re: geschossabhängige darstellung</title>
      <link>https://community.graphisoft.com/t5/Programmierung/geschossabh%C3%A4ngige-darstellung/m-p/464333#M4606</link>
      <description>ich will es ja ins objekt einprogrammieren. habe aber irgendwie keinen plan...</description>
      <pubDate>Thu, 26 Feb 2015 16:12:23 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Programmierung/geschossabh%C3%A4ngige-darstellung/m-p/464333#M4606</guid>
      <dc:creator>pla-vis</dc:creator>
      <dc:date>2015-02-26T16:12:23Z</dc:date>
    </item>
    <item>
      <title>Re: geschossabhängige darstellung</title>
      <link>https://community.graphisoft.com/t5/Programmierung/geschossabh%C3%A4ngige-darstellung/m-p/464334#M4607</link>
      <description>Aus dem selfGDL:&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE&gt;REQUEST ("STORY", "", geschossnummer, geschossname)&lt;BR /&gt;Nummer und Name des aktuell sichtbaren Geschosses&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE&gt;REQUEST ("HOME_STORY", "", geschossnummer, geschossname)&lt;BR /&gt; Nummer und Name des Einsetzgeschosses (ursprüngliches Geschoss) des Objektes, wie in den Geschosseinstellungen eingetragen.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;also:&lt;BR /&gt;...........&lt;BR /&gt;..........&lt;BR /&gt;REQUEST ("STORY", "", gn_aktuell, geschossname)&lt;BR /&gt;REQUEST ("HOME_STORY", "", gn_objekt, geschossname)&lt;BR /&gt;if gn_aktuell = gn_objekt then&lt;BR /&gt;set line_type "Vollline"&lt;BR /&gt;else &lt;BR /&gt;set line_type "strichpunktiert"&lt;BR /&gt;endif&lt;BR /&gt;.....................&lt;BR /&gt;.....................&lt;BR /&gt;&lt;BR /&gt;die Namen der Linien müssen natürlich stimmen</description>
      <pubDate>Thu, 26 Feb 2015 16:39:24 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Programmierung/geschossabh%C3%A4ngige-darstellung/m-p/464334#M4607</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-02-26T16:39:24Z</dc:date>
    </item>
    <item>
      <title>Re: geschossabhängige darstellung</title>
      <link>https://community.graphisoft.com/t5/Programmierung/geschossabh%C3%A4ngige-darstellung/m-p/464335#M4608</link>
      <description>klappt bestens - dankeschön&lt;BR /&gt;&lt;BR /&gt;ich hatte die ganze zeit schon mit request home_story rumprobiert aber kam einfach nicht mehr weiter...</description>
      <pubDate>Thu, 26 Feb 2015 16:56:33 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Programmierung/geschossabh%C3%A4ngige-darstellung/m-p/464335#M4608</guid>
      <dc:creator>pla-vis</dc:creator>
      <dc:date>2015-02-26T16:56:33Z</dc:date>
    </item>
    <item>
      <title>Re: geschossabhängige darstellung</title>
      <link>https://community.graphisoft.com/t5/Programmierung/geschossabh%C3%A4ngige-darstellung/m-p/464336#M4609</link>
      <description>Ich würde es ja damit probieren: &lt;A href="http://www.selfgdl.de/9_diverse/globals/OBJECT/kompendium.php?glob=GLOB_CH_STORY_DIST" target="_blank"&gt;GLOB_CH_STORY_DIST&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;B&gt;IF &lt;/B&gt;&lt;FONT color="#0000BF"&gt;GLOB_CH_STORY_DIST &lt;/FONT&gt;&lt;B&gt;THEN &lt;/B&gt;&lt;B&gt; LINE_TYPE&lt;/B&gt; "gestrichelt"&lt;BR /&gt;&lt;BR /&gt;In jedem Geschoss außer dem Ursprungsgeschoss ist der Wert von GLOB_CH_STORY_DIST ungleich 0. Und das ist als Boolescher Ausdruck betrachtet "wahr". Mit &amp;gt;0 oder &amp;lt;0 kann man noch Aufsicht und Untersicht steuern.</description>
      <pubDate>Thu, 26 Feb 2015 20:01:01 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Programmierung/geschossabh%C3%A4ngige-darstellung/m-p/464336#M4609</guid>
      <dc:creator>Frank Beister</dc:creator>
      <dc:date>2015-02-26T20:01:01Z</dc:date>
    </item>
    <item>
      <title>Re: geschossabhängige darstellung</title>
      <link>https://community.graphisoft.com/t5/Programmierung/geschossabh%C3%A4ngige-darstellung/m-p/464337#M4610</link>
      <description>ja, viele wege führen nach rom...&lt;BR /&gt;&lt;BR /&gt;mit dem vorschlag von koma kann mann auch die aufsicht und untersicht steuern:&lt;BR /&gt;gn_aktuell - gn_objekt &amp;gt; 0 oder &amp;lt; 0.&lt;BR /&gt;&lt;BR /&gt;jedenfalls habt ihr mir sehr geholfen.</description>
      <pubDate>Fri, 27 Feb 2015 06:09:50 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Programmierung/geschossabh%C3%A4ngige-darstellung/m-p/464337#M4610</guid>
      <dc:creator>pla-vis</dc:creator>
      <dc:date>2015-02-27T06:09:50Z</dc:date>
    </item>
  </channel>
</rss>

