Split curve by paramenter - half issue

Hi everyone, I am having an issue that is apparently very simple to solve but I can´t sort this one out.

I want to split a polycurve in half (0,5) however when I try it, it only generates 1 line (not 2 expected by the split operation). I tried switching the value of the parameter to 0.4 and it works fine. I have no idea where the issue is. here is a screenshot of my trials

thanks!

Hello @camirozario think splitnode expect curve…

PS you right have just tested with multipe split then it works …but not with one split…hmm

The List.Create node will put one item in a List i think
It nests it one Level deeper,
so if the node expects a List, feed it one. :slight_smile:

2 Likes

Hello,
here is a workaround

(as there is a junction tolerance between curve (1E-3 and 1E-6), really not sure of the advanced purpose, the point as delimitation in the middle of the junction)

Cordially
christian.stan

2 Likes

Yes Christian seems so :grinning:

2 Likes