Structuralframing . beambycurve

Hello,
I need your help.

Can you help me, why this node is crying this? :S
What reason can it be? what can I do? I dont find a reason…

Thanks!

Hi,

Generally speaking, a Python Node will output that type of error if you enter a loop where you try to loop over a non-iterable (or non-list if your prefer) object.

My best guess is : try to feed it a list of Curve instead of a Curve object, even if your list only contains one element.

2 Likes

Okay interesting :slight_smile:

Thanks! it works :slight_smile: