<?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: Desctivating a cutplane from 2D script in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/Desctivating-a-cutplane-from-2D-script/m-p/288698#M2783</link>
    <description>@Lingwisyer &lt;BR /&gt;
&lt;BR /&gt;
Correction, it worked for you and for me, the difference was in the needs that required different answers.&lt;BR /&gt;
&lt;BR /&gt;
Your script for "&lt;B&gt;Project2{4}&lt;/B&gt;" made clear that the cut part of your object may be costumed specified by the user as s/he pleases, which was not my case.&lt;BR /&gt;
&lt;BR /&gt;
In my script I needed to maintain the building material indices, fills colours and pens unaltered by the 2D script, and when you couple that with  the methods and parts specification that I have used with the different types of holes and voids that can specified by the user, your options would simply don't work in my case.&lt;BR /&gt;
&lt;BR /&gt;
Unless there is a condition that is altering the results in my object that we aren't aware of.</description>
    <pubDate>Wed, 27 Feb 2019 03:18:57 GMT</pubDate>
    <dc:creator>Nader Belal</dc:creator>
    <dc:date>2019-02-27T03:18:57Z</dc:date>
    <item>
      <title>Desctivating a cutplane from 2D script</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Desctivating-a-cutplane-from-2D-script/m-p/288682#M2767</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;R&gt;Hi there,&lt;BR /&gt;
&lt;BR /&gt;
I´m creating a complex object that is being controlled by a myriad of parameters and conditions ... to which I have used &lt;B&gt;cutplane&lt;/B&gt; and &lt;B&gt;project2{4}&lt;/B&gt; to generate it's cut view in plan.&lt;BR /&gt;
&lt;BR /&gt;
So I tried to generate an elevation view on plane of the object using &lt;B&gt;project2&lt;/B&gt; (&lt;I&gt;&lt;/I&gt;&lt;S&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/S&gt;along side the plan cut&lt;E&gt;&lt;/E&gt;), and as expected , the elevation view on plan was presented with a cut.&lt;BR /&gt;
&lt;BR /&gt;
Can anyone of you tell me how to bypass this bummer ?&lt;/R&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 26 Feb 2019 01:45:08 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Desctivating-a-cutplane-from-2D-script/m-p/288682#M2767</guid>
      <dc:creator>Nader Belal</dc:creator>
      <dc:date>2019-02-26T01:45:08Z</dc:date>
    </item>
    <item>
      <title>Re: Desctivating a cutplane from 2D script</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Desctivating-a-cutplane-from-2D-script/m-p/288683#M2768</link>
      <description>&lt;PRE&gt;If GLOB_VIEW_TYPE = 2 THEN				!Plan view
	CUTPLANE 0, cutplane_height
endIf&lt;/PRE&gt;

&lt;BR /&gt;
Though, why are you using a cutplane? &lt;B&gt;Project2{4}&lt;/B&gt; already creates cutplanes. If it is due to the object being a windows / doors instead of a "wall with openings" include:&lt;BR /&gt;
&lt;BR /&gt;

&lt;PRE&gt;If GLOB_VIEW_TYPE = 2 THEN				!Plan view
	Rotx 90
endIf&lt;/PRE&gt;

&lt;BR /&gt;
The cutplane in &lt;B&gt;Project2{4}&lt;/B&gt; only works in the z-axis, so for doors and windows which are modelled in the x/y-axis, you need to rotate the object for the cutplanes to work. Rather annoying as you can choose a view type which is made redundant in this version due to the above fact....&lt;BR /&gt;
&lt;BR /&gt;

&lt;BLOCKQUOTE&gt;generate an elevation view on plane of the object using project2 (along side the plan cut)&lt;/BLOCKQUOTE&gt;

&lt;BR /&gt;
If you are talking about creating multiple views of your object in the floor plan, this should also fix that as then the cutplane is contained withing the projection rather than externally to it.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Ling.</description>
      <pubDate>Tue, 26 Feb 2019 02:10:53 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Desctivating-a-cutplane-from-2D-script/m-p/288683#M2768</guid>
      <dc:creator>Lingwisyer</dc:creator>
      <dc:date>2019-02-26T02:10:53Z</dc:date>
    </item>
    <item>
      <title>Re: Desctivating a cutplane from 2D script</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Desctivating-a-cutplane-from-2D-script/m-p/288684#M2769</link>
      <description>I think I didn't make myself clear  &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_redface.gif" style="display : inline;" /&gt; &lt;BR /&gt;
&lt;BR /&gt;
I have already created the plan view using a cut (&lt;I&gt;&lt;/I&gt;&lt;S&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/S&gt;because I couldn't find the right combination of parameters values using project2{4} and with it, it will fit just nice&lt;E&gt;&lt;/E&gt;).&lt;BR /&gt;
&lt;BR /&gt;
I have already used the &lt;B&gt;GLOB_VIEW_TYPE&lt;/B&gt;, but what I need/wish is to be able to deactivate the &lt;B&gt;cutplane&lt;/B&gt; in the 2D script (&lt;I&gt;&lt;/I&gt;&lt;S&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/S&gt;or another trick that would have the same result&lt;E&gt;&lt;/E&gt;) so that I the elevation representation on Plan, alongside with the cut plan view.&lt;BR /&gt;
&lt;BR /&gt;
Anyway, the a trial that wasn't good enough, is to pass the &lt;B&gt;2D &amp;amp; 3D script&lt;/B&gt; that generate those view to the &lt;B&gt;Master Script&lt;/B&gt;, but it didn't work as was planned, as the &lt;B&gt;cutend&lt;/B&gt; messes things up in the plan view</description>
      <pubDate>Tue, 26 Feb 2019 02:24:23 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Desctivating-a-cutplane-from-2D-script/m-p/288684#M2769</guid>
      <dc:creator>Nader Belal</dc:creator>
      <dc:date>2019-02-26T02:24:23Z</dc:date>
    </item>
    <item>
      <title>Re: Desctivating a cutplane from 2D script</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Desctivating-a-cutplane-from-2D-script/m-p/288685#M2770</link>
      <description>If you want the cut plane active only in the plan view then&lt;BR /&gt;

&lt;PRE&gt;If GLOB_VIEW_TYPE = 2 THEN				!Plan view
	CUTPLANE 0, cutplane_height
endIf

... 3D model script ...

If GLOB_VIEW_TYPE = 2 THEN				!Plan view
	CUTEND
endIf&lt;/PRE&gt;

&lt;BR /&gt;
So this way both the cutplane and cutend will only activate in plan view.&lt;BR /&gt;
&lt;BR /&gt;
Barry.</description>
      <pubDate>Tue, 26 Feb 2019 02:35:40 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Desctivating-a-cutplane-from-2D-script/m-p/288685#M2770</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2019-02-26T02:35:40Z</dc:date>
    </item>
    <item>
      <title>Re: Desctivating a cutplane from 2D script</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Desctivating-a-cutplane-from-2D-script/m-p/288686#M2771</link>
      <description>&lt;PRE&gt;PROJECT2{4} 3, -90,						!projection_code, angle,
	0, 1+2,							!useTransparency, statusParts,		
	1,							!numCutplanes,
	gs_fw_lower + gs_int_fw + 2*gs_louvre_width,		!cutplaneHeight1, ..., cutplaneHeightn,

	3+32, 1+2+4+8+64,					!method1, parts1,
	gs_fill_type,						!cutFillIndex1,
	gs_fill_pen, gs_back_pen,				!cutFillFgPen1, cutFillBgPen1,
	0, 0, 0,						!cutFillOrigoX1, cutFillOrigoY1, cutFillDirection1,
	gs_cut_pen,	1,					!cutLinePen1, cutLineType1,
	65,							!projectedFillIndex1,
	19, 19,							!projectedFillFgPen1, projectedFillBgPen1,
	0, 0, 0,						!projectedFillOrigoX1, projectedFillOrigoY1, projectedFillDirection1,
	gs_pen_2D, 1,						!projectedLinePen1, projectedLineType1

	4+64, 1+2,						!method1, parts1,
	gs_fill_type,						!cutFillIndex1,
	gs_fill_pen, gs_back_pen,				!cutFillFgPen1, cutFillBgPen1,
	0, 0, 0,						!cutFillOrigoX1, cutFillOrigoY1, cutFillDirection1,
	gs_cut_pen,	4,					!cutLinePen1, cutLineType1,
	65,							!projectedFillIndex1,
	19, 19,							!projectedFillFgPen1, projectedFillBgPen1,
	0, 0, 0,						!projectedFillOrigoX1, projectedFillOrigoY1, projectedFillDirection1,
	gs_pen_2D, 4						!projectedLinePen1, projectedLineType1

add2 0, 0.05
PROJECT2 4, -90, 3&lt;/PRE&gt;</description>
      <pubDate>Tue, 26 Feb 2019 02:36:09 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Desctivating-a-cutplane-from-2D-script/m-p/288686#M2771</guid>
      <dc:creator>Lingwisyer</dc:creator>
      <dc:date>2019-02-26T02:36:09Z</dc:date>
    </item>
    <item>
      <title>Re: Desctivating a cutplane from 2D script</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Desctivating-a-cutplane-from-2D-script/m-p/288687#M2772</link>
      <description>Using a &lt;B&gt;cutplane in 3D script and the following code&lt;/B&gt;&lt;BR /&gt;
&lt;BR /&gt;

&lt;PRE&gt;&lt;I&gt;
&lt;/I&gt;project2{4}	3,	270,	0,	0,	1,		__h,

			3,	1+2+8,
			1,	1,	1,	0.0,	0.0,	0.0,	1,	1,
			1,	1,	1,	0.0,	0.0,	0.0,	1,	1,

			3,	1+2+4+8,
			1,	1,	1,	0.0,	0.0,	0.0,	1,	1,
			1,	1,	1,	0.0,	0.0,	0.0,	1,	1
&lt;/PRE&gt;

&lt;BR /&gt;
And I get this result:


&lt;BR /&gt;
But without the &lt;B&gt;cutplane and with the modifications of @Lingswisyer&lt;/B&gt;, I get the following result
&lt;PRE&gt;&lt;I&gt;
&lt;/I&gt;project2{4}	3, 270,	0, 0,	1,		__h,
			3+64,	1+2+8+64,
			1,	1,	1,	0.0,	0.0,	0.0,	1,	1,
			1,	1,	1,	0.0,	0.0,	0.0,	1,	1,

			3+64,	1+2+4+8,
			1,	1,	1,	0.0,	0.0,	0.0,	1,	1,
			1,	1,	1,	0.0,	0.0,	0.0,	1,	1
&lt;/PRE&gt;



&lt;BR /&gt;
&lt;B&gt;&lt;FONT color="#000000"&gt;So I need the a way to get the first result, without recurring to a cutplane.&lt;/FONT&gt;&lt;/B&gt;</description>
      <pubDate>Tue, 26 Feb 2019 03:16:06 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Desctivating-a-cutplane-from-2D-script/m-p/288687#M2772</guid>
      <dc:creator>Nader Belal</dc:creator>
      <dc:date>2019-02-26T03:16:06Z</dc:date>
    </item>
    <item>
      <title>Re: Desctivating a cutplane from 2D script</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Desctivating-a-cutplane-from-2D-script/m-p/288688#M2773</link>
      <description>Another thing that I tried to do is to create a condition in the 3D script that in some way should have forced to excute the &lt;B&gt;2D script&lt;/B&gt; twice.&lt;BR /&gt;
&lt;BR /&gt;
Once for the cut plan view with cutplane, and the second with the elevation on plan without the cutplane.&lt;BR /&gt;
&lt;BR /&gt;
&lt;FONT size="150"&gt;&lt;FONT color="#000000"&gt;And I have failed  &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_sad.gif" style="display : inline;" /&gt;  &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_sad.gif" style="display : inline;" /&gt; .&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Tue, 26 Feb 2019 03:55:32 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Desctivating-a-cutplane-from-2D-script/m-p/288688#M2773</guid>
      <dc:creator>Nader Belal</dc:creator>
      <dc:date>2019-02-26T03:55:32Z</dc:date>
    </item>
    <item>
      <title>Re: Desctivating a cutplane from 2D script</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Desctivating-a-cutplane-from-2D-script/m-p/288689#M2774</link>
      <description>Did you include this at the start of your 3D script?&lt;BR /&gt;
&lt;BR /&gt;

&lt;PRE&gt;If GLOB_VIEW_TYPE = 2 THEN				!Plan view
	Rotx 90
endIf&lt;/PRE&gt;

&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Ling.</description>
      <pubDate>Tue, 26 Feb 2019 04:25:03 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Desctivating-a-cutplane-from-2D-script/m-p/288689#M2774</guid>
      <dc:creator>Lingwisyer</dc:creator>
      <dc:date>2019-02-26T04:25:03Z</dc:date>
    </item>
    <item>
      <title>Re: Desctivating a cutplane from 2D script</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Desctivating-a-cutplane-from-2D-script/m-p/288690#M2775</link>
      <description>@Lingwisyer&lt;BR /&gt;
rotating around the X-axis is not the solution, and yes I have already tried it out.</description>
      <pubDate>Tue, 26 Feb 2019 04:34:49 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Desctivating-a-cutplane-from-2D-script/m-p/288690#M2775</guid>
      <dc:creator>Nader Belal</dc:creator>
      <dc:date>2019-02-26T04:34:49Z</dc:date>
    </item>
    <item>
      <title>Re: Desctivating a cutplane from 2D script</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Desctivating-a-cutplane-from-2D-script/m-p/288691#M2776</link>
      <description>What is the object type?</description>
      <pubDate>Tue, 26 Feb 2019 07:15:03 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Desctivating-a-cutplane-from-2D-script/m-p/288691#M2776</guid>
      <dc:creator>Lingwisyer</dc:creator>
      <dc:date>2019-02-26T07:15:03Z</dc:date>
    </item>
    <item>
      <title>Re: Desctivating a cutplane from 2D script</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Desctivating-a-cutplane-from-2D-script/m-p/288692#M2777</link>
      <description>wall accesory</description>
      <pubDate>Tue, 26 Feb 2019 12:37:41 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Desctivating-a-cutplane-from-2D-script/m-p/288692#M2777</guid>
      <dc:creator>Nader Belal</dc:creator>
      <dc:date>2019-02-26T12:37:41Z</dc:date>
    </item>
    <item>
      <title>Re: Desctivating a cutplane from 2D script</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Desctivating-a-cutplane-from-2D-script/m-p/288693#M2778</link>
      <description>Hi everyone,&lt;BR /&gt;
&lt;BR /&gt;
My last trial was base on this idea:&lt;BR /&gt;
&lt;BR /&gt;
Since GDL does still many legacy parts that haven't been deactivated, I though that if I passed my code from 3D  &amp;amp; 2D script to master script, then I may be able to activate and deactivate the cut planes at will (&lt;I&gt;&lt;/I&gt;&lt;S&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/S&gt;without forgetting the corresponding modifications&lt;E&gt;&lt;/E&gt;)&lt;BR /&gt;
&lt;BR /&gt;
Results:&lt;BR /&gt;
Although it worked fine in 3D, the object's GUI didn't work as before the modifications were enacted.</description>
      <pubDate>Tue, 26 Feb 2019 21:13:34 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Desctivating-a-cutplane-from-2D-script/m-p/288693#M2778</guid>
      <dc:creator>Nader Belal</dc:creator>
      <dc:date>2019-02-26T21:13:34Z</dc:date>
    </item>
    <item>
      <title>Re: Desctivating a cutplane from 2D script</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Desctivating-a-cutplane-from-2D-script/m-p/288694#M2779</link>
      <description>@Lingwisyer &amp;amp; @Barry Kelly&lt;BR /&gt;
&lt;BR /&gt;
I have opened this thread in GDL Center (&lt;A href="http://gdl.graphisoft.com/forums/topic/desctivating-a-cutplane-from-2d-script-or-similar-method" target="_blank"&gt;&lt;LINK_TEXT text="http://gdl.graphisoft.com/forums/topic/ ... lar-method"&gt;http://gdl.graphisoft.com/forums/topic/desctivating-a-cutplane-from-2d-script-or-similar-method&lt;/LINK_TEXT&gt;&lt;/A&gt;)</description>
      <pubDate>Tue, 26 Feb 2019 22:49:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Desctivating-a-cutplane-from-2D-script/m-p/288694#M2779</guid>
      <dc:creator>Nader Belal</dc:creator>
      <dc:date>2019-02-26T22:49:00Z</dc:date>
    </item>
    <item>
      <title>Re: Desctivating a cutplane from 2D script</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Desctivating-a-cutplane-from-2D-script/m-p/288695#M2780</link>
      <description>@Lingwisyer &amp;amp; @Barry Kelly&lt;BR /&gt;
&lt;BR /&gt;
I think I have just found the solution  &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_idea.gif" style="display : inline;" /&gt; , that can by pass my problem, but it's not optimised  &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_sad.gif" style="display : inline;" /&gt; although it will work perfectly.&lt;BR /&gt;
&lt;BR /&gt;
This solution needs a little bit of imagination.&lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;&lt;U&gt;&lt;/U&gt;&lt;/B&gt;&lt;S&gt;&lt;B&gt;&lt;U&gt;&lt;U&gt;&lt;/U&gt;&lt;/U&gt;&lt;/B&gt;&lt;/S&gt;Solution:&lt;E&gt;&lt;/E&gt;
&lt;UL&gt;&lt;LI&gt;First, create 2 groups, one for the object in it upright position "&lt;I&gt;&lt;/I&gt;&lt;S&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/S&gt;object_untrimmed&lt;E&gt;&lt;/E&gt;", and the other for the cutting plane &amp;amp; the previous defined group "&lt;I&gt;&lt;/I&gt;&lt;S&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/S&gt;object_trimmed&lt;E&gt;&lt;/E&gt;"; all at the top of the "&lt;B&gt;3D Script&lt;/B&gt;".&lt;/LI&gt;
&lt;/UL&gt;

&lt;UL&gt;&lt;LI&gt;Second, always place the group "&lt;I&gt;&lt;/I&gt;&lt;S&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/S&gt;object_trimmed&lt;E&gt;&lt;/E&gt;", that way you will always get the correct cut plan representation in plans.&lt;/LI&gt;
&lt;/UL&gt;

&lt;UL&gt;&lt;LI&gt;Third, create a parameter for activating elevation on plan.&lt;/LI&gt;
&lt;/UL&gt;

&lt;UL&gt;&lt;LI&gt;Fourth, in the "&lt;B&gt;3D Script&lt;/B&gt;" create an "&lt;B&gt;if&lt;/B&gt;" condition that will place the "&lt;I&gt;&lt;/I&gt;&lt;S&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/S&gt;object_untrimmed&lt;E&gt;&lt;/E&gt;" rotated around one of the X or Y or Z axis.&lt;BR /&gt;
That way you will always use the same "&lt;B&gt;PROJECT2&lt;/B&gt;" (&lt;I&gt;&lt;/I&gt;&lt;S&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/S&gt;or one of its variants&lt;E&gt;&lt;/E&gt;) for the same purpose view type.&lt;/LI&gt;
&lt;/UL&gt;

&lt;UL&gt;&lt;LI&gt;Fifth, in case you need to modify the Elevation on plan in the 2D view, you will have to remember that you will have to control it in the "&lt;B&gt;3D Script&lt;/B&gt;".&lt;/LI&gt;
&lt;/UL&gt;

&lt;UL&gt;&lt;LI&gt;Sixth, don't forget to kill the groups.&lt;/LI&gt;
&lt;/UL&gt;

Please if you have a better idea than this one, I will gladly hear/read it.</description>
      <pubDate>Wed, 27 Feb 2019 00:47:30 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Desctivating-a-cutplane-from-2D-script/m-p/288695#M2780</guid>
      <dc:creator>Nader Belal</dc:creator>
      <dc:date>2019-02-27T00:47:30Z</dc:date>
    </item>
    <item>
      <title>Re: Desctivating a cutplane from 2D script</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Desctivating-a-cutplane-from-2D-script/m-p/288696#M2781</link>
      <description>&lt;FONT color="#000000"&gt;&lt;B&gt;&lt;FONT size="150"&gt;Update&lt;/FONT&gt;&lt;/B&gt;&lt;/FONT&gt;&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Wed, 27 Feb 2019 02:16:37 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Desctivating-a-cutplane-from-2D-script/m-p/288696#M2781</guid>
      <dc:creator>Nader Belal</dc:creator>
      <dc:date>2019-02-27T02:16:37Z</dc:date>
    </item>
    <item>
      <title>Re: Desctivating a cutplane from 2D script</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Desctivating-a-cutplane-from-2D-script/m-p/288697#M2782</link>
      <description>Still wonder why &lt;B&gt;Project2{4}&lt;/B&gt; was not working for you... Would have been so much easier, but why mine was not working is different to why yours was not so we are still lost on that...&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Ling.</description>
      <pubDate>Wed, 27 Feb 2019 03:09:19 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Desctivating-a-cutplane-from-2D-script/m-p/288697#M2782</guid>
      <dc:creator>Lingwisyer</dc:creator>
      <dc:date>2019-02-27T03:09:19Z</dc:date>
    </item>
    <item>
      <title>Re: Desctivating a cutplane from 2D script</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Desctivating-a-cutplane-from-2D-script/m-p/288698#M2783</link>
      <description>@Lingwisyer &lt;BR /&gt;
&lt;BR /&gt;
Correction, it worked for you and for me, the difference was in the needs that required different answers.&lt;BR /&gt;
&lt;BR /&gt;
Your script for "&lt;B&gt;Project2{4}&lt;/B&gt;" made clear that the cut part of your object may be costumed specified by the user as s/he pleases, which was not my case.&lt;BR /&gt;
&lt;BR /&gt;
In my script I needed to maintain the building material indices, fills colours and pens unaltered by the 2D script, and when you couple that with  the methods and parts specification that I have used with the different types of holes and voids that can specified by the user, your options would simply don't work in my case.&lt;BR /&gt;
&lt;BR /&gt;
Unless there is a condition that is altering the results in my object that we aren't aware of.</description>
      <pubDate>Wed, 27 Feb 2019 03:18:57 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Desctivating-a-cutplane-from-2D-script/m-p/288698#M2783</guid>
      <dc:creator>Nader Belal</dc:creator>
      <dc:date>2019-02-27T03:18:57Z</dc:date>
    </item>
    <item>
      <title>Re: Desctivating a cutplane from 2D script</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Desctivating-a-cutplane-from-2D-script/m-p/288699#M2784</link>
      <description>Right, the pens are the main disadvantage of &lt;B&gt;Project2&lt;/B&gt;. Really do not get why it has to overwrite all of the pen weights...&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Ling.</description>
      <pubDate>Wed, 27 Feb 2019 03:27:38 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Desctivating-a-cutplane-from-2D-script/m-p/288699#M2784</guid>
      <dc:creator>Lingwisyer</dc:creator>
      <dc:date>2019-02-27T03:27:38Z</dc:date>
    </item>
    <item>
      <title>Re: Desctivating a cutplane from 2D script</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Desctivating-a-cutplane-from-2D-script/m-p/288700#M2785</link>
      <description>&lt;B&gt;followup&lt;/B&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://gdl.graphisoft.com/forums/topic/desctivating-a-cutplane-from-2d-script-or-similar-method#post-4560" target="_blank"&gt;&lt;LINK_TEXT text="http://gdl.graphisoft.com/forums/topic/ ... #post-4560"&gt;http://gdl.graphisoft.com/forums/topic/desctivating-a-cutplane-from-2d-script-or-similar-method#post-4560&lt;/LINK_TEXT&gt;&lt;/A&gt;</description>
      <pubDate>Fri, 01 Mar 2019 20:46:16 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Desctivating-a-cutplane-from-2D-script/m-p/288700#M2785</guid>
      <dc:creator>Nader Belal</dc:creator>
      <dc:date>2019-03-01T20:46:16Z</dc:date>
    </item>
  </channel>
</rss>

