Unconnected node while assemble in karamba3d

Hello…! I have constructed the model in Grasshopper using the python script. While assembling the support in Karamba3d I am getting the following error.

  1. Solution exception: There is 1 unconnected node in the model:
    node-ind:1: (0/0/0)
    I have attached the model for reference.
    Frame.gh (20.2 KB)

Hi, you need to flatten your Element inputs, otherwise Karamba will make multiple models for you based on your list structure.

2 Likes

Thank you very much @matttam.

Thanks