You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 28, 2021. It is now read-only.
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)
The text was updated successfully, but these errors were encountered:
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 freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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:
The text was updated successfully, but these errors were encountered: