<?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 Need help with a Wall calculation in Collaboration with other software</title>
    <link>https://community.graphisoft.com/t5/Collaboration-with-other/Need-help-with-a-Wall-calculation/m-p/48394#M4458</link>
    <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;I created a wall property that will deduct a set value from the total wall height. it works with the exception of every 3' change in the wall height&lt;BR /&gt;
*******&lt;BR /&gt;
Parameters:&lt;BR /&gt;
   FLOOR_THK=1'-4"&lt;BR /&gt;
&lt;BR /&gt;
Property Script:&lt;BR /&gt;
IF WALL_HEIGHT=WALL_MIN_HEIGHT    THEN     !for no sloping walls&lt;BR /&gt;
&lt;BR /&gt;
IF WALL_HEIGHT=96"+FLOOR_THK   THEN		&lt;BR /&gt;
WHGT=8	&lt;BR /&gt;
ELSE&lt;BR /&gt;
IF WALL_HEIGHT=108"+FLOOR_THK THEN		&lt;BR /&gt;
WHGT=9	&lt;BR /&gt;
ELSE&lt;BR /&gt;
IF WALL_HEIGHT=120"+FLOOR_THK  THEN		&lt;BR /&gt;
WHGT=10	! will not work?????&lt;BR /&gt;
ELSE&lt;BR /&gt;
IF WALL_HEIGHT=132"+FLOOR_THK  THEN			&lt;BR /&gt;
WHGT=11	&lt;BR /&gt;
ELSE&lt;BR /&gt;
IF WALL_HEIGHT=144"+FLOOR_THK  THEN		&lt;BR /&gt;
WHGT=12&lt;BR /&gt;
ELSE&lt;BR /&gt;
IF WALL_HEIGHT=156"+FLOOR_THK  THEN			&lt;BR /&gt;
WHGT=13 !will not work?????&lt;BR /&gt;
ELSE&lt;BR /&gt;
IF WALL_HEIGHT=168"+FLOOR_THK  THEN		&lt;BR /&gt;
WHGT=14&lt;BR /&gt;
ELSE&lt;BR /&gt;
IF WALL_HEIGHT=180"+FLOOR_THK  THEN		&lt;BR /&gt;
WHGT=15&lt;BR /&gt;
ELSE&lt;BR /&gt;
IF WALL_HEIGHT=192"+FLOOR_THK  THEN		&lt;BR /&gt;
WHGT=16 !will not work &lt;BR /&gt;
&lt;BR /&gt;
ENDIF&lt;BR /&gt;
ENDIF&lt;BR /&gt;
ENDIF&lt;BR /&gt;
ENDIF&lt;BR /&gt;
ENDIF&lt;BR /&gt;
ENDIF&lt;BR /&gt;
ENDIF&lt;BR /&gt;
ENDIF&lt;BR /&gt;
ENDIF&lt;BR /&gt;
ENDIF&lt;BR /&gt;
&lt;BR /&gt;
STUD_THICKNESS=WALL_THICKNESS*39.3700787401575&lt;BR /&gt;
&lt;BR /&gt;
STUD_NAME=`2`+`x`+STR(STUD_THICKNESS,1,0)+`x`+STR(WHGT,1,0)+``+`FT` +` ` + `WALLS`&lt;BR /&gt;
&lt;BR /&gt;
End result 2x4x10 FT WALLS&lt;BR /&gt;
&lt;BR /&gt;
Am I missing something?? I have no hair left.  Please Help&lt;/T&gt;&lt;/DIV&gt;</description>
    <pubDate>Fri, 08 Dec 2006 23:33:34 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2006-12-08T23:33:34Z</dc:date>
    <item>
      <title>Need help with a Wall calculation</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/Need-help-with-a-Wall-calculation/m-p/48394#M4458</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;I created a wall property that will deduct a set value from the total wall height. it works with the exception of every 3' change in the wall height&lt;BR /&gt;
*******&lt;BR /&gt;
Parameters:&lt;BR /&gt;
   FLOOR_THK=1'-4"&lt;BR /&gt;
&lt;BR /&gt;
Property Script:&lt;BR /&gt;
IF WALL_HEIGHT=WALL_MIN_HEIGHT    THEN     !for no sloping walls&lt;BR /&gt;
&lt;BR /&gt;
IF WALL_HEIGHT=96"+FLOOR_THK   THEN		&lt;BR /&gt;
WHGT=8	&lt;BR /&gt;
ELSE&lt;BR /&gt;
IF WALL_HEIGHT=108"+FLOOR_THK THEN		&lt;BR /&gt;
WHGT=9	&lt;BR /&gt;
ELSE&lt;BR /&gt;
IF WALL_HEIGHT=120"+FLOOR_THK  THEN		&lt;BR /&gt;
WHGT=10	! will not work?????&lt;BR /&gt;
ELSE&lt;BR /&gt;
IF WALL_HEIGHT=132"+FLOOR_THK  THEN			&lt;BR /&gt;
WHGT=11	&lt;BR /&gt;
ELSE&lt;BR /&gt;
IF WALL_HEIGHT=144"+FLOOR_THK  THEN		&lt;BR /&gt;
WHGT=12&lt;BR /&gt;
ELSE&lt;BR /&gt;
IF WALL_HEIGHT=156"+FLOOR_THK  THEN			&lt;BR /&gt;
WHGT=13 !will not work?????&lt;BR /&gt;
ELSE&lt;BR /&gt;
IF WALL_HEIGHT=168"+FLOOR_THK  THEN		&lt;BR /&gt;
WHGT=14&lt;BR /&gt;
ELSE&lt;BR /&gt;
IF WALL_HEIGHT=180"+FLOOR_THK  THEN		&lt;BR /&gt;
WHGT=15&lt;BR /&gt;
ELSE&lt;BR /&gt;
IF WALL_HEIGHT=192"+FLOOR_THK  THEN		&lt;BR /&gt;
WHGT=16 !will not work &lt;BR /&gt;
&lt;BR /&gt;
ENDIF&lt;BR /&gt;
ENDIF&lt;BR /&gt;
ENDIF&lt;BR /&gt;
ENDIF&lt;BR /&gt;
ENDIF&lt;BR /&gt;
ENDIF&lt;BR /&gt;
ENDIF&lt;BR /&gt;
ENDIF&lt;BR /&gt;
ENDIF&lt;BR /&gt;
ENDIF&lt;BR /&gt;
&lt;BR /&gt;
STUD_THICKNESS=WALL_THICKNESS*39.3700787401575&lt;BR /&gt;
&lt;BR /&gt;
STUD_NAME=`2`+`x`+STR(STUD_THICKNESS,1,0)+`x`+STR(WHGT,1,0)+``+`FT` +` ` + `WALLS`&lt;BR /&gt;
&lt;BR /&gt;
End result 2x4x10 FT WALLS&lt;BR /&gt;
&lt;BR /&gt;
Am I missing something?? I have no hair left.  Please Help&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 08 Dec 2006 23:33:34 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/Need-help-with-a-Wall-calculation/m-p/48394#M4458</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-12-08T23:33:34Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with a Wall calculation</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/Need-help-with-a-Wall-calculation/m-p/48395#M4459</link>
      <description>I have never tried what you are doing, so can't comment really... but, I think the "normal" way is the cookbook approach via a property object.  You need several versions... different wall heights, and finishes.. then link somehow (via ID), but that approach works great for me.  I will attach a screen shot.&lt;BR /&gt;
&lt;BR /&gt;
ps... Noticed your a Prattville guy:)  I was raised in Montgomery and did a lot of work there in the early 70's while in school.  Hated the place &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_wink.gif" style="display : inline;" /&gt;</description>
      <pubDate>Mon, 11 Dec 2006 15:25:35 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/Need-help-with-a-Wall-calculation/m-p/48395#M4459</guid>
      <dc:creator>Rick Thompson</dc:creator>
      <dc:date>2006-12-11T15:25:35Z</dc:date>
    </item>
  </channel>
</rss>

