Measuring with property objects attatched to zones
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2008-02-05 06:38 PM
2008-02-05
06:38 PM
Labels:
- Labels:
-
Data management
4 REPLIES 4
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2008-02-08 02:47 PM
2008-02-08
02:47 PM
Hello,
You could do this without the property object, just put the zone calculation right in the zone's own quantity program;
component "wallnetsurfacearea", (ROOM_NET_PERIMETER-ROOM_HOLES_PRM)*ROOM_HEIGHT, "m2"
(...tweak the parameters as needed)
Hope this helps.
--
Regards, Juha
You could do this without the property object, just put the zone calculation right in the zone's own quantity program;
component "wallnetsurfacearea", (ROOM_NET_PERIMETER-ROOM_HOLES_PRM)*ROOM_HEIGHT, "m2"
(...tweak the parameters as needed)
Hope this helps.
--
Regards, Juha
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2008-02-08 07:57 PM
2008-02-08
07:57 PM
Jahu
Thanks for suggesting that option but I would still like to know if it is possible to achieve the same result with a property object
John
Thanks for suggesting that option but I would still like to know if it is possible to achieve the same result with a property object
John
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2008-03-16 10:50 AM
2008-03-16
10:50 AM
Hi. This is exactly the function I need from the zone tool (wall area minus doors and windows). Could you explain how to put this calculation into the zone tool script. I am a bit of a novice when it comes to scripting. Thanks so much.
Macbeath.
Macbeath.
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2008-03-17 01:55 PM
2008-03-17
01:55 PM
Hello,
You have to open the zone object;
1. Choose a zone in the plan
2. Open it with library part editor; File -> Libraries and objects... -> Open object...
3. Write in the properties program;
component "wallnetsurf", ROOM_WALLS_SURF-ROOM_DOORS_SURF-ROOM_WINDS_SURF, "m2"
4. Save the zone object
Now the wall net surface can be listed in the Lists -> Components.
(Please note that the components can't be listed in the scheldules, only in the old-fashioned lists).
Hope this helps.
--
Juha
You have to open the zone object;
1. Choose a zone in the plan
2. Open it with library part editor; File -> Libraries and objects... -> Open object...
3. Write in the properties program;
component "wallnetsurf", ROOM_WALLS_SURF-ROOM_DOORS_SURF-ROOM_WINDS_SURF, "m2"
4. Save the zone object
Now the wall net surface can be listed in the Lists -> Components.
(Please note that the components can't be listed in the scheldules, only in the old-fashioned lists).
Hope this helps.
--
Juha