<?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 Masterscript is not affecting &amp;quot;wall opening oversizing. in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/Masterscript-is-not-affecting-quot-wall-opening-oversizing/m-p/18702#M32496</link>
    <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;I have a custom door that I’ve created. Variables include: &lt;BR /&gt;
&lt;BR /&gt;
SHOW_FRAME: show door frame&lt;BR /&gt;
TF_W: top frame width&lt;BR /&gt;
LF_W: left frame width&lt;BR /&gt;
RF_W: right frame width&lt;BR /&gt;
gs_upper_oversize: upper oversize&lt;BR /&gt;
gs_left_oversize: left oversize&lt;BR /&gt;
gs_right_oversize: right oversize&lt;BR /&gt;
&lt;BR /&gt;
In the “Details…” of the object under wall opening oversizing:&lt;BR /&gt;
&lt;BR /&gt;
Y+ = gs_upper_oversize+TF_W&lt;BR /&gt;
X+ = gs_right_oversize + RF_W&lt;BR /&gt;
X- = gs_left_oversize + LF_W&lt;BR /&gt;
&lt;BR /&gt;
In the master script: &lt;BR /&gt;
&lt;BR /&gt;
IF SHOW_FRAME=0 THEN&lt;BR /&gt;
	TF_W= 0&lt;BR /&gt;
	LF_W= 0&lt;BR /&gt;
	RF_W= 0&lt;BR /&gt;
ENDIF&lt;BR /&gt;
&lt;BR /&gt;
The problem is, when the SHOW_FRAME variable is off, the 2D door symbol in plan still shows the wall opening oversize including the width of the frame, regardless of the fact that the masterscript makes all these variables zero. To get the symbol to show correctly, I have to change TF_W, etc. to “0” in the object settings dialog box which defeats the purpose of the quick boolean checkbox.&lt;BR /&gt;
&lt;BR /&gt;
Is this a bug or a known issue? Is there another way to script what I am trying to accomplish?&lt;/T&gt;&lt;/DIV&gt;</description>
    <pubDate>Wed, 24 May 2023 08:31:34 GMT</pubDate>
    <dc:creator>jshuether</dc:creator>
    <dc:date>2023-05-24T08:31:34Z</dc:date>
    <item>
      <title>Masterscript is not affecting "wall opening oversizing.</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Masterscript-is-not-affecting-quot-wall-opening-oversizing/m-p/18702#M32496</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;I have a custom door that I’ve created. Variables include: &lt;BR /&gt;
&lt;BR /&gt;
SHOW_FRAME: show door frame&lt;BR /&gt;
TF_W: top frame width&lt;BR /&gt;
LF_W: left frame width&lt;BR /&gt;
RF_W: right frame width&lt;BR /&gt;
gs_upper_oversize: upper oversize&lt;BR /&gt;
gs_left_oversize: left oversize&lt;BR /&gt;
gs_right_oversize: right oversize&lt;BR /&gt;
&lt;BR /&gt;
In the “Details…” of the object under wall opening oversizing:&lt;BR /&gt;
&lt;BR /&gt;
Y+ = gs_upper_oversize+TF_W&lt;BR /&gt;
X+ = gs_right_oversize + RF_W&lt;BR /&gt;
X- = gs_left_oversize + LF_W&lt;BR /&gt;
&lt;BR /&gt;
In the master script: &lt;BR /&gt;
&lt;BR /&gt;
IF SHOW_FRAME=0 THEN&lt;BR /&gt;
	TF_W= 0&lt;BR /&gt;
	LF_W= 0&lt;BR /&gt;
	RF_W= 0&lt;BR /&gt;
ENDIF&lt;BR /&gt;
&lt;BR /&gt;
The problem is, when the SHOW_FRAME variable is off, the 2D door symbol in plan still shows the wall opening oversize including the width of the frame, regardless of the fact that the masterscript makes all these variables zero. To get the symbol to show correctly, I have to change TF_W, etc. to “0” in the object settings dialog box which defeats the purpose of the quick boolean checkbox.&lt;BR /&gt;
&lt;BR /&gt;
Is this a bug or a known issue? Is there another way to script what I am trying to accomplish?&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 24 May 2023 08:31:34 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Masterscript-is-not-affecting-quot-wall-opening-oversizing/m-p/18702#M32496</guid>
      <dc:creator>jshuether</dc:creator>
      <dc:date>2023-05-24T08:31:34Z</dc:date>
    </item>
    <item>
      <title>Re: Masterscript is not affecting "wall opening oversiz</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Masterscript-is-not-affecting-quot-wall-opening-oversizing/m-p/18703#M32497</link>
      <description>In case SHOW_FRAME is a checkbox:&lt;BR /&gt;
&lt;BR /&gt;
&lt;FONT color="#007fff"&gt;In the “Details…” of the object under wall opening oversizing:&lt;BR /&gt;
&lt;BR /&gt;
Y+ = gs_upper_oversize+TF_W*SHOW_FRAME&lt;BR /&gt;
X+ = gs_right_oversize + RF_W*SHOW_FRAME&lt;BR /&gt;
X- = gs_left_oversize + LF_W *SHOW_FRAME&lt;/FONT&gt;&lt;BR /&gt;
&lt;BR /&gt;
The opening into the wall is cut &lt;B&gt;before&lt;/B&gt; any script of the window is started. AC takes the values of the parameter list for the calculation of the oversize fields, not the result of them at the end of scripot run.</description>
      <pubDate>Tue, 31 Oct 2006 07:19:17 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Masterscript-is-not-affecting-quot-wall-opening-oversizing/m-p/18703#M32497</guid>
      <dc:creator>Frank Beister</dc:creator>
      <dc:date>2006-10-31T07:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Masterscript is not affecting "wall opening oversiz</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Masterscript-is-not-affecting-quot-wall-opening-oversizing/m-p/18704#M32498</link>
      <description>Vielen Dank, Herr Beister!</description>
      <pubDate>Wed, 01 Nov 2006 04:56:25 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Masterscript-is-not-affecting-quot-wall-opening-oversizing/m-p/18704#M32498</guid>
      <dc:creator>jshuether</dc:creator>
      <dc:date>2006-11-01T04:56:25Z</dc:date>
    </item>
  </channel>
</rss>

