ksobon / archilab

this is archi-lab.net dynamo repo
74 stars 20 forks source link

Get Documents not wrapping LinkInstances causing ArgumentExceptions with nodes expecting wrapped Elements #11

Closed ThomasMahon closed 5 years ago

ThomasMahon commented 6 years ago

A number of BimorphNodes users have reported an ArgumentException with the BimorphNode LinkElement.OfCategory node which is caused by the Archilab Get Documents node. Its returning the raw Revit API object instead of the wrapped Dynamo element. Can you publish an update?

image

OOTB nodes: image

ksobon commented 5 years ago

@ThomasMahon this should do the trick:

image

You can get that by downloading the latest package version:

image

ThomasMahon commented 5 years ago

Cheers mate.