speckleworks / SpeckleDynamo

Check a brand new Speckle at: https://github.com/specklesystems
https://speckle.systems/
MIT License
40 stars 6 forks source link

Support Revit Elements #35

Open teocomi opened 6 years ago

teocomi commented 6 years ago

We could easily support Revit elements in streams that go Dynamo to Dynamo. It would mean creating new ObjectModels although they're wouldn't be supported by SpeckleCore. To do so we'd need to:

mjkkirschner commented 6 years ago

Hi @teocomi - why do you believe you cannot start transactions from nodeModel derived nodes? You might be able to do this with some data bridge callbacks inside the AST. I could be missing something though :) - Can't say I have done this anywhere that I can recall.