<?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: Make Section View only show cutted geometry on the cutting plane in GDL</title>
    <link>https://community.graphisoft.com/t5/GDL/Make-Section-View-only-show-cutted-geometry-on-the-cutting-plane/m-p/268099#M4724</link>
    <description>Change your line Status to 1 in the &lt;B&gt;Extrude&lt;/B&gt; to hide lateral edges?</description>
    <pubDate>Wed, 26 Aug 2020 01:40:09 GMT</pubDate>
    <dc:creator>Lingwisyer</dc:creator>
    <dc:date>2020-08-26T01:40:09Z</dc:date>
    <item>
      <title>Make Section View only show cutted geometry on the cutting plane</title>
      <link>https://community.graphisoft.com/t5/GDL/Make-Section-View-only-show-cutted-geometry-on-the-cutting-plane/m-p/268089#M4714</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;I'm using a 3D geometry made up from EXTRUDE commands for the section view.&lt;BR /&gt;But the section always shows a lot of lines that are not directy cut by the cutting plane. These lines are from geometry behind the cutting plane.&lt;BR /&gt;I already played with the masks of the EXTRUDE command. But I can not see any difference using different masks.&lt;BR /&gt;&lt;BR /&gt;Is there a way to only show the cutted geometry that is on the cutting plane?&lt;BR /&gt;(left is the actual section view - right the desired view)&lt;/DIV&gt;</description>
      <pubDate>Mon, 26 Sep 2022 20:55:22 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Make-Section-View-only-show-cutted-geometry-on-the-cutting-plane/m-p/268089#M4714</guid>
      <dc:creator>Martin Walter</dc:creator>
      <dc:date>2022-09-26T20:55:22Z</dc:date>
    </item>
    <item>
      <title>Re: Make Section View only show cutted geometry on the cutting plane</title>
      <link>https://community.graphisoft.com/t5/GDL/Make-Section-View-only-show-cutted-geometry-on-the-cutting-plane/m-p/268090#M4715</link>
      <description>Are you using CUTPLANE or CUTPOLYA?&lt;BR /&gt;
If you want to see just the cut profile, then CUTPLANE won't help you.  Instead you will need CUTPOLYA.&lt;BR /&gt;

&lt;PRE&gt;CUTPOLYA n, status, d,
        x1, y1, mask1, ..., xn, yn, maskn [,
        x, y, z]
[statement1
statement2
...
statementn]
CUTEND&lt;/PRE&gt;

&lt;BLOCKQUOTE&gt;status: controls the treatment of the generated cut polygons.&lt;BR /&gt;
1: use the attributes of the body for the generated polygons and edges,&lt;BR /&gt;
2: generated cut polygons will be treated as normal polygons.&lt;BR /&gt;
d: the distance between the local origin and the end of the half-infinite tube.&lt;BR /&gt;
0: &lt;FONT color="#0000FF"&gt;means a cut with an infinite tube&lt;/FONT&gt;.&lt;BR /&gt;
maski: similar to the PRISM_ command.&lt;BR /&gt;
maski = j1 + 2*j2 + 4*j3 + 64*j7, where each j can be 0 or 1.&lt;/BLOCKQUOTE&gt;

Instead of d=0, use a very small distance, like 1 mm.&lt;BR /&gt;
You can find more information &lt;A href="http://gdl.graphisoft.com/reference-guide/cutting-in-3d" target="_blank"&gt;here&lt;/A&gt;.&lt;BR /&gt;
Hope this helps.</description>
      <pubDate>Tue, 04 Aug 2020 19:29:48 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Make-Section-View-only-show-cutted-geometry-on-the-cutting-plane/m-p/268090#M4715</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-08-04T19:29:48Z</dc:date>
    </item>
    <item>
      <title>Re: Make Section View only show cutted geometry on the cutting plane</title>
      <link>https://community.graphisoft.com/t5/GDL/Make-Section-View-only-show-cutted-geometry-on-the-cutting-plane/m-p/268091#M4716</link>
      <description>&lt;QUOTE author=" Martin Walter"&gt;&lt;S&gt;&lt;BLOCKQUOTE&gt; Martin Walter wrote:&lt;BR /&gt;Is there a way to only show the cutted geometry that is on the cutting plane?&lt;/BLOCKQUOTE&gt;

Ok.  I realize CUTPOLYA wont do the job. &lt;BR /&gt;
Perhaps if you tell us what do you want to achieve we can better help you. &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_question.gif" style="display : inline;" /&gt;&lt;/S&gt;&lt;/QUOTE&gt;</description>
      <pubDate>Wed, 05 Aug 2020 09:06:35 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Make-Section-View-only-show-cutted-geometry-on-the-cutting-plane/m-p/268091#M4716</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-08-05T09:06:35Z</dc:date>
    </item>
    <item>
      <title>Re: Make Section View only show cutted geometry on the cutting plane</title>
      <link>https://community.graphisoft.com/t5/GDL/Make-Section-View-only-show-cutted-geometry-on-the-cutting-plane/m-p/268092#M4717</link>
      <description>You could include in your 3D script some situational &lt;B&gt;Cutplanes&lt;/B&gt; to create a clean sliver, though I am not sure if you would be able to isolate when the actual object is cut by the section line rather than being just beyond?&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Ling.</description>
      <pubDate>Wed, 05 Aug 2020 09:13:15 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Make-Section-View-only-show-cutted-geometry-on-the-cutting-plane/m-p/268092#M4717</guid>
      <dc:creator>Lingwisyer</dc:creator>
      <dc:date>2020-08-05T09:13:15Z</dc:date>
    </item>
    <item>
      <title>Re: Make Section View only show cutted geometry on the cutting plane</title>
      <link>https://community.graphisoft.com/t5/GDL/Make-Section-View-only-show-cutted-geometry-on-the-cutting-plane/m-p/268093#M4718</link>
      <description>Sorry, if I did not explain clearly what I want to do.&lt;BR /&gt;
I'm creating a library part for a window. The 3D is made up of 2D profiles for frame and sash, which are extruded and cut with the commands EXTRUDE and CUTPLANE.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Simplified the 3D script looks like this:&lt;BR /&gt;
&lt;BR /&gt;
XFORM 0, 0, -1, 1230, &lt;BR /&gt;
0, 1, 0, 0, &lt;BR /&gt;
1, 0, 0, 0&lt;BR /&gt;
CUTPLANE 225&lt;BR /&gt;
ADDZ 1230&lt;BR /&gt;
CUTPLANE -45&lt;BR /&gt;
DEL 1&lt;BR /&gt;
EXTRUDE 5, 0, 0, 1230, 1+2+4+16+32,&lt;BR /&gt;
0,0,0,&lt;BR /&gt;
82,0,0,&lt;BR /&gt;
82,73,0,&lt;BR /&gt;
0,73,0,&lt;BR /&gt;
0,0,0&lt;BR /&gt;
DEL 1&lt;BR /&gt;
CUTEND&lt;BR /&gt;
CUTEND&lt;BR /&gt;
&lt;BR /&gt;
The 3D looks like this:&lt;BR /&gt;
&lt;BR /&gt;



&lt;BR /&gt;
Then I create a Building Section (a section view)&lt;BR /&gt;
&lt;BR /&gt;



&lt;BR /&gt;
But the section view does not look like I want it to be. I only want to see the cutted profile geometry, not all the lines behind the cutting plane of the view.&lt;BR /&gt;
&lt;BR /&gt;
(left is the actual section view - right the desired view)&lt;BR /&gt;</description>
      <pubDate>Wed, 05 Aug 2020 17:05:04 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Make-Section-View-only-show-cutted-geometry-on-the-cutting-plane/m-p/268093#M4718</guid>
      <dc:creator>Martin Walter</dc:creator>
      <dc:date>2020-08-05T17:05:04Z</dc:date>
    </item>
    <item>
      <title>Re: Make Section View only show cutted geometry on the cutting plane</title>
      <link>https://community.graphisoft.com/t5/GDL/Make-Section-View-only-show-cutted-geometry-on-the-cutting-plane/m-p/268094#M4719</link>
      <description>You need to control the depth of the section itself  by limiting it so it does not show the vertical part of the frame.&lt;BR /&gt;
But that may affect other parts of the section - for example you won't see the vertical wall lines either.&lt;BR /&gt;
&lt;BR /&gt;
Otherwise you would have to use GLOB_VIEW_TYPE to determine when the window is being viewed in a section.&lt;BR /&gt;
And then script it so it either doesn't show the side frames at all when in section or model much simpler versions of the side frames with less detail.&lt;BR /&gt;
This may however cause problems if ever you see this window in another section view as I don't think you can determine if the window is actually cut by the section - just that it is in a section window.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Barry.</description>
      <pubDate>Thu, 06 Aug 2020 01:00:52 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Make-Section-View-only-show-cutted-geometry-on-the-cutting-plane/m-p/268094#M4719</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2020-08-06T01:00:52Z</dc:date>
    </item>
    <item>
      <title>Re: Make Section View only show cutted geometry on the cutting plane</title>
      <link>https://community.graphisoft.com/t5/GDL/Make-Section-View-only-show-cutted-geometry-on-the-cutting-plane/m-p/268095#M4720</link>
      <description>The vertical wall lines are not so important to show.&lt;BR /&gt;
So how can I control the depth of the section?</description>
      <pubDate>Thu, 06 Aug 2020 19:03:37 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Make-Section-View-only-show-cutted-geometry-on-the-cutting-plane/m-p/268095#M4720</guid>
      <dc:creator>Martin Walter</dc:creator>
      <dc:date>2020-08-06T19:03:37Z</dc:date>
    </item>
    <item>
      <title>Re: Make Section View only show cutted geometry on the cutting plane</title>
      <link>https://community.graphisoft.com/t5/GDL/Make-Section-View-only-show-cutted-geometry-on-the-cutting-plane/m-p/268096#M4721</link>
      <description>&lt;BLOCKQUOTE&gt;Martin wrote:&lt;BR /&gt;
The vertical wall lines are not so important to show.&lt;BR /&gt;
So how can I control the depth of the section?
&lt;/BLOCKQUOTE&gt;

&lt;BR /&gt;
The section you place on plan has an option to limit the depth or it can be just a cut with no depth at all.&lt;BR /&gt;
I will limit the depth for everything in the section - not just the window frame.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Barry.</description>
      <pubDate>Fri, 07 Aug 2020 01:05:14 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Make-Section-View-only-show-cutted-geometry-on-the-cutting-plane/m-p/268096#M4721</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2020-08-07T01:05:14Z</dc:date>
    </item>
    <item>
      <title>Re: Make Section View only show cutted geometry on the cutting plane</title>
      <link>https://community.graphisoft.com/t5/GDL/Make-Section-View-only-show-cutted-geometry-on-the-cutting-plane/m-p/268097#M4722</link>
      <description>&lt;BLOCKQUOTE&gt;Barry wrote:&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;Martin wrote:&lt;BR /&gt;
The vertical wall lines are not so important to show.&lt;BR /&gt;
So how can I control the depth of the section?
&lt;/BLOCKQUOTE&gt;

The section you place on plan has an option to limit the depth or it can be just a cut with no depth at all.&lt;BR /&gt;
It will limit the depth for everything in the section - not just the window frame.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Barry.
&lt;/BLOCKQUOTE&gt;

&lt;BR /&gt;
By limiting the section depth I mean the section you place on plan has an option to limit the depth or it can be just a cut with no depth at all.&lt;BR /&gt;
I will limit the depth for everything in the section - not just the window frame.</description>
      <pubDate>Fri, 07 Aug 2020 01:06:30 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Make-Section-View-only-show-cutted-geometry-on-the-cutting-plane/m-p/268097#M4722</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2020-08-07T01:06:30Z</dc:date>
    </item>
    <item>
      <title>Re: Make Section View only show cutted geometry on the cutting plane</title>
      <link>https://community.graphisoft.com/t5/GDL/Make-Section-View-only-show-cutted-geometry-on-the-cutting-plane/m-p/268098#M4723</link>
      <description>&lt;BLOCKQUOTE&gt;Barry wrote:&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;Martin wrote:&lt;BR /&gt;
The vertical wall lines are not so important to show.&lt;BR /&gt;
So how can I control the depth of the section?
&lt;/BLOCKQUOTE&gt;

&lt;BR /&gt;
The section you place on plan has an option to limit the depth or it can be just a cut with no depth at all.&lt;BR /&gt;
It will limit the depth for everything in the section - not just the window frame.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Barry.
&lt;/BLOCKQUOTE&gt;

&lt;BR /&gt;
Thanks for this idea! This would help too very well. But I don't want to tell all customers that they have to change their section view options.</description>
      <pubDate>Tue, 25 Aug 2020 12:07:55 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Make-Section-View-only-show-cutted-geometry-on-the-cutting-plane/m-p/268098#M4723</guid>
      <dc:creator>Martin Walter</dc:creator>
      <dc:date>2020-08-25T12:07:55Z</dc:date>
    </item>
    <item>
      <title>Re: Make Section View only show cutted geometry on the cutting plane</title>
      <link>https://community.graphisoft.com/t5/GDL/Make-Section-View-only-show-cutted-geometry-on-the-cutting-plane/m-p/268099#M4724</link>
      <description>Change your line Status to 1 in the &lt;B&gt;Extrude&lt;/B&gt; to hide lateral edges?</description>
      <pubDate>Wed, 26 Aug 2020 01:40:09 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Make-Section-View-only-show-cutted-geometry-on-the-cutting-plane/m-p/268099#M4724</guid>
      <dc:creator>Lingwisyer</dc:creator>
      <dc:date>2020-08-26T01:40:09Z</dc:date>
    </item>
    <item>
      <title>Re: Make Section View only show cutted geometry on the cutting plane</title>
      <link>https://community.graphisoft.com/t5/GDL/Make-Section-View-only-show-cutted-geometry-on-the-cutting-plane/m-p/268100#M4725</link>
      <description>&lt;BLOCKQUOTE&gt;Lingwisyer wrote:&lt;BR /&gt;
Change your line Status to 1 in the &lt;B&gt;Extrude&lt;/B&gt; to hide lateral edges?
&lt;/BLOCKQUOTE&gt;

Yes that is the solution of course!</description>
      <pubDate>Mon, 07 Sep 2020 13:40:46 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Make-Section-View-only-show-cutted-geometry-on-the-cutting-plane/m-p/268100#M4725</guid>
      <dc:creator>Martin Walter</dc:creator>
      <dc:date>2020-09-07T13:40:46Z</dc:date>
    </item>
  </channel>
</rss>

