<?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: Picture ohne randlinie?" in Programmierung</title>
    <link>https://community.graphisoft.com/t5/Programmierung/Picture-ohne-randlinie/m-p/553562#M6502</link>
    <description>Hallo Heimo,&lt;BR /&gt;ich habe früher immer mit Texturen gearbeitet, siehe beigefügtes Objekt.&lt;BR /&gt;&lt;A href="https://download.b-prisma.de/objekte/01_acer.zip" target="_blank"&gt;https://download.b-prisma.de/objekte/01_acer.zip&lt;/A&gt;&lt;BR /&gt;Beim PICTURE habe ich im Open GL Modus auch einen Rand, jedoch nicht im Rendering.</description>
    <pubDate>Sun, 02 Oct 2022 14:01:23 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-10-02T14:01:23Z</dc:date>
    <item>
      <title>Picture ohne randlinie?</title>
      <link>https://community.graphisoft.com/t5/Programmierung/Picture-ohne-randlinie/m-p/553561#M6501</link>
      <description>Der picture-Befehl kennt leider nur eine Einstellung für eine immer sichtbare Umrandungslinie&lt;BR /&gt;&lt;BR /&gt;Wer kennt eine einfache Möglichkeit, dies zu umgehen?&lt;BR /&gt;&lt;BR /&gt;also ein GDL-Bild ohne Rahmenlinien in 3D.</description>
      <pubDate>Sat, 01 Oct 2022 13:28:30 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Programmierung/Picture-ohne-randlinie/m-p/553561#M6501</guid>
      <dc:creator>Hmooslechner</dc:creator>
      <dc:date>2022-10-01T13:28:30Z</dc:date>
    </item>
    <item>
      <title>Re: Picture ohne randlinie?</title>
      <link>https://community.graphisoft.com/t5/Programmierung/Picture-ohne-randlinie/m-p/553562#M6502</link>
      <description>Hallo Heimo,&lt;BR /&gt;ich habe früher immer mit Texturen gearbeitet, siehe beigefügtes Objekt.&lt;BR /&gt;&lt;A href="https://download.b-prisma.de/objekte/01_acer.zip" target="_blank"&gt;https://download.b-prisma.de/objekte/01_acer.zip&lt;/A&gt;&lt;BR /&gt;Beim PICTURE habe ich im Open GL Modus auch einen Rand, jedoch nicht im Rendering.</description>
      <pubDate>Sun, 02 Oct 2022 14:01:23 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Programmierung/Picture-ohne-randlinie/m-p/553562#M6502</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-10-02T14:01:23Z</dc:date>
    </item>
    <item>
      <title>Re: Picture ohne randlinie?</title>
      <link>https://community.graphisoft.com/t5/Programmierung/Picture-ohne-randlinie/m-p/553563#M6503</link>
      <description>Hab eine Lösung vom Architalk - Pertti Paasky:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://community.graphisoft.com/t5/Developer-forum/picture-in-GDL-without-borderlines-in-3D/td-p/357723" target="_blank"&gt;https://community.graphisoft.com/t5/Developer-forum/picture-in-GDL-without-borderlines-in-3D/td-p/357723&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;zuerst eine Gruppe bilden, dann:&lt;BR /&gt;&lt;BR /&gt;&lt;PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;	&lt;BR /&gt;	  !!! Rahmenlinien entfernen über Gruppenfunktion:&lt;BR /&gt;&lt;BR /&gt;		repl_directive = 0  !!! GDL Handbuch Seite 183&lt;BR /&gt;		&lt;BR /&gt;		j1=0!: replace pen,&lt;BR /&gt;		j2=0!: replace material,&lt;BR /&gt;		j3=0!:	????&lt;BR /&gt;		j4=1!: make edges invisible.&lt;BR /&gt;	&lt;BR /&gt;		repl_directive = j1 + 2*j2 + 4*j3 + 8*j4&lt;BR /&gt;	&lt;BR /&gt;		pen_= 1&lt;BR /&gt;	&lt;BR /&gt;		material_=0&lt;BR /&gt;	&lt;BR /&gt;&lt;BR /&gt;			if OhneRahmenLinien = 1 then     &lt;BR /&gt;			&lt;BR /&gt;					placegroup CREATEGROUPWITHMATERIAL (Wandvorsatz, repl_directive, pen_, material_)&lt;BR /&gt;			&lt;BR /&gt;			else&lt;BR /&gt;&lt;BR /&gt;					placegroup Wandvorsatz&lt;BR /&gt;&lt;BR /&gt;			endif&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;funktioniert eigentlich gut. Habs zuerst damit versucht - aber jedes Bild einzeln - aber da kommt Archicad trotz Killgroup an seine Grenzen..  Trotzdem würde ich aus performancegründen die Linien nur dann wegschalten, wenn ich sie wirklich nicht brauchen kann..&lt;BR /&gt;&lt;BR /&gt;Hab ich für das Fliesenschild-Wand-Addon-GDL gebraucht..&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://forum.graphisoft.de/viewtopic.php?f=6&amp;amp;t=28872" target="_blank"&gt;https://forum.graphisoft.de/viewtopic.php?f=6&amp;amp;t=28872&lt;/A&gt;</description>
      <pubDate>Sun, 02 Oct 2022 15:44:15 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Programmierung/Picture-ohne-randlinie/m-p/553563#M6503</guid>
      <dc:creator>Hmooslechner</dc:creator>
      <dc:date>2022-10-02T15:44:15Z</dc:date>
    </item>
  </channel>
</rss>

