Gridshell in kiwi 3D

Hello could you help me? I am developing a gridshell exercise in Kiwi3d for my university classroom, I am a little confused about the tasks that some components of the kiwi perform, I like it to be simple but it is not bad that they make a small manual of examples to use kiwi3d.

I have a problem with the IGA solver, apparently it throws me an error that I do not identify what it is. Could you tell me my mistake?

thank you very much.
Kiwi_3d.gh (69.4 KB)

hey, the problem is that you use the same curve for several beam elements. Kiwi cannot handle this. If you want to do this, you have to use the duplicatecurve component of Kiwi in order to generate a second curve.

1 Like

Anna, Thanks i solved the problem :slight_smile: