Skip to content
This repository has been archived by the owner on Aug 28, 2021. It is now read-only.

Support Revit Elements #35

Open
3 tasks
teocomi opened this issue Jul 24, 2018 · 1 comment
Open
3 tasks

Support Revit Elements #35

teocomi opened this issue Jul 24, 2018 · 1 comment

Comments

@teocomi
Copy link
Member

teocomi commented Jul 24, 2018

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:

  • Create a SpeckleDynamoRevitConverter project (or extend SpeckleDynamoConverter)
  • Define the new object models (eg, grid, level, family instance...)
  • Move serialization/deserialization logic to the Functions project since Revit transactions cannot be directly started directly from the NodeModel nodes (unless I'm wrong @mjkkirschner)
@mjkkirschner
Copy link

mjkkirschner commented Jul 24, 2018

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants