Hello please everyone,
this is simple one... I am trying get condition "if First vertices on the spline then resize on 1m, if is the last vertices resize on 2m" unfortunately i cant make it works

the counting of vertices it seems it doesn't work.
I am using right now these conditions
/// STARTING SPLINE
return if (XSplinePosition==0, Input1,0.1);
/// ENDING SPLINE
return if (XSplinePosition>0, Input2, 0.1);
the value 0.1 is just see if condition works or not... now we can see that it doesnt work because end is in size of 0.1.
please if someone can make it works it will be really great because i need it for resize a furniture when is starting and finishing... into different starting size in case there is different size of the furniture based on mat_id
Thank you if someone would know how to fix it, it will be super great..
Best regards Pavol