Skip to content

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

@pawelbaran

Description

@pawelbaran

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    type:featureNew capability or enhancement

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions