We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
2004-12-10 10:47 PM
2004-12-12 12:42 AM
Delivery_Guy wrote:I'm feeling pretty exhausted right now, so forgive me if I'm not on track with where you are ... but it seems the problem is that you're computing the wall surface area by multiplying length times height ... rather than using one of the surface area global variables. AFAIK, only those global variables, calculated by AC, will take into account reductions for openings and obey your scheme settings. Multiplying length times height (WSX) provides a fixed value.
An example is drywall on exterior walls. I have a property script set up for Drywall...like this
FTM=(12*25.4)/1000 !feet to meter
V2=WALL_HEIGHT/FTM !wall height
V6=WALL_LENGTH_A/FTM
!
Database_set "AC_8_US"
!
WSX=V6*V2
!
COMPONENT "GYPSUM DRYWALL-exterior walls", WSX,"SQFT", 1,"09260","CSI.09"
... it woun't back out the openings. I have reduce wall quantities if opening larger than 1 SF set in the list scheme, so I don't know wat else to try.
2004-12-20 09:49 PM
2004-12-21 02:26 AM
Delivery_Guy wrote:At the bottom of the topic press Watch this topic for replies.
Also, anyone know how to get the board to e-mail oneself if there are replies to a thread one starts? Seems like I have all the right boxes checked. Dunno.
2004-12-21 02:43 AM
2004-12-21 07:50 AM
Delivery_Guy wrote:Saw Karl using this here first and just thought I'd follow the leader.
Cool thanks! Nice tear away screen shot by the way.