Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dynamo_Toolkit: Assemblies that reference Revit API are exposed but not handled #244

Open
pawelbaran opened this issue Jun 18, 2020 · 0 comments
Labels
type:feature New capability or enhancement

Comments

@pawelbaran
Copy link
Member

Description:

Methods coming from the assemblies that reference Revit API (e.g. Revit_Core_Engine.dll) are exposed in Dynamo, but cannot be used because as inputs they usually take Revit elements as Revit API objects that cannot be referenced by any means.

Dynamo allows interactive selection of Revit elements in order to "pull" them (see the .gif), however after pulling they are wrapped into Dynamo wrapper objects. It would be awesome if we could unwrap Revit API objects and allow calling Revit API dependent BHoM code directly on them.

RevitAdapter

An alternative would be hiding Revit API code base altogether, but it sounds like a bummer taken into account possible benefits coming from the above.

@al-fisher @rwemay @alelom FYI

@pawelbaran pawelbaran added the type:feature New capability or enhancement label Jun 18, 2020
@pawelbaran pawelbaran removed their assignment Jan 3, 2023
@adecler adecler removed their assignment Jan 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:feature New capability or enhancement
Projects
None yet
Development

No branches or pull requests

2 participants