Hi, I find out strange behavior of “Contour” component.
Input surfaces with branches:
{0;0}
{0;1}
{1;0}
{1;1}
{1;2}
Expected contoured data structure suppose to be:
{0;0;?}
{0;1;?}
{1;0;?}
{1;1;?}
{1;2;?}
But it is something:
{0;0;?}
{0;2;?}
{1;1;?}
{1;3;?}
{2;4;?}
Not sure if I explain well, I am attaching file which showing expected result vs bad one.
Or did I miss something?
Files:
Contour-bug.gh (18.5 KB)