<?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: closure in customized windows in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/closure-in-customized-windows/m-p/285692#M2723</link>
    <description>thank you Ling,it seems not easy for me &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;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_sad.gif" style="display : inline;" /&gt;</description>
    <pubDate>Tue, 19 Feb 2019 00:50:25 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-02-19T00:50:25Z</dc:date>
    <item>
      <title>closure in customized windows</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/closure-in-customized-windows/m-p/285689#M2720</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;Hello every one ,&lt;BR /&gt;
I have customized a  window . it looks good but I have problems I made closure for other default windows &lt;BR /&gt;
How can I add closure option to my customized windows even by GDL scripting.&lt;BR /&gt;
thank you in advance.&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 24 May 2023 10:26:57 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/closure-in-customized-windows/m-p/285689#M2720</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-05-24T10:26:57Z</dc:date>
    </item>
    <item>
      <title>Re: closure in customized windows</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/closure-in-customized-windows/m-p/285690#M2721</link>
      <description>The wall closure might be done through a call script hopefully. If it is, it will be "relatively" simple to add.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Ling.</description>
      <pubDate>Mon, 18 Feb 2019 01:32:36 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/closure-in-customized-windows/m-p/285690#M2721</guid>
      <dc:creator>Lingwisyer</dc:creator>
      <dc:date>2019-02-18T01:32:36Z</dc:date>
    </item>
    <item>
      <title>Re: closure in customized windows</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/closure-in-customized-windows/m-p/285691#M2722</link>
      <description>You will need to incorporate the relevant parameters, which is not the easiest thing to do...&lt;BR /&gt;
&lt;BR /&gt;

&lt;PRE&gt;! =============================================================================
! Draw the Cavity Closure and turned skins
! =============================================================================

drawindex 50	! Draw Cavity Closure at the top

if gs_bShowNewOnCC &amp;amp; (iTypeDemolitionFill = RENOVATION_FILL_NEW) then
	bCavityCloserLeft	= 0
	bCavityCloserRight	= 0
endif

call "CavityClosure",
	parameters all	refWidth					= refWidth,
					leftWidth					= leftWidth,
					rightWidth					= rightWidth,
					radSill						= radSill,
					radBoard					= radBoard,
					WOD							= WOD,
					offsetSill					= offsetSill,
					offsetBoard					= offsetBoard,
					lineSections				= lineSections,
				! --- Reveal Parameters
					iRevealType					= iRevealType,
					leftRevealPnts				= leftWallholeRevealPnts,
					rightRevealPnts				= rightWallholeRevealPnts,
					iRevealPointsIdx			= iRevealPointsIdx,
					gs_reveal_left				= gs_reveal_left,
					gs_reveal_right				= gs_reveal_right,
					gs_reveal_double_innerLeft	= gs_reveal_double_innerLeft,
					gs_reveal_double_innerRight	= gs_reveal_double_innerRight,
					revealInnerLeft				= revealInnerLeft,
					revealInnerRight			= revealInnerRight,
					gs_reveal_outer_jamb_depth	= gs_reveal_outer_jamb_depth,
					gs_reveal_left_angle		= gs_reveal_left_angle,
					gs_reveal_right_angle		= gs_reveal_right_angle,
					gs_reveal_outerLeft_angle	= gs_reveal_outerLeft_angle,
					gs_reveal_outerRight_angle	= gs_reveal_outerRight_angle,
					gs_mountingFrame			= gs_mountingFrame,
					gs_mountingFrame_depth		= gs_mountingFrame_depth,
				! --- Macro Control Parameters
					bWndCurved					= gs_IsCurved,
					bParalellInCurvedWalls 		= bParalellInCurvedWalls,
					iClosureType				= iClosureType,
					bCavityCloserLeft			= bCavityCloserLeft,
					bCavityCloserRight			= bCavityCloserRight,
					bDrawObjContourIn			= bDrawObjContourIn,
					bDrawObjContourOut			= bDrawObjContourOut,
					bDrawFrameContourLeft		= bDrawFrameContourLeft,
					bDrawFrameContourRight		= bDrawFrameContourRight,
					bCornerWindow				= bRightCornerFunction,
					bLeftCornerFunction			= bLeftCornerFunction,
					fillWallHole				= gs_wallhole_fill,
					penWallHoleFg				= gs_wallhole_pen_fg,
					penWallHoleBg				= gs_wallhole_pen_bg,
					iWallContourLine			= iWallContourLine,
					gs_wcont_line_in			= gs_wcont_line_in,
					gs_wcont_line_out			= gs_wcont_line_out,
					penWallContour				= gs_wcont_line_pen,
					gs_left_oversize			= gs_left_oversize,
					gs_right_oversize			= gs_right_oversize,
				! --- Ganging
					gs_stack_left				= gs_stack_left,
					gs_stack_right				= gs_stack_right,
					gs_bAutoTurnIn				= gs_bAutoTurnIn,
					gs_bOverIn					= gs_bOverIn,
					gs_bAutoTurnOut				= gs_bAutoTurnOut,
					gs_bOverOut					= gs_bOverOut,
				! --- String Resource ---
					stCavityClosureTurnDir		= stCavityClosureTurnDir
&lt;/PRE&gt;

&lt;BR /&gt;
Call structure: &lt;I&gt;&lt;/I&gt;&lt;S&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/S&gt;Window 22 = &amp;gt; GS General Window Macro =&amp;gt; GS Corner Window Functions =&amp;gt; Wallholestructure&lt;E&gt;&lt;/E&gt;&lt;BR /&gt;
File location: &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 Library =&amp;gt; Object Library =&amp;gt; Macros =&amp;gt; Base Macros =&amp;gt; CavityClosure&lt;E&gt;&lt;/E&gt;&lt;BR /&gt;
&lt;BR /&gt;
Location is the same for doors and I would assume the same in other AC versions that have the wall closure option.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Ling.</description>
      <pubDate>Mon, 18 Feb 2019 02:04:44 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/closure-in-customized-windows/m-p/285691#M2722</guid>
      <dc:creator>Lingwisyer</dc:creator>
      <dc:date>2019-02-18T02:04:44Z</dc:date>
    </item>
    <item>
      <title>Re: closure in customized windows</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/closure-in-customized-windows/m-p/285692#M2723</link>
      <description>thank you Ling,it seems not easy for me &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;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_sad.gif" style="display : inline;" /&gt;</description>
      <pubDate>Tue, 19 Feb 2019 00:50:25 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/closure-in-customized-windows/m-p/285692#M2723</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-02-19T00:50:25Z</dc:date>
    </item>
  </channel>
</rss>

