We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
2010-05-12 09:30 PM
ArchiCAD 25 7000 USA - Windows 10 Pro 64x - Dell 7720 64 GB 2400MHz ECC - Xeon E3 1535M v6 4.20GHz - (2) 1TB M.2 PCIe Class 50 SSD's - 17.3" UHD IPS (3840x2160) - Nvidia Quadro P5000 16GB GDDR5 - Maxwell Studio/Render 5.2.1.49- Multilight 2 - Adobe Acrobat Pro - ArchiCAD 6 -25
2022-08-31 02:51 AM
For various reasons, I'm trying to achieve the same thing using properties. I keep running into a snag where the EXPRESSION calculator has no way of knowing that my 100 is PEOPLE / SF and says that my expression should equal an AREA instead of Number...
Any help appreciated..
2022-08-31 06:49 PM
Duane,
Here is the expression we use
(can't copy and paste for some reason)
'Occupant Load' is another property (number) derived from the list of Space Functions
2022-09-02 06:07 PM
Stuart,
Thanks for the response... I went a slightly different route, but looks like yours might work better... I had to dumb the result into TEXT in order to acheive the UNITS I needed... looks like your version keeps everything as a number...
Does your SPACE FUNCTION list contain a bunch of IF/ THENs? to get LOAD related to the SPACE? or do you have a different method for that?
2022-09-02 08:52 PM
The Space Function property is an Option Set with all the space functions as listed in the IBC
The Occupant Load property derives the numeric value from the selected Space Function property using STRTONUM (string to number):
All the user has to to do is select the appropriate space function from the list and the Occ load gets calculated automatically for that zone.
2022-09-06 04:29 PM
Nicely Done!