cancel
Showing results for 
Search instead for 
Did you mean: 
EN
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Zone stamp and window area

Is there a way by adding script, to add to the zone stamp the area of all openings in that zone?
2 Replies 2
Anonymous
Not applicable
It's already built into any zone stamp (the parameters at least) as ROOM_DOORS_SURF and ROOM_WINDS_SURF

You just have to edit the script to display the text in plan. It can be as simple as:

room_open_surf = ROOM_DOORS_SURF + ROOM_WINDS_SURF
Text2 0, 0, room_open_surf
Anonymous
Not applicable
thx a lot.
Kostas

Still looking?

Browse more topics

Back to forum

See latest solutions

Accepted solutions

Start a new discussion!