<?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: isectgroup &amp;amp; project2{4} in GDL</title>
    <link>https://community.graphisoft.com/t5/GDL/isectgroup-amp-project2-4/m-p/600261#M6547</link>
    <description>&lt;P&gt;Turns out that the "missing" lines from the projected isect groups are controlled by the "&lt;SPAN&gt;cutLinePen" and "cutLineType" of the 1st half of the command. This muddles up section and projection in a most unwanted way - must be seen as a bug. At least it makes the otherwise brilliant command useless to what I need to achieve.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 22 Apr 2024 06:25:45 GMT</pubDate>
    <dc:creator>Paalanen</dc:creator>
    <dc:date>2024-04-22T06:25:45Z</dc:date>
    <item>
      <title>isectgroup &amp; project2{4}</title>
      <link>https://community.graphisoft.com/t5/GDL/isectgroup-amp-project2-4/m-p/600036#M6544</link>
      <description>&lt;P&gt;Hello everybody,&lt;/P&gt;
&lt;P&gt;I'm about to capitulate on an issue I've been banging my head against. The projected parts of an "isected" body isn't drawn completely using the project2{4} command. Would be greatful for any thoughts.&lt;BR /&gt;All the best,&lt;BR /&gt;Péter&lt;BR /&gt;&lt;BR /&gt;3d script:&lt;/P&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;LI-CODE lang="markup"&gt;group "1"
block 1,1,1
endgroup

group "2"
add .3, .3, .3
block 1,1,1
del 1
endgroup

result = isectgroup("1", "2")
placegroup result&lt;/LI-CODE&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;2d:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;
&lt;DIV&gt;&lt;LI-CODE lang="markup"&gt;methodx=3+32+512
partsi=1+2+4+8

project2{4} 3, 0,
0, 0,
1,
2, !---Cutheight: 0,3 - 1 section, 1 -&amp;gt; projection

methodx, partsi,
1, !---Fill
1, 2, !---FillPen, FillBgPen
0, 0, -SYMB_ROTANGLE,
0, 0, !---cutLinePen, cutLineType
0, !---Fill
0, 0, !---FillPen, FillBgPen
0, 0, 0,
3, 1, !---projectedLinePen, projectedLineType

0, 0,
0, !---Fill
0, 0, !---FillPen, FillBgPen
0, 0, -SYMB_ROTANGLE,
0, 0, !---cutLinePen, cutLineType
0, !---Fill
0, 0, !---FillPen, FillBgPen
0, 0, 0,
0, 0, !---projectedLinePen, projectedLineType&lt;/LI-CODE&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Thu, 26 Sep 2024 11:11:11 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/isectgroup-amp-project2-4/m-p/600036#M6544</guid>
      <dc:creator>Paalanen</dc:creator>
      <dc:date>2024-09-26T11:11:11Z</dc:date>
    </item>
    <item>
      <title>Re: isectgroup &amp; project2{4}</title>
      <link>https://community.graphisoft.com/t5/GDL/isectgroup-amp-project2-4/m-p/600079#M6545</link>
      <description>&lt;P&gt;Hello Peter&lt;/P&gt;
&lt;P&gt;Maybe You can add&amp;nbsp; &amp;nbsp;"&lt;SPAN&gt;project2&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;3&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;0" to show outlines.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;project2{4}&amp;nbsp;3,&amp;nbsp;0,....- command shows contours.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;In Your script the cutheight is 2, it is higher than the model.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;In this case no contours are shown.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Maybe You have read Tips and tricks ?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://gdl.graphisoft.com/tips-and-tricks/using-project24-command" target="_blank"&gt;https://gdl.graphisoft.com/tips-and-tricks/using-project24-command&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Anyway, this command is cryptical and&amp;nbsp;my forehead is as sore as yours.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;BR Pertti&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Apr 2024 19:00:38 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/isectgroup-amp-project2-4/m-p/600079#M6545</guid>
      <dc:creator>Pertti Paasky</dc:creator>
      <dc:date>2024-04-19T19:00:38Z</dc:date>
    </item>
    <item>
      <title>Re: isectgroup &amp; project2{4}</title>
      <link>https://community.graphisoft.com/t5/GDL/isectgroup-amp-project2-4/m-p/600260#M6546</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you Sir Pääsky!&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The project2{4} command produces a section through the 3d body if the cutheight is set to cut it. In addition, it produces a projection of whatever is in front of the cutheight and not cut. The polygons of the cut and the projection are controlled separately. In my example, cutheights 0,3-1 produce sections. 1 and above will produce a projection. The section works fine. However, the projection is faulty and this happens specifically when "isecting" groups. See attached pic below - I added a simple block to point out that the projection does work when not "isect".&lt;BR /&gt;&lt;BR /&gt;Watch your forehead : )&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2024-04-22 at 9.15.35.png" style="width: 400px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/59382i653492291B8181E4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2024-04-22 at 9.15.35.png" alt="Screenshot 2024-04-22 at 9.15.35.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Apr 2024 06:19:23 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/isectgroup-amp-project2-4/m-p/600260#M6546</guid>
      <dc:creator>Paalanen</dc:creator>
      <dc:date>2024-04-22T06:19:23Z</dc:date>
    </item>
    <item>
      <title>Re: isectgroup &amp; project2{4}</title>
      <link>https://community.graphisoft.com/t5/GDL/isectgroup-amp-project2-4/m-p/600261#M6547</link>
      <description>&lt;P&gt;Turns out that the "missing" lines from the projected isect groups are controlled by the "&lt;SPAN&gt;cutLinePen" and "cutLineType" of the 1st half of the command. This muddles up section and projection in a most unwanted way - must be seen as a bug. At least it makes the otherwise brilliant command useless to what I need to achieve.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Apr 2024 06:25:45 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/isectgroup-amp-project2-4/m-p/600261#M6547</guid>
      <dc:creator>Paalanen</dc:creator>
      <dc:date>2024-04-22T06:25:45Z</dc:date>
    </item>
    <item>
      <title>Re: isectgroup &amp; project2{4}</title>
      <link>https://community.graphisoft.com/t5/GDL/isectgroup-amp-project2-4/m-p/600281#M6548</link>
      <description>&lt;P&gt;Dear Peter&lt;/P&gt;
&lt;P&gt;Meanwhile You can do next: in 3d script:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;if glob_view_type=2 then....&lt;/P&gt;
&lt;P&gt;***here You put the simplified model for 2d projection only***&lt;/P&gt;
&lt;P&gt;else&lt;/P&gt;
&lt;P&gt;*** normal model***&lt;/P&gt;
&lt;P&gt;endif&lt;/P&gt;
&lt;P&gt;Now it projects a different 3d model in a way You want.the real model look like in 2d.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Apr 2024 07:44:34 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/isectgroup-amp-project2-4/m-p/600281#M6548</guid>
      <dc:creator>Pertti Paasky</dc:creator>
      <dc:date>2024-04-22T07:44:34Z</dc:date>
    </item>
    <item>
      <title>Re: isectgroup &amp; project2{4}</title>
      <link>https://community.graphisoft.com/t5/GDL/isectgroup-amp-project2-4/m-p/600282#M6549</link>
      <description>&lt;P&gt;Thank you! However, the model I would have liked to project would have been one with intersected groups. Now an alternative solution for the intersection needs to be found...&lt;/P&gt;</description>
      <pubDate>Mon, 22 Apr 2024 07:58:37 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/isectgroup-amp-project2-4/m-p/600282#M6549</guid>
      <dc:creator>Paalanen</dc:creator>
      <dc:date>2024-04-22T07:58:37Z</dc:date>
    </item>
  </channel>
</rss>

