SpeckleRevit icon indicating copy to clipboard operation
SpeckleRevit copied to clipboard

Add Interop.cs

Open fraguada opened this issue 6 years ago • 5 comments

fraguada avatar Mar 06 '18 21:03 fraguada

what does this one do ? 😛

radumg avatar Mar 06 '18 22:03 radumg

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

didimitrie avatar Mar 07 '18 00:03 didimitrie

So a ViewModel ? 😊

radumg avatar Mar 07 '18 00:03 radumg

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

didimitrie avatar Mar 07 '18 00:03 didimitrie

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!

fraguada avatar Mar 10 '18 11:03 fraguada