SpeckleRevit
SpeckleRevit copied to clipboard
Add Interop.cs
what does this one do ? 😛
it's the shared object between the browser and .net, it coordinates everything. in rhino it also serialises and deserialises streams to files, and keeps track of events
So a ViewModel ? 😊
yeahs, kind of. an over expanded and not well demarcated one. there's a store in the ui too, one in .net, some other local ones in the client instances... so defs not the viewmodel, but one of them
Started this. There is a bunch of Rhino specific code in this that I've started commenting out. Many of these things can be easily solved with getting the active Revit doc, etc. Others involve Revit Events. Currently my Luis/Interop
branch doesn't build due to these errors, thus it is a WIP. Happy weekend!