<?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>topic Re: picture in GDL without borderlines in 3D?? in GDL</title>
    <link>https://community.graphisoft.com/t5/GDL/picture-in-GDL-without-borderlines-in-3D/m-p/357731#M1298</link>
    <description>&lt;P&gt;no - unfortunately not - i cant turn it off completely to just show the picture without the lineframe with the pen-setting.&lt;/P&gt;</description>
    <pubDate>Sat, 01 Oct 2022 17:28:55 GMT</pubDate>
    <dc:creator>Hmooslechner</dc:creator>
    <dc:date>2022-10-01T17:28:55Z</dc:date>
    <item>
      <title>picture in GDL without borderlines in 3D??</title>
      <link>https://community.graphisoft.com/t5/GDL/picture-in-GDL-without-borderlines-in-3D/m-p/357723#M1296</link>
      <description>&lt;P&gt;The picture command unfortunately only knows one setting for an always visible border line&lt;/P&gt;&lt;P&gt;Who knows a simple way to work around this?&lt;/P&gt;&lt;P&gt;so - to get an GDL image -simply resizeable like the picture-command -&amp;nbsp; without border lines in 3D.&lt;/P&gt;</description>
      <pubDate>Sat, 01 Oct 2022 13:34:46 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/picture-in-GDL-without-borderlines-in-3D/m-p/357723#M1296</guid>
      <dc:creator>Hmooslechner</dc:creator>
      <dc:date>2022-10-01T13:34:46Z</dc:date>
    </item>
    <item>
      <title>Re: picture in GDL without borderlines in 3D??</title>
      <link>https://community.graphisoft.com/t5/GDL/picture-in-GDL-without-borderlines-in-3D/m-p/357724#M1297</link>
      <description>&lt;P&gt;Shot in the dark, have you tried different pen settings before the picture command including background and transparent. The frame makes reference to using RECT which doesn't have pen settings so I assume relies on the PEN setting.&lt;/P&gt;</description>
      <pubDate>Sat, 01 Oct 2022 13:56:41 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/picture-in-GDL-without-borderlines-in-3D/m-p/357724#M1297</guid>
      <dc:creator>DGSketcher</dc:creator>
      <dc:date>2022-10-01T13:56:41Z</dc:date>
    </item>
    <item>
      <title>Re: picture in GDL without borderlines in 3D??</title>
      <link>https://community.graphisoft.com/t5/GDL/picture-in-GDL-without-borderlines-in-3D/m-p/357731#M1298</link>
      <description>&lt;P&gt;no - unfortunately not - i cant turn it off completely to just show the picture without the lineframe with the pen-setting.&lt;/P&gt;</description>
      <pubDate>Sat, 01 Oct 2022 17:28:55 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/picture-in-GDL-without-borderlines-in-3D/m-p/357731#M1298</guid>
      <dc:creator>Hmooslechner</dc:creator>
      <dc:date>2022-10-01T17:28:55Z</dc:date>
    </item>
    <item>
      <title>Re: picture in GDL without borderlines in 3D??</title>
      <link>https://community.graphisoft.com/t5/GDL/picture-in-GDL-without-borderlines-in-3D/m-p/357745#M1299</link>
      <description>&lt;P&gt;You can't have that with PICTURE, Heimo.&lt;/P&gt;&lt;P&gt;Either use a Graphic Override to get rid of the outline.&lt;/P&gt;&lt;P&gt;Or just use "DEFINE TEXTURE" with any geometry.&lt;/P&gt;&lt;P&gt;This might be the best option.&lt;/P&gt;</description>
      <pubDate>Sun, 02 Oct 2022 11:13:30 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/picture-in-GDL-without-borderlines-in-3D/m-p/357745#M1299</guid>
      <dc:creator>runxel</dc:creator>
      <dc:date>2022-10-02T11:13:30Z</dc:date>
    </item>
    <item>
      <title>Re: picture in GDL without borderlines in 3D??</title>
      <link>https://community.graphisoft.com/t5/GDL/picture-in-GDL-without-borderlines-in-3D/m-p/357747#M1300</link>
      <description>&lt;P&gt;This works in 3d.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;mask=0
rotx 45
group "pict"
if picturename #"" then PICTURE picturename, a, b, mask
endgroup
placegroup "pict"

addz 2
repl_directive = 0

j1=0!: replace pen,
j2=0!: replace material,
j4=1!: make edges invisible.
repl_directive = j1 + 2*j2 + 4*j3 + 8*j4
pen_= 1
material_=0

placegroup CREATEGROUPWITHMATERIAL ("pict", repl_directive, pen_, material_)&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 03 Oct 2022 22:01:11 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/picture-in-GDL-without-borderlines-in-3D/m-p/357747#M1300</guid>
      <dc:creator>Pertti Paasky</dc:creator>
      <dc:date>2022-10-03T22:01:11Z</dc:date>
    </item>
    <item>
      <title>Re: picture in GDL without borderlines in 3D??</title>
      <link>https://community.graphisoft.com/t5/GDL/picture-in-GDL-without-borderlines-in-3D/m-p/357758#M1301</link>
      <description>&lt;P&gt;Thank You - it worked fine!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.graphisoft.com/t5/user/viewprofilepage/user-id/14606"&gt;@Pertti Paasky&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;LI-CODE lang="markup"&gt;This works in 3d.

mask=0
rotx 45
group "pict"
if picturename #"" then PICTURE picturename, a, b, mask
endgroup
placegroup "pict"

addz 2
repl_directive = 0

j1=0!: replace pen,
j2=0!: replace material,
j4=1!: make edges invisible.
repl_directive = j1 + 2*j2 + 4*j3 + 8*j4
pen_= 1
material_=0

placegroup CREATEGROUPWITHMATERIAL ("pict", repl_directive, pen_, material_)&lt;/LI-CODE&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;BR /&gt;I did it for the whole group i already had with all pictures in it:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&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;/P&gt;
&lt;P&gt;if OhneRahmenLinien = 1 then&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; placegroup CREATEGROUPWITHMATERIAL (Wandvorsatz, repl_directive, pen_, material_)&lt;BR /&gt;&lt;BR /&gt;else&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;placegroup Wandvorsatz&lt;/P&gt;
&lt;P&gt;endif&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For What:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://forum.Graphisoft.de/viewtopic.php?f=6&amp;amp;t=28872" target="_self"&gt;https://forum.Graphisoft.de/viewtopic.php?f=6&amp;amp;t=28872&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Oct 2022 22:01:42 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/picture-in-GDL-without-borderlines-in-3D/m-p/357758#M1301</guid>
      <dc:creator>Hmooslechner</dc:creator>
      <dc:date>2022-10-03T22:01:42Z</dc:date>
    </item>
  </channel>
</rss>

