speckleworks / SpeckleRevit

Archived, dev moved to https://github.com/speckleworks/SpeckleRevitReboot
MIT License
17 stars 7 forks source link

Add Interop.cs #8

Open fraguada opened 6 years ago

radumg commented 6 years ago

what does this one do ? 😛

didimitrie commented 6 years ago

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

radumg commented 6 years ago

So a ViewModel ? 😊

didimitrie commented 6 years ago

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

fraguada commented 6 years ago

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!