<?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: Boolean operations in 2D ? in GDL</title>
    <link>https://community.graphisoft.com/t5/GDL/Boolean-operations-in-2D/m-p/396102#M535</link>
    <description>&lt;P&gt;Yeah I tried PROJECT2{4} here : &lt;A href="https://community.graphisoft.com/t5/Developer-forum/Issue-or-limitation-of-PROJECT2-4/td-p/394224" target="_blank"&gt;https://community.graphisoft.com/t5/Developer-forum/Issue-or-limitation-of-PROJECT2-4/td-p/394224&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I managed to make it work with the issue above but when I only wanted a clean slice at cut height (without the projection below), I couldn't have it proper and that made the 2D too busy for a plan view.&lt;/P&gt;</description>
    <pubDate>Thu, 24 Aug 2023 17:56:10 GMT</pubDate>
    <dc:creator>MetalFingerz</dc:creator>
    <dc:date>2023-08-24T17:56:10Z</dc:date>
    <item>
      <title>Boolean operations in 2D ?</title>
      <link>https://community.graphisoft.com/t5/GDL/Boolean-operations-in-2D/m-p/395904#M532</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have an object that is using repeating patterns across a given vector. The geometry of the pattern is a bit complicated but of fixed length however the overall length of the vector can be whatever so I'm using groups in order to cut the last pattern clean. Everything works well in 3D but I do not know how to proceed in 2D.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm using macros to call the pattern so it's easy to have it displayed in 2D as well but subgroups don't seem to work there (unless there's something I'm doing wrong). I could be using PROJECT2 but I don't think it's that efficient overall so I'd like to avoid it for a proper 2D if possible.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have looked in the Reference Guide but can't find anything related to this in 2D. Anybody has an idea ?&lt;/P&gt;</description>
      <pubDate>Wed, 23 Aug 2023 19:52:25 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Boolean-operations-in-2D/m-p/395904#M532</guid>
      <dc:creator>MetalFingerz</dc:creator>
      <dc:date>2023-08-23T19:52:25Z</dc:date>
    </item>
    <item>
      <title>Re: Boolean operations in 2D ?</title>
      <link>https://community.graphisoft.com/t5/GDL/Boolean-operations-in-2D/m-p/395939#M533</link>
      <description>&lt;P&gt;If you want to script in 2D then you will have to script the repeating pattern.&lt;/P&gt;
&lt;P&gt;Grouping doesn't work in 2D unfortunately.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If it is very complicated and you find it hard to script the pattern, then use PROJECT2.&lt;/P&gt;
&lt;P&gt;There are advanced versions as well where you can determine a cutting plane height.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Barry.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Aug 2023 00:40:59 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Boolean-operations-in-2D/m-p/395939#M533</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2023-08-24T00:40:59Z</dc:date>
    </item>
    <item>
      <title>Re: Boolean operations in 2D ?</title>
      <link>https://community.graphisoft.com/t5/GDL/Boolean-operations-in-2D/m-p/396088#M534</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;there is also a way with &lt;A href="https://gdl.graphisoft.com/reference-guide/polygon-operations-extension" target="_blank" rel="noopener"&gt;PolyOperations&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;clip a polygon with a polyline: &lt;A href="https://gdl.graphisoft.com/reference-guide/polygon-operations-extension#ClipPolyline" target="_blank" rel="noopener"&gt;ClipPolyline&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;cut a polygon with a line: &lt;A href="https://gdl.graphisoft.com/reference-guide/polygon-operations-extension#PolyCut" target="_blank" rel="noopener"&gt;PolyCut&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But I agree that project2 will be easier to use. &lt;A href="https://gdl.graphisoft.com/reference-guide/3d-projections-in-2d#PROJECT23_gdlcommand" target="_blank" rel="noopener"&gt;PROJECT2{3}&lt;/A&gt; can pass parameters, so you can have a totally different geometry than for the real 3D. However using it disables the background update of different views, in a large project that can be inconvenient.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Aug 2023 14:25:02 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Boolean-operations-in-2D/m-p/396088#M534</guid>
      <dc:creator>Peter Baksa</dc:creator>
      <dc:date>2023-08-24T14:25:02Z</dc:date>
    </item>
    <item>
      <title>Re: Boolean operations in 2D ?</title>
      <link>https://community.graphisoft.com/t5/GDL/Boolean-operations-in-2D/m-p/396102#M535</link>
      <description>&lt;P&gt;Yeah I tried PROJECT2{4} here : &lt;A href="https://community.graphisoft.com/t5/Developer-forum/Issue-or-limitation-of-PROJECT2-4/td-p/394224" target="_blank"&gt;https://community.graphisoft.com/t5/Developer-forum/Issue-or-limitation-of-PROJECT2-4/td-p/394224&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I managed to make it work with the issue above but when I only wanted a clean slice at cut height (without the projection below), I couldn't have it proper and that made the 2D too busy for a plan view.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Aug 2023 17:56:10 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Boolean-operations-in-2D/m-p/396102#M535</guid>
      <dc:creator>MetalFingerz</dc:creator>
      <dc:date>2023-08-24T17:56:10Z</dc:date>
    </item>
    <item>
      <title>Re: Boolean operations in 2D ?</title>
      <link>https://community.graphisoft.com/t5/GDL/Boolean-operations-in-2D/m-p/396103#M536</link>
      <description>&lt;P&gt;I didn't know about this, I'll have a look, thanks. A pity there is no example library to go with the article, that would have make the learning/testing a bit easier !&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regarding the background update issue, will it be the same for PROJECT2{4} as well ?&lt;/P&gt;</description>
      <pubDate>Thu, 24 Aug 2023 20:29:09 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Boolean-operations-in-2D/m-p/396103#M536</guid>
      <dc:creator>MetalFingerz</dc:creator>
      <dc:date>2023-08-24T20:29:09Z</dc:date>
    </item>
    <item>
      <title>Re: Boolean operations in 2D ?</title>
      <link>https://community.graphisoft.com/t5/GDL/Boolean-operations-in-2D/m-p/397442#M5517</link>
      <description>&lt;P&gt;Yes, the background update issue is the same with PROJECT2{4}.&lt;/P&gt;
&lt;P&gt;The library developer toolkit's example library includes a &lt;STRONG&gt;Polygon Operations Example&lt;/STRONG&gt;.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Sep 2023 08:09:04 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Boolean-operations-in-2D/m-p/397442#M5517</guid>
      <dc:creator>Peter Baksa</dc:creator>
      <dc:date>2023-09-06T08:09:04Z</dc:date>
    </item>
  </channel>
</rss>

