<?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: 3D Text to have no pen outline in GDL</title>
    <link>https://community.graphisoft.com/t5/GDL/3D-Text-to-have-no-pen-outline/m-p/286536#M3481</link>
    <description>&lt;BLOCKQUOTE&gt;A. wrote:&lt;BR /&gt;
though idk why it didn't work on the exact same group - had to join to empty 3D text...
&lt;/BLOCKQUOTE&gt;
The last parameter is operationStatus: status control of the operation.&lt;BR /&gt;
operationStatus = j1 + 2*j2, where each j can be 0 or 1.&lt;BR /&gt;
j1: generated &lt;B&gt;new&lt;/B&gt; edges will be invisible.&lt;BR /&gt;
&lt;BR /&gt;
If you add the same to something, there are no new edges.</description>
    <pubDate>Thu, 29 Jul 2021 08:30:47 GMT</pubDate>
    <dc:creator>Peter Baksa</dc:creator>
    <dc:date>2021-07-29T08:30:47Z</dc:date>
    <item>
      <title>3D Text to have no pen outline</title>
      <link>https://community.graphisoft.com/t5/GDL/3D-Text-to-have-no-pen-outline/m-p/286534#M3479</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;Hello, &lt;BR /&gt;&lt;BR /&gt;Is it possible to get my 3D text to not show a pen outline in the 3D view?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;/DIV&gt;</description>
      <pubDate>Tue, 14 Sep 2021 06:58:35 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/3D-Text-to-have-no-pen-outline/m-p/286534#M3479</guid>
      <dc:creator>JGoode</dc:creator>
      <dc:date>2021-09-14T06:58:35Z</dc:date>
    </item>
    <item>
      <title>Re: 3D Text to have no pen outline</title>
      <link>https://community.graphisoft.com/t5/GDL/3D-Text-to-have-no-pen-outline/m-p/286535#M3480</link>
      <description>AC22, win10 works
&lt;PRE&gt;&lt;I&gt;
&lt;/I&gt;pen 20 !red
material 99 ! any material

group "one"
DEFINE STYLE "aa" "New York", 3, 7, 0
SET STYLE "aa"
TEXT 0.005, 0, " " !empty
endgroup

group "one1"
material 99
TEXT 0.005, 0, "3D Textnow without line?.."
endgroup

placegroup addgroup{2}("one","one1",0,0,0,1)	!if last digit is '0' (not 1) line will appear&lt;/PRE&gt;

&lt;BR /&gt;
last image (with red lines) - changed 1 to 0.&lt;BR /&gt;
though idk why it didn't work on the exact same group - had to join to empty 3D text...</description>
      <pubDate>Thu, 22 Jul 2021 14:12:04 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/3D-Text-to-have-no-pen-outline/m-p/286535#M3480</guid>
      <dc:creator>A_ Smith</dc:creator>
      <dc:date>2021-07-22T14:12:04Z</dc:date>
    </item>
    <item>
      <title>Re: 3D Text to have no pen outline</title>
      <link>https://community.graphisoft.com/t5/GDL/3D-Text-to-have-no-pen-outline/m-p/286536#M3481</link>
      <description>&lt;BLOCKQUOTE&gt;A. wrote:&lt;BR /&gt;
though idk why it didn't work on the exact same group - had to join to empty 3D text...
&lt;/BLOCKQUOTE&gt;
The last parameter is operationStatus: status control of the operation.&lt;BR /&gt;
operationStatus = j1 + 2*j2, where each j can be 0 or 1.&lt;BR /&gt;
j1: generated &lt;B&gt;new&lt;/B&gt; edges will be invisible.&lt;BR /&gt;
&lt;BR /&gt;
If you add the same to something, there are no new edges.</description>
      <pubDate>Thu, 29 Jul 2021 08:30:47 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/3D-Text-to-have-no-pen-outline/m-p/286536#M3481</guid>
      <dc:creator>Peter Baksa</dc:creator>
      <dc:date>2021-07-29T08:30:47Z</dc:date>
    </item>
    <item>
      <title>Re: 3D Text to have no pen outline</title>
      <link>https://community.graphisoft.com/t5/GDL/3D-Text-to-have-no-pen-outline/m-p/286537#M3482</link>
      <description>Seems they've added a function to simplify this process now...&lt;BR /&gt;
&lt;BR /&gt;
From GDL reference guide...&lt;BR /&gt;
"CREATEGROUPWITHMATERIAL&lt;BR /&gt;
&lt;BR /&gt;
CREATEGROUPWITHMATERIAL (g_expr, repl_directive, pen, material)&lt;BR /&gt;
Returns a group that is created by replacing all pens and/or materials in group g_expr.&lt;BR /&gt;
&lt;BR /&gt;
g_expr: group expression identifying the base group.&lt;BR /&gt;
repl_directive: &lt;BR /&gt;
repl_directive = j1 + 2*j2 + 4*j3 + 8*j4, where each j can be 0 or 1.&lt;BR /&gt;
j1: replace pen,&lt;BR /&gt;
j2: replace material,&lt;BR /&gt;
j4: make edges invisible.&lt;BR /&gt;
pen:  replacement pen index.&lt;BR /&gt;
material: replacement material index."</description>
      <pubDate>Tue, 10 Aug 2021 03:02:36 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/3D-Text-to-have-no-pen-outline/m-p/286537#M3482</guid>
      <dc:creator>JaseBee</dc:creator>
      <dc:date>2021-08-10T03:02:36Z</dc:date>
    </item>
  </channel>
</rss>

