<?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: PRISM" in Programmierung</title>
    <link>https://community.graphisoft.com/t5/Programmierung/PRISM/m-p/436926#M1222</link>
    <description>Danke zzyzx! Eine professionelle Hilfe - wie immer von dir!!!&lt;BR /&gt; &lt;BR /&gt; Danke   :winken:</description>
    <pubDate>Wed, 24 Aug 2005 10:17:00 GMT</pubDate>
    <dc:creator>harryseidl</dc:creator>
    <dc:date>2005-08-24T10:17:00Z</dc:date>
    <item>
      <title>PRISM</title>
      <link>https://community.graphisoft.com/t5/Programmierung/PRISM/m-p/436920#M1216</link>
      <description>Hallo Zusammen!&lt;BR /&gt; &lt;BR /&gt; Wie kann ich folgenden Würfel mit dieser Rundung schließen:&lt;BR /&gt; &lt;BR /&gt; R=0.05&lt;BR /&gt; RESOL 32&lt;BR /&gt; &lt;BR /&gt; PRISM_ 8,1,&lt;BR /&gt; 0,0,15,&lt;BR /&gt; 1-R,0,15,&lt;BR /&gt; 1,R,1015,&lt;BR /&gt; 1,1-R,15,&lt;BR /&gt; 1-R,1,1015,&lt;BR /&gt; R,1,15,&lt;BR /&gt; 0,1-R,1015,&lt;BR /&gt; 0,0,-1&lt;BR /&gt; &lt;BR /&gt; Bitte um Hilfe!&lt;BR /&gt; &lt;BR /&gt; Danke, Harry</description>
      <pubDate>Wed, 24 Aug 2005 07:51:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Programmierung/PRISM/m-p/436920#M1216</guid>
      <dc:creator>harryseidl</dc:creator>
      <dc:date>2005-08-24T07:51:00Z</dc:date>
    </item>
    <item>
      <title>Re: PRISM</title>
      <link>https://community.graphisoft.com/t5/Programmierung/PRISM/m-p/436921#M1217</link>
      <description>Was heißt Würfel schließen? Soll der Würfel runde Ecken haben? Überall?&lt;BR /&gt;   :confused:</description>
      <pubDate>Wed, 24 Aug 2005 08:49:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Programmierung/PRISM/m-p/436921#M1217</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2005-08-24T08:49:00Z</dc:date>
    </item>
    <item>
      <title>Re: PRISM</title>
      <link>https://community.graphisoft.com/t5/Programmierung/PRISM/m-p/436922#M1218</link>
      <description>oder gehts nur um die vierte nicht abgerundete kante bei o,o?</description>
      <pubDate>Wed, 24 Aug 2005 09:17:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Programmierung/PRISM/m-p/436922#M1218</guid>
      <dc:creator>zzyzx</dc:creator>
      <dc:date>2005-08-24T09:17:00Z</dc:date>
    </item>
    <item>
      <title>Re: PRISM</title>
      <link>https://community.graphisoft.com/t5/Programmierung/PRISM/m-p/436923#M1219</link>
      <description>Hallo ZZYZX!&lt;BR /&gt; &lt;BR /&gt; Nur die letzte Kante wäre optimal. Aus dem PRISM mache ich dann ein fPRISM.&lt;BR /&gt; &lt;BR /&gt; Lg, Harry</description>
      <pubDate>Wed, 24 Aug 2005 09:47:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Programmierung/PRISM/m-p/436923#M1219</guid>
      <dc:creator>harryseidl</dc:creator>
      <dc:date>2005-08-24T09:47:00Z</dc:date>
    </item>
    <item>
      <title>Re: PRISM</title>
      <link>https://community.graphisoft.com/t5/Programmierung/PRISM/m-p/436924#M1220</link>
      <description>&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; R=0.1&lt;BR /&gt; RESOL 32&lt;BR /&gt; &lt;BR /&gt; PRISM_ 10,1,&lt;BR /&gt; R,0,79,&lt;BR /&gt; 1-R,0,79,&lt;BR /&gt; 1,R,1079,&lt;BR /&gt; 1,1-R,79,&lt;BR /&gt; 1-R,1,1079,&lt;BR /&gt; R,1,79,&lt;BR /&gt; 0,1-R,1079,&lt;BR /&gt; 0,R,79,&lt;BR /&gt; R,0,1079,&lt;BR /&gt; R,0,-1 so sollte es klappen, mit dem 79er statuswert sich die kanten etwas netter. &lt;BR /&gt;   :winken:</description>
      <pubDate>Wed, 24 Aug 2005 10:05:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Programmierung/PRISM/m-p/436924#M1220</guid>
      <dc:creator>zzyzx</dc:creator>
      <dc:date>2005-08-24T10:05:00Z</dc:date>
    </item>
    <item>
      <title>Re: PRISM</title>
      <link>https://community.graphisoft.com/t5/Programmierung/PRISM/m-p/436925#M1221</link>
      <description>bei fprism_ klappts mit den kanten leider nicht so schön, also wieser status auf 15: &lt;BR /&gt; &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;R=0.1&lt;BR /&gt; RESOL 32&lt;BR /&gt; &lt;BR /&gt; FPRISM_ mat,mat,mat,mat,&lt;BR /&gt; 10,1,0,0.1,&lt;BR /&gt; R,0,15,&lt;BR /&gt; 1-R,0,15,&lt;BR /&gt; 1,R,1015,&lt;BR /&gt; 1,1-R,15,&lt;BR /&gt; 1-R,1,1015,&lt;BR /&gt; R,1,15,&lt;BR /&gt; 0,1-R,1015,&lt;BR /&gt; 0,R,15,&lt;BR /&gt; R,0,1015,&lt;BR /&gt; R,0,-1</description>
      <pubDate>Wed, 24 Aug 2005 10:16:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Programmierung/PRISM/m-p/436925#M1221</guid>
      <dc:creator>zzyzx</dc:creator>
      <dc:date>2005-08-24T10:16:00Z</dc:date>
    </item>
    <item>
      <title>Re: PRISM</title>
      <link>https://community.graphisoft.com/t5/Programmierung/PRISM/m-p/436926#M1222</link>
      <description>Danke zzyzx! Eine professionelle Hilfe - wie immer von dir!!!&lt;BR /&gt; &lt;BR /&gt; Danke   :winken:</description>
      <pubDate>Wed, 24 Aug 2005 10:17:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Programmierung/PRISM/m-p/436926#M1222</guid>
      <dc:creator>harryseidl</dc:creator>
      <dc:date>2005-08-24T10:17:00Z</dc:date>
    </item>
    <item>
      <title>Re: PRISM</title>
      <link>https://community.graphisoft.com/t5/Programmierung/PRISM/m-p/436927#M1223</link>
      <description>super, freut mich wenns hilft!&lt;BR /&gt; &lt;BR /&gt; aber vielleicht weiss noch jemand, ob man die kantendarstellung (v.a. für den fall mit der viertelfreisförmigen abrundung oben)  doch korrekt durch statusdwerte hinbekommen kann. mit statuswert 9 habe ich es auch probiert, aber obwohl der logisch erscheint, hats nicht funktioniert damit. &lt;BR /&gt;   :winken:</description>
      <pubDate>Wed, 24 Aug 2005 11:08:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Programmierung/PRISM/m-p/436927#M1223</guid>
      <dc:creator>zzyzx</dc:creator>
      <dc:date>2005-08-24T11:08:00Z</dc:date>
    </item>
    <item>
      <title>Re: PRISM</title>
      <link>https://community.graphisoft.com/t5/Programmierung/PRISM/m-p/436928#M1224</link>
      <description>Das Heilmittel heißt nicht 79. Es heißt 64. Denn 1+2+4+8+64=79, wobei 1+2+4+8=15.&lt;BR /&gt; &lt;BR /&gt; Will heißen: Zunächst mal muß ich sagen, welche Kanten ich sichtbar haben will. Mit dem Statuswert +64 schalte ich sie wieder ab und lasse sie tangential vom Compiler berechnen. Bei geraden Flächen macht das aber keinen Sinn. Also kann man in dem Skript dem Compiler noch was abnehmen und die Werte von 79 auf 13 zurückstellen.&lt;BR /&gt; &lt;BR /&gt; Das Zauberwort bei FPRISM_ heißt HPRISM_.&lt;BR /&gt; &lt;BR /&gt; Siehe Handbuch und hier:&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;R=0.1&lt;BR /&gt; RESOL 32&lt;BR /&gt; mat=1&lt;BR /&gt; &lt;BR /&gt; body -1&lt;BR /&gt; &lt;BR /&gt; 5:PRISM_ 10,1,&lt;BR /&gt; R,0,13,&lt;BR /&gt; 1-R,0,79,&lt;BR /&gt; 1,R,1013,&lt;BR /&gt; 1,1-R,79,&lt;BR /&gt; 1-R,1,1013,&lt;BR /&gt; R,1,79,&lt;BR /&gt; 0,1-R,1013,&lt;BR /&gt; 0,R,79,&lt;BR /&gt; R,0,1013,&lt;BR /&gt; R,0,-1&lt;BR /&gt; &lt;BR /&gt; addx 2&lt;BR /&gt; &lt;BR /&gt; body-1&lt;BR /&gt; &lt;BR /&gt; 10:&lt;BR /&gt; HPRISM_ mat,mat,mat,mat,&lt;BR /&gt; 10,1,0,0.1,1,&lt;BR /&gt; R,0,13,&lt;BR /&gt; 1-R,0,79,&lt;BR /&gt; 1,R,1013,&lt;BR /&gt; 1,1-R,79,&lt;BR /&gt; 1-R,1,1013,&lt;BR /&gt; R,1,79,&lt;BR /&gt; 0,1-R,1013,&lt;BR /&gt; 0,R,79,&lt;BR /&gt; R,0,1013,&lt;BR /&gt; R,0,-1</description>
      <pubDate>Wed, 24 Aug 2005 11:40:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Programmierung/PRISM/m-p/436928#M1224</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2005-08-24T11:40:00Z</dc:date>
    </item>
    <item>
      <title>Re: PRISM</title>
      <link>https://community.graphisoft.com/t5/Programmierung/PRISM/m-p/436929#M1225</link>
      <description>Und der macht die Sache rund:&lt;BR /&gt; &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;R=0.1&lt;BR /&gt; RESOL 32&lt;BR /&gt; mat=1&lt;BR /&gt; &lt;BR /&gt; body-1&lt;BR /&gt; &lt;BR /&gt; 15:&lt;BR /&gt; addz 0.5&lt;BR /&gt; gosub 20&lt;BR /&gt; mulz -1&lt;BR /&gt; gosub 20&lt;BR /&gt; del 2&lt;BR /&gt; &lt;BR /&gt; body-1&lt;BR /&gt; &lt;BR /&gt; end&lt;BR /&gt; &lt;BR /&gt; 20:&lt;BR /&gt; HPRISM_ mat,mat,mat,mat,&lt;BR /&gt; 10,0.5,0,0.1,1,&lt;BR /&gt; R,0,8,&lt;BR /&gt; 1-R,0,10+64,&lt;BR /&gt; 1,R,1008,&lt;BR /&gt; 1,1-R,10+64,&lt;BR /&gt; 1-R,1,1008,&lt;BR /&gt; R,1,10+64,&lt;BR /&gt; 0,1-R,1008,&lt;BR /&gt; 0,R,10+64,&lt;BR /&gt; R,0,1008,&lt;BR /&gt; R,0,-1&lt;BR /&gt; return</description>
      <pubDate>Wed, 24 Aug 2005 11:47:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Programmierung/PRISM/m-p/436929#M1225</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2005-08-24T11:47:00Z</dc:date>
    </item>
    <item>
      <title>Re: PRISM</title>
      <link>https://community.graphisoft.com/t5/Programmierung/PRISM/m-p/436930#M1226</link>
      <description>danke, lars, für die erläuterungen bezüglich 79,15,64 und all dem anderen teufelszeug... (hab' ich bisher einfach nur angewendet)&lt;BR /&gt; &lt;BR /&gt; hprism gibts in der 7 leider noch nicht, aber logisch ist es schon, auch oben die linien kontrollieren zu können. &lt;BR /&gt; &lt;BR /&gt; irgendwie bin ich schon gespannt auf zprism und was gs danach noch einfällt...  &lt;!-- s;) --&gt;&lt;span class="lia-unicode-emoji" title=":zwinkerndes_Gesicht:"&gt;😉&lt;/span&gt;&lt;!-- s;) --&gt;</description>
      <pubDate>Wed, 24 Aug 2005 12:31:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Programmierung/PRISM/m-p/436930#M1226</guid>
      <dc:creator>zzyzx</dc:creator>
      <dc:date>2005-08-24T12:31:00Z</dc:date>
    </item>
    <item>
      <title>Re: PRISM</title>
      <link>https://community.graphisoft.com/t5/Programmierung/PRISM/m-p/436931#M1227</link>
      <description>Vielleicht gibt es ja auch mal PRISM_42 mit einer Zillion Parameter, mit dem man dann alles machen kann. Inkl. Hirschbraten und Cappuccino.  &lt;!-- s;) --&gt;&lt;span class="lia-unicode-emoji" title=":zwinkerndes_Gesicht:"&gt;😉&lt;/span&gt;&lt;!-- s;) --&gt;</description>
      <pubDate>Wed, 24 Aug 2005 13:03:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Programmierung/PRISM/m-p/436931#M1227</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2005-08-24T13:03:00Z</dc:date>
    </item>
  </channel>
</rss>

