FamilyLoad()

FamilyLoad()

echeverrimontes
Explorer Explorer
672 Views
2 Replies
Message 1 of 3

FamilyLoad()

echeverrimontes
Explorer
Explorer

To the community:

I've been struggling with FamilyLoad(), for some reason I don't understand, it is not loading. Find attached my code.  I keep receiving the result shown,

 

echeverrimontes_0-1681338864160.png

 

0 Likes
673 Views
2 Replies
Replies (2)
Message 2 of 3

jeremy_tammik
Alumni
Alumni

Would you like to post the code as text, so we can read it? Thank you.

  

Jeremy Tammik Developer Advocacy and Support + The Building Coder + Autodesk Developer Network + ADN Open
0 Likes
Message 3 of 3

RPTHOMAS108
Mentor
Mentor

You are unwrapping a string?

 

pathsFamily = toList(UnwrapElement(IN[0]))

 

That doesn't seem right as I thought unwrapping was for Revit elements in Dynamo? You may get better advice on the dynamo forum but I would start by looking closer at inputs and outputs (what is expected vs what is provided). Using a non typed language doesn't remove the need to understand what the types are as they flow through the code path. Perhaps unwrapping a string is wrong but inconsequential to your problem.

 

RPTHOMAS108_0-1681385614859.png

 

0 Likes