Data tree of shattered curves

cut_radial_crv_test.gh (9.8 KB)

Hi all,
may any one help to pic all inner crvs. I could sort by length, but this seems to be a bit of an overkill. I really don’t understand how the data tree is behaving. Maybe you could elaborate on that as well.

thx for time & knowledge

It works fine this way, but it feels a bit strange to go along by sorting manualy. Maybe someone still can help me explaining why the data is behaving like this. I tried to reparametrise the crvs. But This did not work either. I’m sure it is not rocket science :wink:

these curves here:

image

are organized in branches, which I believe might mean you have deleted a previous part of definition used to generate those

if you are able to include also that part of the definition, it could be like 20 times easier to get to the final result you desire by using just a few components: because the data you are providing has actually been trimmed of previous steps, you are forced to go complicated

for instance, something like this:

cut_radial_crv_test_inno.gh (13.1 KB)

1 Like

Just sort the curves by length and pick the longest one.

cut_radial_crv_test_re01.gh (9.1 KB)

-Kevin

1 Like

Hi inno,
thx for your solution, works well. Unfortuately I can’t share much more since the data it is part of a product design that is under disclosure.

That’s neat.
If you know, then you know. Thx :+1:

(file from your initial post)

Curves in the output of the Shatter component are ordered by their starting point (which side of the splitting curve it is on).

-Kevin

1 Like