Rebuild command yields uneven point distribution

Hey guys. Good morning.

Why are points uneven -.3dm (41.9 KB)
This may be a minor thing but in the attached file I rebuilt a simple degree 1 curve to degree 5 with 11 points and got the 11 points but unevenly distributed. Is this correct? Shouldn’t they have been evenly spaced? Is this a bug?

Hi Cosmas - that is expected - Rebuild makes an interpolated curve - if you use InterpCrv and place more than two points (i.e. with more than the minimal ‘degree plus one’ control points, there are internal knots in the curve) you see the same thing.
image

-Pascal