<?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: Multiple Windows Behind Sliding Unit in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/Multiple-Windows-Behind-Sliding-Unit/m-p/277795#M47085</link>
    <description>&lt;BLOCKQUOTE&gt;Lingwisyer wrote:&lt;BR /&gt;I remember using that Door and Window Builder in 18 but I haven't seen it in 21.&lt;/BLOCKQUOTE&gt;

It is in there for 18, 19, 20 &amp;amp; 21 in the 'Add-ons' section.&lt;BR /&gt;
&lt;BR /&gt;
Barry.</description>
    <pubDate>Thu, 22 Mar 2018 02:39:25 GMT</pubDate>
    <dc:creator>Barry Kelly</dc:creator>
    <dc:date>2018-03-22T02:39:25Z</dc:date>
    <item>
      <title>Multiple Windows Behind Sliding Unit</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Multiple-Windows-Behind-Sliding-Unit/m-p/277789#M47079</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;R&gt;Hi all,&lt;BR /&gt;
&lt;BR /&gt;
Going a slightly different direction to &lt;A href="https://archicad-talk.graphisoft.com/viewtopic.php?f=6&amp;amp;t=59422" target="_blank"&gt;this post&lt;/A&gt;, but regarding the same door, is there a way to have multiple windows behind a single sliding panel?&lt;BR /&gt;



&lt;BR /&gt;
Ling.&lt;/R&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 26 May 2023 09:12:30 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Multiple-Windows-Behind-Sliding-Unit/m-p/277789#M47079</guid>
      <dc:creator>Lingwisyer</dc:creator>
      <dc:date>2023-05-26T09:12:30Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Windows Behind Sliding Unit</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Multiple-Windows-Behind-Sliding-Unit/m-p/277790#M47080</link>
      <description>In both cases I doubt you will find a standard object that will do what you want.&lt;BR /&gt;
Unless you purchase an add-on like Cadimage door/window builder - that might be able to do it.&lt;BR /&gt;
&lt;BR /&gt;
Or you can make yourself a custom door or window with as much detail as you want from slabs placed in plan.&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="https://helpcenter.graphisoft.com/guides/archicad-21/archicad-21-reference-guide/elements-of-the-virtual-building/parametric-objects/create-custom-library-parts-and-components/saving-rectangular-doors-and-windows-from-3d-model-elements/" target="_blank"&gt;&lt;LINK_TEXT text="https://helpcenter.graphisoft.com/guide ... -elements/"&gt;https://helpcenter.graphisoft.com/guides/archicad-21/archicad-21-reference-guide/elements-of-the-virtual-building/parametric-objects/create-custom-library-parts-and-components/saving-rectangular-doors-and-windows-from-3d-model-elements/&lt;/LINK_TEXT&gt;&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
It won't be parametric but it wouldn't take much to make a couple of different size objects if need be.&lt;BR /&gt;
&lt;BR /&gt;
Barry.</description>
      <pubDate>Wed, 21 Mar 2018 07:49:15 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Multiple-Windows-Behind-Sliding-Unit/m-p/277790#M47080</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2018-03-21T07:49:15Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Windows Behind Sliding Unit</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Multiple-Windows-Behind-Sliding-Unit/m-p/277791#M47081</link>
      <description>For the varying leaf types, I figured that it would come down to changing how the script defines 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;Leaf Panel&lt;E&gt;&lt;/E&gt;s.&lt;BR /&gt;
&lt;BR /&gt;
Since I have bit of time, I'm going to dig into it.&lt;BR /&gt;
&lt;BR /&gt;
I think that for a 4 leaf sliding door, it draws the two left panels then mirrors them to create the right panels. This being done under 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;LeafPanel&lt;E&gt;&lt;/E&gt; GoSUB in 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;GeneralDoorUnit&lt;E&gt;&lt;/E&gt; script. I appear to have broken the panel definition though while trying to define a new set of parameters for a second leaf type and linking it back to 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;Sliding Door&lt;E&gt;&lt;/E&gt; object...&lt;BR /&gt;

&lt;PRE&gt;		if gs_leaf_optype_m &amp;lt;&amp;gt; LEAF_4L_2SLIDING &amp;amp; gs_leaf_optype_m &amp;lt;&amp;gt; LEAF_4L_4SLIDING then

			if gs_full_edit &amp;amp; GLOB_CONTEXT &amp;lt;&amp;gt; 6 then
				add TotalLeafWidthin3D/2, 0, SlidLeafNum * gs_leaf_thk + (SlidLeafNum-1) * gs_leaf_gap
				hotspot 0, 				gs_han_height,	0,	unID, gs_open3D, 1+128 : unID=unID+1
				hotspot -gs_open3D, 	gs_han_height,	0,	unID, gs_open3D, 2 : unID=unID+1
				hotspot 1, 				gs_han_height,	0,	unID, gs_open3D, 3 : unID=unID+1
				del 1

				if gs_leaf_optype_m = LEAF_2L_2SLIDING then
					addx -TotalLeafWidthin3D/2
					hotspot 0, 				gs_han_height,	gs_leaf_thk,	unID, gs_open3D_2, 1+128 : unID=unID+1
					hotspot gs_open3D_2, 	gs_han_height,	gs_leaf_thk,	unID, gs_open3D_2, 2 : unID=unID+1
					hotspot -1, 			gs_han_height,	gs_leaf_thk,	unID, gs_open3D_2, 3 : unID=unID+1
					del 1
				endif
			endif

			addx -TotalLeafWidthin3D/2+aaa/2
			for i=1 to SlidLeafNum

				if i = 2 &amp;amp; SlidLeafNum &amp;lt; 3 then
					if iDoorPanelType = 45 then !French panel, with common settings on the two door panels
						hgnrl=gs_hor_gnum - 1
						vgnrl=gs_ver_gnum - 1
						hd=gs_hor_d
						vd=gs_ver_d
					else
						hgnrl=gs_hor_gnum4 - 1
						vgnrl=gs_ver_gnum4 - 1
						hd=gs_hor_d4
						vd=gs_ver_d4
					endif
				endif

				if i=SlidLeafNum | (i=1 &amp;amp; (gs_leaf_optype_m = LEAF_2L_2SLIDING | gs_leaf_optype_m = LEAF_4L_4SLIDING)) then
					htyp=gs_handle_type_m
					fulled=0
				else
					htyp=0
					fulled=gs_full_edit
				endif

				if i=SlidLeafNum then
					addx -gs_open3D
				else
					if i &amp;lt;&amp;gt; 1 &amp;amp; (gs_leaf_optype_m = LEAF_3L_2SLIDING | gs_leaf_optype_m = LEAF_4L_3SLIDING) then
						addx ((TotalLeafWidthin3D-gs_open3D-aaa)/(SlidLeafNum-1) - aaa + gs_leaf_overlap) * (i-1)
					endif
					if i = 1 &amp;amp; gs_leaf_optype_m = LEAF_2L_2SLIDING then addx gs_open3D_2
				endif

				if i = 1 &amp;amp; gs_leaf_optype_m &amp;lt;&amp;gt; LEAF_2L_2SLIDING &amp;amp; gs_leaf_optype_m &amp;lt;&amp;gt; LEAF_4L_4SLIDING then
					bOplines3d = 0
				else
					bOplines3d = temp_bOplines3d
				endif

				if i = 1 &amp;amp; gs_leaf_optype_m = LEAF_2L_2SLIDING then mulx -1

				bMiddleLine = 0

				sliding_door = 1

				gosub "Leaf_Panel"

				if i = 1 &amp;amp; gs_leaf_optype_m = LEAF_2L_2SLIDING then del 1


				if i=SlidLeafNum then
					del 1
				else
					if i = 1 &amp;amp; gs_leaf_optype_m = LEAF_2L_2SLIDING then del 1
					if i &amp;lt;&amp;gt; 1 &amp;amp; (gs_leaf_optype_m = LEAF_3L_2SLIDING | gs_leaf_optype_m = LEAF_4L_3SLIDING) then del 1
				endif

				add aaa - gs_leaf_overlap, 0, (gs_leaf_thk + gs_leaf_gap) * (lod3D&amp;lt;&amp;gt;5)
			next i
			del SlidLeafNum+1
		else
			if gs_full_edit &amp;amp; GLOB_CONTEXT &amp;lt;&amp;gt; 6 then
				hotspot 0, 				gs_han_height,	2*gs_leaf_thk + gs_leaf_gap,	unID, gs_open3D, 1+128 : unID=unID+1
				hotspot -gs_open3D, 	gs_han_height,	2*gs_leaf_thk + gs_leaf_gap,	unID, gs_open3D, 2 : unID=unID+1
				hotspot 1, 				gs_han_height,	2*gs_leaf_thk + gs_leaf_gap,	unID, gs_open3D, 3 : unID=unID+1

				if gs_leaf_optype_m = LEAF_4L_4SLIDING then
					addx -TotalLeafWidthin3D/2
					hotspot 0, 				gs_han_height,	gs_leaf_thk,	unID, gs_open3D_2, 1+128 : unID=unID+1
					hotspot gs_open3D_2, 	gs_han_height,	gs_leaf_thk,	unID, gs_open3D_2, 2 : unID=unID+1
					hotspot -1, 			gs_han_height,	gs_leaf_thk,	unID, gs_open3D_2, 3 : unID=unID+1
					del 1

					addx TotalLeafWidthin3D/2
					hotspot 0, 				gs_han_height,	gs_leaf_thk,	unID, gs_open3D_2, 1+128 : unID=unID+1
					hotspot -gs_open3D_2, 	gs_han_height,	gs_leaf_thk,	unID, gs_open3D_2, 2 : unID=unID+1
					hotspot 1, 				gs_han_height,	gs_leaf_thk,	unID, gs_open3D_2, 3 : unID=unID+1
					del 1
				endif
			endif

			for i = 1 to 2
				addx TotalLeafWidthin3D/2 - aaa/2

				for j = 1 to 2
					if j=1 &amp;amp; gs_leaf_optype_m = LEAF_4L_2SLIDING then
						htyp=0
						fulled=gs_full_edit
						bOplines3d = 0
					else
						htyp=gs_handle_type_m
						fulled=0
						bOplines3d = temp_bOplines3d
					endif

					if j = 2 then
						addx gs_open3D
						mulx -1
					else
						if gs_leaf_optype_m = LEAF_4L_4SLIDING then addx -gs_open3D_2
					endif

					bMiddleLine = 0

					sliding_door = 1

					gosub "Leaf_Panel"

					if j = 2 then
						del 2
					else
						if gs_leaf_optype_m = LEAF_4L_4SLIDING then del 1
					endif

					add -aaa + gs_leaf_overlap, 0, (gs_leaf_thk + gs_leaf_gap) * (lod3D&amp;lt;&amp;gt;5)
				next j
				del 3
				mulx -1
			next i
			del 2
&lt;/PRE&gt;

&lt;BR /&gt;
Ling.</description>
      <pubDate>Wed, 21 Mar 2018 09:50:23 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Multiple-Windows-Behind-Sliding-Unit/m-p/277791#M47081</guid>
      <dc:creator>Lingwisyer</dc:creator>
      <dc:date>2018-03-21T09:50:23Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Windows Behind Sliding Unit</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Multiple-Windows-Behind-Sliding-Unit/m-p/277792#M47082</link>
      <description>Windows/door objects have gotten increasingly complex / elaborate, at least from my perspective of the dutch localised library.&lt;BR /&gt;
&lt;BR /&gt;
I used to make a call based on how much time does it take me to draw something as a one off custom part and possibly modify it X amount of times, versus saving an existing part, going in to the script and make the necessary adjustments and use it again in future projects. However, the latter has gotten to be so much tedious digging through multiple CALL statements to find the correct macro/part to adjust, possibly ending up with loading errors due to duplicate parts and no real guarantee stuff will work in a years time with a new library update / revision.&lt;BR /&gt;
&lt;BR /&gt;
I was going to suggest to try a window, where you might be able to to do things with a custom window part, but there is no double sliding window.&lt;BR /&gt;
&lt;BR /&gt;
Dutch library comes with some parts to construct custom windows that are a parametric and based off the door leafs and such from the other doors and they made an addon that makes it better to schedule.&lt;BR /&gt;
&lt;BR /&gt;
Think there are some similar addons being offered by 3rd parties and UK reseller and I think AUS/NZ market got something too for building custom parts.</description>
      <pubDate>Wed, 21 Mar 2018 10:39:31 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Multiple-Windows-Behind-Sliding-Unit/m-p/277792#M47082</guid>
      <dc:creator>Erwin Edel</dc:creator>
      <dc:date>2018-03-21T10:39:31Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Windows Behind Sliding Unit</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Multiple-Windows-Behind-Sliding-Unit/m-p/277793#M47083</link>
      <description>Yes, GS AUS (Central Inovation) have a door an window builder (I forgot about that one) - I can’t remember it’s name at the moment.&lt;BR /&gt;
You have to have a subscription to get it.&lt;BR /&gt;
I have not used it though.&lt;BR /&gt;
&lt;BR /&gt;
Barry.</description>
      <pubDate>Wed, 21 Mar 2018 14:31:20 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Multiple-Windows-Behind-Sliding-Unit/m-p/277793#M47083</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2018-03-21T14:31:20Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Windows Behind Sliding Unit</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Multiple-Windows-Behind-Sliding-Unit/m-p/277794#M47084</link>
      <description>I remember using that Door and Window Builder in 18 but I haven't seen it in 21. Feel like it wasn't updated as the CI website features the CadImage Door+Window Tool...&lt;BR /&gt;
&lt;BR /&gt;
Might try to just make a 2D object to put over the current representation as how I'm building them at the moment is easy enough, it is just the 2D that looks off. Easier than finding out where I broke the panels, and as Erwin said, no need to worry about library updates as it is it's own thing,\&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Ling.</description>
      <pubDate>Thu, 22 Mar 2018 02:26:21 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Multiple-Windows-Behind-Sliding-Unit/m-p/277794#M47084</guid>
      <dc:creator>Lingwisyer</dc:creator>
      <dc:date>2018-03-22T02:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Windows Behind Sliding Unit</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Multiple-Windows-Behind-Sliding-Unit/m-p/277795#M47085</link>
      <description>&lt;BLOCKQUOTE&gt;Lingwisyer wrote:&lt;BR /&gt;I remember using that Door and Window Builder in 18 but I haven't seen it in 21.&lt;/BLOCKQUOTE&gt;

It is in there for 18, 19, 20 &amp;amp; 21 in the 'Add-ons' section.&lt;BR /&gt;
&lt;BR /&gt;
Barry.</description>
      <pubDate>Thu, 22 Mar 2018 02:39:25 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Multiple-Windows-Behind-Sliding-Unit/m-p/277795#M47085</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2018-03-22T02:39:25Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Windows Behind Sliding Unit</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Multiple-Windows-Behind-Sliding-Unit/m-p/277796#M47086</link>
      <description>Ah, so it's separate from the Essentials Library and the Goodies package. That would be why I ceased to notice it in the menus. I'll try it out again.</description>
      <pubDate>Thu, 22 Mar 2018 04:22:47 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Multiple-Windows-Behind-Sliding-Unit/m-p/277796#M47086</guid>
      <dc:creator>Lingwisyer</dc:creator>
      <dc:date>2018-03-22T04:22:47Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Windows Behind Sliding Unit</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Multiple-Windows-Behind-Sliding-Unit/m-p/277797#M47087</link>
      <description>I cannot build it with the AUS WinDoorBuilder. Only way to do the sliding leaf is with an external slider, but that means it sits outside the frame. You cannot do a continuous sill either. It also seems to be bugged or something for me as some frames move when converted to a complete window.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Ling.</description>
      <pubDate>Thu, 22 Mar 2018 07:21:27 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Multiple-Windows-Behind-Sliding-Unit/m-p/277797#M47087</guid>
      <dc:creator>Lingwisyer</dc:creator>
      <dc:date>2018-03-22T07:21:27Z</dc:date>
    </item>
  </channel>
</rss>

