Curve Points at equal segment length - Ellispe

Hello,
I am having an issue with " Curve.PointsAtEqualSegmentLength " applied on an ellipse.
I want to divide it in 48 parts, but i can not get the final point of subdivision…


any ideas?

Thanks

@Aparajit_Pratap Regression?

@simoneavellini either way, its a bug. Try using Curve.PointsAtEqualChordLength as a workaround.

1 Like

Hi @simoneavellini,

It looks like you’re only missing the StartPoint of the curve. You could get it separately and add it to the list.

or you can do this:

2 Likes

@Thomas_Mahon @Mostafa_El_Ayoubi @simoneavellini these are existing bugs. Thanks for pointing them out. We will take a look.

2 Likes