Set fabric Wire Type in Fabric Sheets

Hi all,

I triy to set the mayor and minor direction wire type in Fabric sheets, but the “Element.SetParamaterByName” does not works with elementtypes.

There is my graph

I am happy to receive any suggestions

Kind regards

what is the warning on the node?

Hi @jacob.small,

oh sorry the warning is:

Seems like as the Element Set Parameter by Name works only with strings…

Not quite. You need to provide the correct object type. The parameter you’re writing to isn’t a string parameter but that’s what you’re providing. You need to supply the element - just filter it instead of the name.