Structural node not working

Am I missing something here???

 

 

 

It keeps telling me I cannot cast type list to type container.

 

 

 

Very frustrating…

 

 

Also take a look at this description:


https://github.com/ikeough/Dynamo/issues/575

Hi,


2 things to fix in your file: first you have to flatten the list outside the map node, otherwise you get only one element in the list, a sublist in fact. second, you have to check the list length carefully with the SF node; it must be the same amount for curves and up axis.


hope it helps.



Julien