<?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: Eine rotation (Revolve) ausschneiden" in Programmierung</title>
    <link>https://community.graphisoft.com/t5/Programmierung/Eine-rotation-Revolve-ausschneiden/m-p/433916#M870</link>
    <description>schau dir mal die "vollinien-geometriebefehle" im gdl handbuch an, da wird die verschneidung von körpern miteinander erklärt. ich werd aber nicht ganz schlau draus; vielleicht postest du kurz das skript, wenn du es hast&lt;BR /&gt;    :yeah:&lt;BR /&gt;  &lt;BR /&gt;  &lt;SMALL&gt;[ 23. Juli 2004, 10:00: Beitrag editiert von: zzyzx ]&lt;/SMALL&gt;</description>
    <pubDate>Fri, 23 Jul 2004 07:58:00 GMT</pubDate>
    <dc:creator>zzyzx</dc:creator>
    <dc:date>2004-07-23T07:58:00Z</dc:date>
    <item>
      <title>Eine rotation (Revolve) ausschneiden</title>
      <link>https://community.graphisoft.com/t5/Programmierung/Eine-rotation-Revolve-ausschneiden/m-p/433912#M866</link>
      <description>Gibt es eine möglichkeit einen Revolve auszuschneiden?&lt;BR /&gt; &lt;BR /&gt; Also wenn ich einen quader hab,&lt;BR /&gt; kann ich dann einen Revolve davon abziehen?</description>
      <pubDate>Thu, 22 Jul 2004 09:53:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Programmierung/Eine-rotation-Revolve-ausschneiden/m-p/433912#M866</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-07-22T09:53:00Z</dc:date>
    </item>
    <item>
      <title>Re: Eine rotation (Revolve) ausschneiden</title>
      <link>https://community.graphisoft.com/t5/Programmierung/Eine-rotation-Revolve-ausschneiden/m-p/433913#M867</link>
      <description>das revolve müsste im normalfall einen massiven körper erzeugen, wenn die grundfigur geschlossen ist.&lt;BR /&gt; zum testen kannst du mal ein cutplane reinsetzen: wenn die schnittfläche da ist (und du nicht die konturen der dahintergelegenen oberfläche siehst) ist der körper massiv und müsste sich auch uneingeschränkt für boolsche operationen eignen. ein solches objekt funktioniert dann aber nur in archicad 8.x; (die befehle sind nicht im gdl handbuch der version 7 enthalten, das man bei gshelp.de runterladen kann)&lt;BR /&gt; &lt;BR /&gt;   :winken:</description>
      <pubDate>Thu, 22 Jul 2004 10:20:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Programmierung/Eine-rotation-Revolve-ausschneiden/m-p/433913#M867</guid>
      <dc:creator>zzyzx</dc:creator>
      <dc:date>2004-07-22T10:20:00Z</dc:date>
    </item>
    <item>
      <title>Re: Eine rotation (Revolve) ausschneiden</title>
      <link>https://community.graphisoft.com/t5/Programmierung/Eine-rotation-Revolve-ausschneiden/m-p/433914#M868</link>
      <description>ich möchte hier den revolve aus dem extrude herausschneiden.&lt;BR /&gt; ist das irgendwie möglich?&lt;BR /&gt; Also ich meine nicht den revolve anders darstellen und dann rausschneiden.&lt;BR /&gt; &lt;BR /&gt; Also wenn man die beiden elemente als gegeben sieht, kann man dann den revolve so wie er ist aus dem extrude herausschneiden?&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; extrude 6,0,0,10,1+2+4+16+32,&lt;BR /&gt; 0,0,1,&lt;BR /&gt; 10,0,1,&lt;BR /&gt; 12,10,1,&lt;BR /&gt; 8,12,1,&lt;BR /&gt; 0,8,1,&lt;BR /&gt; 0,0,-1&lt;BR /&gt; &lt;BR /&gt; revolve 2,360,127,&lt;BR /&gt; 1,1,0,&lt;BR /&gt; 5,3,0</description>
      <pubDate>Thu, 22 Jul 2004 11:53:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Programmierung/Eine-rotation-Revolve-ausschneiden/m-p/433914#M868</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-07-22T11:53:00Z</dc:date>
    </item>
    <item>
      <title>Re: Eine rotation (Revolve) ausschneiden</title>
      <link>https://community.graphisoft.com/t5/Programmierung/Eine-rotation-Revolve-ausschneiden/m-p/433915#M869</link>
      <description>Mann kann jeden Körper mit jedem verschneiden oder rausschneiden etc über die Boolschen Operationen ab ArchiCAD 8.&lt;BR /&gt; &lt;BR /&gt; Dazu muss man inden Scripten Gruppen bilden und diese dann hinterher miteinander arbeiten lassen.&lt;BR /&gt; Die Beschreibeung gibts ab ArchiCAD 8 unter F1 Hilfe im GDL Handbuch</description>
      <pubDate>Fri, 23 Jul 2004 07:51:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Programmierung/Eine-rotation-Revolve-ausschneiden/m-p/433915#M869</guid>
      <dc:creator>Holger Kreienbrink</dc:creator>
      <dc:date>2004-07-23T07:51:00Z</dc:date>
    </item>
    <item>
      <title>Re: Eine rotation (Revolve) ausschneiden</title>
      <link>https://community.graphisoft.com/t5/Programmierung/Eine-rotation-Revolve-ausschneiden/m-p/433916#M870</link>
      <description>schau dir mal die "vollinien-geometriebefehle" im gdl handbuch an, da wird die verschneidung von körpern miteinander erklärt. ich werd aber nicht ganz schlau draus; vielleicht postest du kurz das skript, wenn du es hast&lt;BR /&gt;    :yeah:&lt;BR /&gt;  &lt;BR /&gt;  &lt;SMALL&gt;[ 23. Juli 2004, 10:00: Beitrag editiert von: zzyzx ]&lt;/SMALL&gt;</description>
      <pubDate>Fri, 23 Jul 2004 07:58:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Programmierung/Eine-rotation-Revolve-ausschneiden/m-p/433916#M870</guid>
      <dc:creator>zzyzx</dc:creator>
      <dc:date>2004-07-23T07:58:00Z</dc:date>
    </item>
    <item>
      <title>Re: Eine rotation (Revolve) ausschneiden</title>
      <link>https://community.graphisoft.com/t5/Programmierung/Eine-rotation-Revolve-ausschneiden/m-p/433917#M871</link>
      <description>aus dem handbuch&lt;BR /&gt; &lt;BR /&gt; GROUP "box"&lt;BR /&gt;     BRICK 1, 1, 1&lt;BR /&gt; ENDGROUP&lt;BR /&gt; &lt;BR /&gt; GROUP "sphere"&lt;BR /&gt;     ADDZ 1&lt;BR /&gt;     SPHERE 0.45&lt;BR /&gt;     DEL 1&lt;BR /&gt; ENDGROUP&lt;BR /&gt; &lt;BR /&gt; GROUP "semisphere"&lt;BR /&gt;     ELLIPS 0.45, 0.45&lt;BR /&gt; ENDGROUP&lt;BR /&gt; &lt;BR /&gt; GROUP "brick"&lt;BR /&gt;     ADD -0.35, -0.35,0&lt;BR /&gt;     BRICK 0.70, 0.70, 0.35&lt;BR /&gt;     DEL 1 &lt;BR /&gt; ENDGROUP &lt;BR /&gt; &lt;BR /&gt; ! Substracting the "sphere" from the "box"&lt;BR /&gt; result_1=SUBGROUP("box","sphere")&lt;BR /&gt; &lt;BR /&gt; ! Intersecting the "semisphere" and the "brick"&lt;BR /&gt; result_2=ISECTGROUP("semisphere","brick") &lt;BR /&gt; &lt;BR /&gt; ! Adding the generated &lt;BR /&gt; result_3=ADDGROUP(result_1,result_2)&lt;BR /&gt; &lt;BR /&gt; PLACEGROUP result_3 &lt;BR /&gt; &lt;BR /&gt; KILLGROUP "box"&lt;BR /&gt; KILLGROUP "sphere"&lt;BR /&gt; KILLGROUP "semisphere"&lt;BR /&gt; KILLGROUP "brick"&lt;BR /&gt;  &lt;BR /&gt;  &lt;SMALL&gt;[ 23. Juli 2004, 10:45: Beitrag editiert von: Holger Kreienbrink ]&lt;/SMALL&gt;</description>
      <pubDate>Fri, 23 Jul 2004 08:44:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Programmierung/Eine-rotation-Revolve-ausschneiden/m-p/433917#M871</guid>
      <dc:creator>Holger Kreienbrink</dc:creator>
      <dc:date>2004-07-23T08:44:00Z</dc:date>
    </item>
    <item>
      <title>Re: Eine rotation (Revolve) ausschneiden</title>
      <link>https://community.graphisoft.com/t5/Programmierung/Eine-rotation-Revolve-ausschneiden/m-p/433918#M872</link>
      <description>GROUP "eins"&lt;BR /&gt; 	block 1,1,1&lt;BR /&gt; ENDGROUP&lt;BR /&gt; &lt;BR /&gt; GROUP "zwei"&lt;BR /&gt; 	addx 0.5&lt;BR /&gt; 	block 0.5,0.5,0.5&lt;BR /&gt; ENDGROUP&lt;BR /&gt; &lt;BR /&gt; PLACEGROUP SUBGROUP("eins","zwei")&lt;BR /&gt; &lt;BR /&gt; KILLGROUP "eins"&lt;BR /&gt; KILLGROUP "zwei"&lt;BR /&gt; &lt;BR /&gt; hmm ok, Holger &lt;I&gt;ist&lt;/I&gt; einfach schneller &lt;!-- s:-) --&gt;&lt;span class="lia-unicode-emoji" title=":leicht_lächelndes_Gesicht:"&gt;🙂&lt;/span&gt;&lt;!-- s:-) --&gt;&lt;BR /&gt;  &lt;BR /&gt;  &lt;SMALL&gt;[ 23. Juli 2004, 10:55: Beitrag editiert von: Momo ]&lt;/SMALL&gt;</description>
      <pubDate>Fri, 23 Jul 2004 08:54:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Programmierung/Eine-rotation-Revolve-ausschneiden/m-p/433918#M872</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-07-23T08:54:00Z</dc:date>
    </item>
  </channel>
</rss>

