<?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: Modelport 2 model cut by cut plane in floor plan in Collaboration with other software</title>
    <link>https://community.graphisoft.com/t5/Collaboration-with-other/Modelport-2-model-cut-by-cut-plane-in-floor-plan/m-p/282898#M37107</link>
    <description>&lt;BLOCKQUOTE&gt;Christophe wrote:&lt;BR /&gt;
Hello Atlant Pashko,&lt;BR /&gt;
&lt;BR /&gt;
Open your gsm object&lt;BR /&gt;
Delete all 2D script tab and write this script into 2D script tab (&lt;A href="https://gdl.graphisoft.com/reference-guide/binary-2d" target="_blank"&gt;https://gdl.graphisoft.com/reference-guide/binary-2d&lt;/A&gt;) : &lt;PRE&gt;FRAGMENT2 1,1&lt;/PRE&gt;
Draw what you want or need into the "2D symbol" tab&lt;BR /&gt;
Your draw will be your 2D object plan view&lt;BR /&gt;
&lt;BR /&gt;
Or you modify 2D script too like this :
&lt;PRE&gt;IF var THEN
FRAGMENT2 1,1
ELSE
"Here the original 2D script"
ENDIF&lt;/PRE&gt;

By this way you have to create a new parameter which is called "var" to be able to choose between the original 2D view and your own 2D symbol.
&lt;/BLOCKQUOTE&gt;

Thanks Christophe, &lt;BR /&gt;
Replacing the drawings in the 2D symbol worked and is the best solution so far. Of course it would be better if it could be cut by the cut plane, and change the 2D drawing accordingly</description>
    <pubDate>Wed, 30 Sep 2020 16:58:15 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-09-30T16:58:15Z</dc:date>
    <item>
      <title>Modelport 2 model cut by cut plane in floor plan</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/Modelport-2-model-cut-by-cut-plane-in-floor-plan/m-p/282896#M37105</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;Hi,&lt;BR /&gt;
Does anyone know how to get a Modelport object cut by the cut plane of the floor plan?&lt;BR /&gt;
&lt;BR /&gt;
Imported a large 3d scanned interior model and all looks good and fast, except that&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 25 Sep 2020 18:02:31 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/Modelport-2-model-cut-by-cut-plane-in-floor-plan/m-p/282896#M37105</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-09-25T18:02:31Z</dc:date>
    </item>
    <item>
      <title>Re: Modelport 2 model cut by cut plane in floor plan</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/Modelport-2-model-cut-by-cut-plane-in-floor-plan/m-p/282897#M37106</link>
      <description>Hello Atlant Pashko,&lt;BR /&gt;
&lt;BR /&gt;
Open your gsm object&lt;BR /&gt;
Delete all 2D script tab and write this script into 2D script tab (&lt;A href="https://gdl.graphisoft.com/reference-guide/binary-2d" target="_blank"&gt;https://gdl.graphisoft.com/reference-guide/binary-2d&lt;/A&gt;) : &lt;PRE&gt;FRAGMENT2 1,1&lt;/PRE&gt;
Draw what you want or need into the "2D symbol" tab&lt;BR /&gt;
Your draw will be your 2D object plan view&lt;BR /&gt;
&lt;BR /&gt;
Or you modify 2D script too like this :
&lt;PRE&gt;IF var THEN
FRAGMENT2 1,1
ELSE
"Here the original 2D script"
ENDIF&lt;/PRE&gt;

By this way you have to create a new parameter which is called "var" to be able to choose between the original 2D view and your own 2D symbol.</description>
      <pubDate>Sun, 27 Sep 2020 18:24:32 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/Modelport-2-model-cut-by-cut-plane-in-floor-plan/m-p/282897#M37106</guid>
      <dc:creator>Christophe Fortineau</dc:creator>
      <dc:date>2020-09-27T18:24:32Z</dc:date>
    </item>
    <item>
      <title>Re: Modelport 2 model cut by cut plane in floor plan</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/Modelport-2-model-cut-by-cut-plane-in-floor-plan/m-p/282898#M37107</link>
      <description>&lt;BLOCKQUOTE&gt;Christophe wrote:&lt;BR /&gt;
Hello Atlant Pashko,&lt;BR /&gt;
&lt;BR /&gt;
Open your gsm object&lt;BR /&gt;
Delete all 2D script tab and write this script into 2D script tab (&lt;A href="https://gdl.graphisoft.com/reference-guide/binary-2d" target="_blank"&gt;https://gdl.graphisoft.com/reference-guide/binary-2d&lt;/A&gt;) : &lt;PRE&gt;FRAGMENT2 1,1&lt;/PRE&gt;
Draw what you want or need into the "2D symbol" tab&lt;BR /&gt;
Your draw will be your 2D object plan view&lt;BR /&gt;
&lt;BR /&gt;
Or you modify 2D script too like this :
&lt;PRE&gt;IF var THEN
FRAGMENT2 1,1
ELSE
"Here the original 2D script"
ENDIF&lt;/PRE&gt;

By this way you have to create a new parameter which is called "var" to be able to choose between the original 2D view and your own 2D symbol.
&lt;/BLOCKQUOTE&gt;

Thanks Christophe, &lt;BR /&gt;
Replacing the drawings in the 2D symbol worked and is the best solution so far. Of course it would be better if it could be cut by the cut plane, and change the 2D drawing accordingly</description>
      <pubDate>Wed, 30 Sep 2020 16:58:15 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/Modelport-2-model-cut-by-cut-plane-in-floor-plan/m-p/282898#M37107</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-09-30T16:58:15Z</dc:date>
    </item>
    <item>
      <title>Re: Modelport 2 model cut by cut plane in floor plan</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/Modelport-2-model-cut-by-cut-plane-in-floor-plan/m-p/282899#M37108</link>
      <description>&lt;BLOCKQUOTE&gt;Atlant wrote:&lt;BR /&gt;
Of course it would be better if it could be cut by the cut plane, and change the 2D drawing accordingly
&lt;/BLOCKQUOTE&gt;

&lt;BR /&gt;
About this there is the COMMAND which is called CUTPLANE :&lt;BR /&gt;
&lt;A href="http://www.selfgdl.com/3d_elemente/schnittbefehle/a_CUTPLANE/kompendium.php" target="_blank"&gt;&lt;LINK_TEXT text="http://www.selfgdl.com/3d_elemente/schn ... endium.php"&gt;http://www.selfgdl.com/3d_elemente/schnittbefehle/a_CUTPLANE/kompendium.php&lt;/LINK_TEXT&gt;&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
For example about 3D script:
&lt;PRE&gt;&lt;I&gt;
&lt;/I&gt;	ADDZ lowcut/100	
	CUTPLANE 1, 1, 0, 1
	DEL 1
	ADDZ highcut/100
	CUTPLANE 1, 1, 0, 0
	DEL 1
	CALL name PARAMETERS 
	CUTEND 
	CUTEND&lt;/PRE&gt;
highcut and lowcut are 2 parameters you have to define before&lt;BR /&gt;
/100 because I prefer working with centimeter</description>
      <pubDate>Wed, 30 Sep 2020 18:56:58 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/Modelport-2-model-cut-by-cut-plane-in-floor-plan/m-p/282899#M37108</guid>
      <dc:creator>Christophe Fortineau</dc:creator>
      <dc:date>2020-09-30T18:56:58Z</dc:date>
    </item>
  </channel>
</rss>

