Organizing and filtering elements inside revit model by time

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi, I'm trying to integrate a time parameter inside my revit model so that I can filter the views by the current week of the actual construction. For that I'm creating a "starting week" shared parameter that will be inside every element of my model, something like this: Foundation (starting week = 01); structure (sarting week = 04); brick walls (starting week = 07) and so on. The ideal model would be one where I can tell Revit "show me how the building will be in the 27th week of construction" and the model turns off the view for anything inside the model that has a time value greater than "27th week". For that I think I will be donig various filters, each one reffering to a given week.
Furthermore, I need to be able to account for delays in the construction without having to manualy change each "starting week" parameter inside every element of the model. So, to keep using the example above, if there is a delay in the construction of the structure, the "starting week" value inside the brick wall and every element with a "starting week" value beyond that shoud be: (previously assigned starting week value) + (delay value).
I would be really gratefull if someone could give me some insight on how to go about doing this inside Revit. I heard that I should be working in Navis Works to do this kind of thing, but it really doesn't seems to me like sonething that Revit woudn't be able to do, even if it is more time consuming.
Thanks