2005-09-08 04:29 AM
2005-09-10 10:41 PM
2005-09-11 01:46 AM
Electric wrote:A quick look at the GDL manual seems to tell me that this is possible for columns (for subtracting area from a room), but I do not see anything about doors and windows...
Yes, that would be nice to achieve.
Does any zone guru knows how?
Thank you.
2005-09-12 05:13 PM
2005-09-13 02:10 AM
2005-09-13 12:51 PM
2005-09-13 12:55 PM
2005-09-13 01:26 PM
laszlonagy wrote:I knew I saw it somewhere. I forgot all about that Zone Manual... accessories are the same way, with lots of parameters in the subtype, but not really documented.http://www.graphisoft.com/support/archicad/archiguide/zonefixparameters.html
It should be possible (I have not tried).
If you open a Zone Stamp object for editing, you will see ROOM_DOORS_SURF and ROOM_WINDS_SURF are the two global Zone parameters you are looking for.
Simply convert their values into string format with the STR command and write it out with the TEXT2 command in the 2D Script of your Zone Stamp.
It should work.
2005-09-13 02:25 PM
laszlonagy wrote:Laszlonagy,
I show you an image of the result.
The Total Window and Total Door area can be displayed just like the Area of the Zone...
2005-09-13 03:11 PM
Dan wrote:I think to be able to do this, the Zone should be able to know which Walls are around it (or even Roofs so we can consider Skylights). Then those Walls should know one by one which Doors and Windows are placed into them.laszlonagy wrote:Laszlonagy,
I show you an image of the result.
The Total Window and Total Door area can be displayed just like the Area of the Zone...
Nice example...I wonder how you might extend this to use the zone tool in creating Light and Vent shedules??? The values returned seem to give the overall opening surface...how might one get it to display only the glass surface area??? And since different types of windows have different operations, i.e., a fixed window provides no vent where as a single hung window might provide close to 50% of the surface area,etc.,etc.
Any thoughts?