mcneel / rhino.inside-revit

This is the open-source repository for Rhino.Inside®.Revit
https://www.rhino3d.com/inside/revit/
MIT License
260 stars 65 forks source link

Revit Analysis Display #57

Open fraguada opened 4 years ago

fraguada commented 4 years ago

We've had a request to support passing analysis data back into Revit from tools like Ladybug. Can we take a look at supporting Analysis Display?

An example from Paul Wintour: https://www.linkedin.com/posts/paul-wintour_for-years-now-aec-professionals-have-struggled-activity-6585392189738745856-kykD SEPP65 solar access using Rhino Inside https://vimeo.com/363977394

gschleusner commented 4 years ago

We did a version of this ... a long time ago.... manually, I think we even make a format to get the data from Diva or Ladybug. https://github.com/HOKGroup/HOK-Revit-Addins/tree/master/AVF%20Manager I doubt there is much here that is useful from a code perspective. Maybe a pattern or two.

scotttd commented 4 years ago

Does this help with this issue: https://discourse.mcneel.com/t/export-geometry-mesh-from-rhino-to-revit-through-rhino-inside-revit/86477/5

fraguada commented 4 years ago

@scotttd Not necessarily. @kike-garbo enabled the previewing of meshes with vertex colors in Revit, but the Analysis Display in Revit actually adds the data to the object, if I understand that correctly. So what we have currently is a useful addition, but it is probably not the best performing, not the most idiomatic manner to store this data with the Revit model (as I understand it).