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
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.
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.
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.
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
The text was updated successfully, but these errors were encountered: