Collaboration with other software
About model and data exchange with 3rd party solutions: Revit, Solibri, dRofus, Bluebeam, structural analysis solutions, and IFC, BCF and DXF/DWG-based exchange, etc.

zone : side surface calculation

dhaval7shah
Newcomer
I just solved to calculate total surface area of the sides of the zones (don't require the top / bottom) in 12 & 13 versions by adding parameters & formula in the zone stamp scripting.

I could get the openings area and the Zone sides surface area (see the below script from 'Parameter script' which i have added.

But the 'Oarea' and the 'Zsurf' do not give me the total for the no. of zones in that row, they give me the per zone result.

So for time being i kept the option to see all the items as single entry, but can anyone help me how to get the total of the area automatically.

Also i need to set the unit sq.m. for these results. how can i?

*******************************
PARAMETERS ROOM_DOORS_SURF=ROOM_DOORS_SURF
PARAMETERS ROOM_WINDS_SURF=ROOM_WINDS_SURF

parameters Oarea=(ROOM_WINDS_SURF+ROOM_DOORS_SURF)
LOCK "Oarea"

parameters Zsurf=(ROOM_PERIM*ROOM_HEIGHT)-Oarea
LOCK "Zsurf"
********************************
(FYI : Below is the link for related previous question )
http://archicad-talk.graphisoft.com/viewtopic.php?p=183957&highlight=zone+surface#183957
Dhaval Shah
Upto AC 22
iMacs and MacBookPros: Mac OS X (10.6 to 10.12, Intel core 2 Quad to i5, i7, 8 GB to 16GB)
Win 10, AMD Opteron 6-Core x 2, 16GB, FirePro W4100 2GB
& ThinkPad E550
& i7, 8GB
3 REPLIES 3
dhaval7shah
Newcomer
seems that very few are actively present to answer these days.
Dhaval Shah
Upto AC 22
iMacs and MacBookPros: Mac OS X (10.6 to 10.12, Intel core 2 Quad to i5, i7, 8 GB to 16GB)
Win 10, AMD Opteron 6-Core x 2, 16GB, FirePro W4100 2GB
& ThinkPad E550
& i7, 8GB
vistasp
Advisor
dhaval7shah wrote:
seems that very few are actively present to answer these days.
Everyone's busy hiding Easter eggs for their kids to find on Sunday.
= v i s t a s p =
bT Square Peg
https://archicadstuff.blogspot.com
https://www.btsquarepeg.com
| AC 9-27 INT | Win11 | Ryzen 5700 | 32 GB | RTX 3050 |
dhaval7shah
Newcomer
vistasp wrote:
dhaval7shah wrote:
seems that very few are actively present to answer these days.
Everyone's busy hiding Easter eggs for their kids to find on Sunday.
Yes, that's right. It just went out of the mind.
Dhaval Shah
Upto AC 22
iMacs and MacBookPros: Mac OS X (10.6 to 10.12, Intel core 2 Quad to i5, i7, 8 GB to 16GB)
Win 10, AMD Opteron 6-Core x 2, 16GB, FirePro W4100 2GB
& ThinkPad E550
& i7, 8GB