<?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 Objects cut walls in GDL</title>
    <link>https://community.graphisoft.com/t5/GDL/Objects-cut-walls/m-p/586441#M6256</link>
    <description>&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;I am making&amp;nbsp;sockets and switches in GDL and was wondering if an object can cut through a wall.&lt;/P&gt;
&lt;P&gt;since I am making a socket/switch I don't want to use window/door as subtype...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there a way that I can tell a part to cut thou the wall?&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 26 Sep 2024 11:14:19 GMT</pubDate>
    <dc:creator>Domagoj Lukinic</dc:creator>
    <dc:date>2024-09-26T11:14:19Z</dc:date>
    <item>
      <title>Objects cut walls</title>
      <link>https://community.graphisoft.com/t5/GDL/Objects-cut-walls/m-p/586441#M6256</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;I am making&amp;nbsp;sockets and switches in GDL and was wondering if an object can cut through a wall.&lt;/P&gt;
&lt;P&gt;since I am making a socket/switch I don't want to use window/door as subtype...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there a way that I can tell a part to cut thou the wall?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Sep 2024 11:14:19 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Objects-cut-walls/m-p/586441#M6256</guid>
      <dc:creator>Domagoj Lukinic</dc:creator>
      <dc:date>2024-09-26T11:14:19Z</dc:date>
    </item>
    <item>
      <title>Re: Objects cut walls</title>
      <link>https://community.graphisoft.com/t5/GDL/Objects-cut-walls/m-p/586449#M6257</link>
      <description>&lt;P&gt;As far as I know you can either use the door or window subtype or (if you use the object subtype) cut manually into the wall using SEOs.&lt;BR /&gt;You can create a Solid Operator in GDL to do the cut which is only "visible" for the Solid Operation by using the&lt;/P&gt;
&lt;DIV class="page" title="Page 374"&gt;
&lt;DIV class="layoutArea"&gt;
&lt;DIV class="column"&gt;
&lt;P&gt;&lt;SPAN&gt;GLOB_SEO_TOOL_MODE&lt;/SPAN&gt;.&lt;BR /&gt;But SEO cuts are always to be done manually.&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Fri, 02 Feb 2024 18:01:10 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Objects-cut-walls/m-p/586449#M6257</guid>
      <dc:creator>Jochen Suehlo</dc:creator>
      <dc:date>2024-02-02T18:01:10Z</dc:date>
    </item>
    <item>
      <title>Re: Objects cut walls</title>
      <link>https://community.graphisoft.com/t5/GDL/Objects-cut-walls/m-p/586634#M6266</link>
      <description>&lt;P&gt;Do you happen to know where I can find example object or something? I found an example here:&amp;nbsp;&lt;A href="https://gdl.graphisoft.com/gdl-basics/scale-sensitivity" target="_blank" rel="noopener"&gt;https://gdl.graphisoft.com/gdl-basics/scale-sensitivity&lt;/A&gt;&lt;/P&gt;&lt;P&gt;but I don't quite understand the logic behind it... my goal is to see a wall that has a hole with t thickness in 3D&lt;/P&gt;</description>
      <pubDate>Mon, 05 Feb 2024 09:01:02 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Objects-cut-walls/m-p/586634#M6266</guid>
      <dc:creator>Domagoj Lukinic</dc:creator>
      <dc:date>2024-02-05T09:01:02Z</dc:date>
    </item>
    <item>
      <title>Re: Objects cut walls</title>
      <link>https://community.graphisoft.com/t5/GDL/Objects-cut-walls/m-p/586638#M6267</link>
      <description>&lt;P&gt;Here is a bit of code I use to cut a hole for a square shaped basin.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;!GLOB_CONTEXT = 44
!! use prism to cut bowls when used in Solid Element Operation
if GLOB_CONTEXT &amp;gt; 40 and GLOB_CONTEXT &amp;lt; 50 then
	PRISM_ 5, b_hgt+top_thk,
		 half_b_wid-side_inset,  -half_b_dep+fr_inset, 15,
		-half_b_wid+side_inset,  -half_b_dep+fr_inset, 15,
		-half_b_wid+side_inset, half_b_dep-rear_inset, 15,
		 half_b_wid-side_inset, half_b_dep-rear_inset, 15,
		 half_b_wid-side_inset,  -half_b_dep+fr_inset, -1
endif
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can use any PRISM, BLOCK, CYLINDER, or whatever 3D shape you want.&lt;/P&gt;
&lt;P&gt;Just make sure it is the correct size and in the correct position.&lt;/P&gt;
&lt;P&gt;Uncomment the line ... !GLOB_CONTEXT = 44 ... and you will see the shape to be cut in relation to your object in the 3D preview.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="BarryKelly_0-1707125429661.png" style="width: 400px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/52857i60A3D934DE0619E8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="BarryKelly_0-1707125429661.png" alt="BarryKelly_0-1707125429661.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Barry.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Feb 2024 09:30:57 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Objects-cut-walls/m-p/586638#M6267</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2024-02-05T09:30:57Z</dc:date>
    </item>
    <item>
      <title>Re: Objects cut walls</title>
      <link>https://community.graphisoft.com/t5/GDL/Objects-cut-walls/m-p/586645#M6268</link>
      <description>&lt;P&gt;Thank you for your replay, but i need object to cut a&amp;nbsp;&lt;SPAN class=""&gt;physical&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;wall outside of my GDL part.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I am&amp;nbsp;&lt;/SPAN&gt;making&amp;nbsp;&lt;SPAN class=""&gt;distribution cabinet that has 3 options:&amp;nbsp;built-in, on wall, and self standing.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;when you select a built-in version and MVO=RCP the placed object needs to make a hole in the wall (or on what ever surface it touches) from model geometry&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DomagojLukinic_0-1707126961772.png" style="width: 400px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/52859iA328D5E9DE1C82C1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DomagojLukinic_0-1707126961772.png" alt="DomagojLukinic_0-1707126961772.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DomagojLukinic_1-1707127178516.png" style="width: 400px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/52860i0AEEC5BB1EBBA71E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DomagojLukinic_1-1707127178516.png" alt="DomagojLukinic_1-1707127178516.png" /&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, 05 Feb 2024 10:01:37 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Objects-cut-walls/m-p/586645#M6268</guid>
      <dc:creator>Domagoj Lukinic</dc:creator>
      <dc:date>2024-02-05T10:01:37Z</dc:date>
    </item>
    <item>
      <title>Re: Objects cut walls</title>
      <link>https://community.graphisoft.com/t5/GDL/Objects-cut-walls/m-p/591015#M6407</link>
      <description>&lt;P&gt;Just make sure the cutting body is in the position of the volume that you want to cut.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Barry.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2024 00:45:05 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Objects-cut-walls/m-p/591015#M6407</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2024-03-05T00:45:05Z</dc:date>
    </item>
  </channel>
</rss>

