Why is giving me error this grasshopper algorithim

i have done this algorithm for doing a texture in a sueface with any curve but at the end it doesn´t work propperly.
20210607_Grasshopper_patronCURVAPropia.gh (16.9 KB)




20210607_Grasshopper_patronCURVAPropia.3dm (116.8 KB)
20210607_Grasshopper_patronCURVAPropia.gh (47.1 KB)

Why is giving me error this grasshopper algorithim

You can see the reason in the balloon at the top right of the component.

Probably because you can not scale something with a factor of 0.

yes it is telling me that but i try to cull the zero from the list and still giving me the same error

Try culling values under a tolerance (0.0001 or 1e-6) instead of exactly zero.

i updated the grasshopper archive ionternalizing data


you mean like this?

Read the inputs of the Cull Index component to use it properly.

1 Like

gracias! a ver si lo averiguo