<?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: gleich noch eine frage: ... anderes geschoss ..." in Programmierung</title>
    <link>https://community.graphisoft.com/t5/Programmierung/gleich-noch-eine-frage-anderes-geschoss/m-p/441566#M1778</link>
    <description>schau mal hier:&lt;BR /&gt;  &lt;A href="http://www.a-null.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic;f=3;t=001872;p=1#000001" target="_blank"&gt;Darstellen auf: Alle Geschosse&lt;/A&gt; &lt;BR /&gt; lies aber mal alles genau durch, die sache mit den fangpunkten in allen geschossen ist problematisch beim arbeiten, da ist schnell mal was in einem anderen geschoss gelöscht, ohne dass mans merkt&lt;BR /&gt;   :winken:  &lt;BR /&gt; bei fragen fragen!</description>
    <pubDate>Thu, 04 Dec 2003 14:16:00 GMT</pubDate>
    <dc:creator>zzyzx</dc:creator>
    <dc:date>2003-12-04T14:16:00Z</dc:date>
    <item>
      <title>gleich noch eine frage: ... anderes geschoss ...</title>
      <link>https://community.graphisoft.com/t5/Programmierung/gleich-noch-eine-frage-anderes-geschoss/m-p/441565#M1777</link>
      <description>bin grad am programmieren und da würd ich doch gleich in mein objekt einbauen dass es in einem anderen geschoss zb. strichliert ist (analog treppen).&lt;BR /&gt; ich kann ja das häkchen 'im geschoss darüber/darunter/in allen zeigen' anhaken.&lt;BR /&gt; &lt;BR /&gt; nur wie sage ich das per gdl dass im geschoss darüber/... etwas sein soll, und zwar nicht das gleiche?</description>
      <pubDate>Thu, 04 Dec 2003 13:46:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Programmierung/gleich-noch-eine-frage-anderes-geschoss/m-p/441565#M1777</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2003-12-04T13:46:00Z</dc:date>
    </item>
    <item>
      <title>Re: gleich noch eine frage: ... anderes geschoss ...</title>
      <link>https://community.graphisoft.com/t5/Programmierung/gleich-noch-eine-frage-anderes-geschoss/m-p/441566#M1778</link>
      <description>schau mal hier:&lt;BR /&gt;  &lt;A href="http://www.a-null.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic;f=3;t=001872;p=1#000001" target="_blank"&gt;Darstellen auf: Alle Geschosse&lt;/A&gt; &lt;BR /&gt; lies aber mal alles genau durch, die sache mit den fangpunkten in allen geschossen ist problematisch beim arbeiten, da ist schnell mal was in einem anderen geschoss gelöscht, ohne dass mans merkt&lt;BR /&gt;   :winken:  &lt;BR /&gt; bei fragen fragen!</description>
      <pubDate>Thu, 04 Dec 2003 14:16:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Programmierung/gleich-noch-eine-frage-anderes-geschoss/m-p/441566#M1778</guid>
      <dc:creator>zzyzx</dc:creator>
      <dc:date>2003-12-04T14:16:00Z</dc:date>
    </item>
    <item>
      <title>Re: gleich noch eine frage: ... anderes geschoss ...</title>
      <link>https://community.graphisoft.com/t5/Programmierung/gleich-noch-eine-frage-anderes-geschoss/m-p/441567#M1779</link>
      <description>hab mir das durchgelesen. wenn ich das richtig verstanden habe dann will er das gleiche objekt in mehreren geschossen darstellen.&lt;BR /&gt; &lt;BR /&gt; mir geht es aber darum dass ich ein objekt in einem geschoss darstelle und in einem anderen geschoss zb. ein strichliertes symbol bekomme.&lt;BR /&gt; &lt;BR /&gt; somit müsste die 2d darstellung für beide geschosse getrennt programmiert werden. nur wie sage ich per gdl dass etwas in einem anderen geschoss dargestellt werden soll?</description>
      <pubDate>Thu, 04 Dec 2003 14:25:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Programmierung/gleich-noch-eine-frage-anderes-geschoss/m-p/441567#M1779</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2003-12-04T14:25:00Z</dc:date>
    </item>
    <item>
      <title>Re: gleich noch eine frage: ... anderes geschoss ...</title>
      <link>https://community.graphisoft.com/t5/Programmierung/gleich-noch-eine-frage-anderes-geschoss/m-p/441568#M1780</link>
      <description>das geht dann so:&lt;BR /&gt; &amp;lt;/font&amp;gt;&amp;lt;blockquote&amp;gt;&amp;lt;font size="1" face="Verdana, Helvetica, sans-serif"&amp;gt;Code:&amp;lt;/font&amp;gt;&amp;lt;hr /&amp;gt;&amp;lt;pre style="font-size:x-small; font-family: monospace;"&amp;gt;if GLOB_CH_STORY_DIST = 0 then&lt;BR /&gt; ! hier kommt jetzt dein symbol fürs ursprunsgeschoss&lt;BR /&gt; endif&lt;BR /&gt; if GLOB_CH_STORY_DIST = 1 then&lt;BR /&gt; ! hier kommt dein symbol fürs geschoss darüber&lt;BR /&gt; endif&lt;BR /&gt; if GLOB_CH_STORY_DIST = -1 then&lt;BR /&gt; ! hier kommt dein symbol fürs geschoss darunter&lt;BR /&gt; endif das wars!</description>
      <pubDate>Thu, 04 Dec 2003 14:40:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Programmierung/gleich-noch-eine-frage-anderes-geschoss/m-p/441568#M1780</guid>
      <dc:creator>zzyzx</dc:creator>
      <dc:date>2003-12-04T14:40:00Z</dc:date>
    </item>
    <item>
      <title>Re: gleich noch eine frage: ... anderes geschoss ...</title>
      <link>https://community.graphisoft.com/t5/Programmierung/gleich-noch-eine-frage-anderes-geschoss/m-p/441569#M1781</link>
      <description>hi zzyzx, &lt;BR /&gt; &lt;BR /&gt; kannst Du nicht auch die Linientypen zuweisen? mit SET LINE_TYPE Linientypname müsste es gehen. Dann bräuchte er keine zwei Symbole...&lt;BR /&gt; &lt;BR /&gt; Gruß, az&lt;BR /&gt;  &lt;BR /&gt;  &lt;SMALL&gt;[ 10. Dezember 2003, 08:45: Beitrag editiert von: Andreas Zeike ]&lt;/SMALL&gt;</description>
      <pubDate>Wed, 10 Dec 2003 07:44:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Programmierung/gleich-noch-eine-frage-anderes-geschoss/m-p/441569#M1781</guid>
      <dc:creator>andreaszeike</dc:creator>
      <dc:date>2003-12-10T07:44:00Z</dc:date>
    </item>
    <item>
      <title>Re: gleich noch eine frage: ... anderes geschoss ...</title>
      <link>https://community.graphisoft.com/t5/Programmierung/gleich-noch-eine-frage-anderes-geschoss/m-p/441570#M1782</link>
      <description>hallo andreas,&lt;BR /&gt; klar, das vereinfacht das ganze natürlich.&lt;BR /&gt; in dem fall siehts dann so aus:&lt;BR /&gt;  &amp;lt;/font&amp;gt;&amp;lt;blockquote&amp;gt;&amp;lt;font size="1" face="Verdana, Helvetica, sans-serif"&amp;gt;Code:&amp;lt;/font&amp;gt;&amp;lt;hr /&amp;gt;&amp;lt;pre style="font-size:x-small; font-family: monospace;"&amp;gt;if GLOB_CH_STORY_DIST = 0 then&lt;BR /&gt; set line_typ "Vollinie"&lt;BR /&gt; else&lt;BR /&gt; set line_typ "Strichlinie"&lt;BR /&gt; endif&lt;BR /&gt; ! hier kommt das symbol die erste variante ermöglicht aber, dass dass symbol fürs geschoss darüber vereinfacht ist</description>
      <pubDate>Wed, 10 Dec 2003 08:20:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Programmierung/gleich-noch-eine-frage-anderes-geschoss/m-p/441570#M1782</guid>
      <dc:creator>zzyzx</dc:creator>
      <dc:date>2003-12-10T08:20:00Z</dc:date>
    </item>
  </channel>
</rss>

