Below is a link to a sneak peak video of a Dynamo functionality that I am currently working on. The goal is to create a definition that will analyze all rooms in the project checking for area reduction (area of a filled region) and use that to calculate new area and occupancy load. This is still work in progress and I will keep everyone updated as this progresses:
room occupancy load with dynamo
Posted in: Dynamo
/ Tagged: automation, coding, documentation, drawings, dynamo, life safety, python, revit, scheduling, tags
8 Comments
Leave a Comment Cancel Reply
Search
Categories
Recent Posts
- one way to manage your Git project December 29, 2020
- creating revisions and adding them to sheets December 23, 2020
- Controlling Imported Categories visibility w/ Dynamo November 25, 2020
- dismissing Revit pop-ups – the easy and not so easy ways October 28, 2020
- placing damper families at intersections of duct and wall October 2, 2020
Calendar
M | T | W | T | F | S | S |
---|---|---|---|---|---|---|
« Dec | ||||||
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
AEC
archi-lab
architecture
autodesk
automation
BIM
C++
coding
community
computation
computational
computational BIM
computational design
curtain wall
d3
data
delete
design
development
documentation
dynamo
excel
grasshopper
hackathon
html
ladybug
mandrill
mantis shrimp
open source
programming
python
revit
revit api
revit plug-in
rhino
schedules
scripting
symposium
tags
technology
view template
visualization
visual programming
visual studio
warnings
I’ve been working in Revit for years and have a very good exiting system. The problem is that I cant get the schedule to inform the tag of the results. Your method solves that!
Can I get the Dynamo file I will share any improvements with you
Email me at ksobon@iit.edu.
Why not make the casework room bounding with an instance parameter? Shoot me an email if you want the family I used..
-John
Attachment: 2015-01-21_10h30_08.png
Jonh,
Well, if you make built in furniture (casework) room bounding then it will subtract that area from the room area in both the Occupancy Load calculations and regular room area schedules. Its not exactly what I was going after with this workflow. Areas in Room Schedules need to include entirety of a room area for the sake of costing, but for the occupancy load its easy to argue that built in cabinets shouldn’t count as occupy-able space. This was the reason that I had used filled regions.
I would love to see your family though.
Konrad,
I ended up straying away from making the casework room bound. Instead I developed a graph that finds where all of the casework is and adds it to a room’s area if it is necessary. It then does the calculations based on gross, net (no casework) and net(casework).
I believe you helped me with a few questions on the forums with this graph.
I will post about it soon as well.
-John
John,
Happy to hear that. Do share your definition, i am sure others will be happy to see it.
Hi John
are you still sharing this definition? i would love to try it out.
thanks.
This is way too old – like more than 2 years old. I don’t think any of this still applies. Dynamo has changed a lot!