Get parameter

Is there some “reverse point at parameter” option? I have some points on polycurve, and I need to extract their parameters, cause further I need to insert points at half distance between every two points (they aren’t equdistanced).

What parameter are you looking to get? Some data that you want to copy to a newly created point?

Hello Rade,

Have you tried the node “Curve.ParameterAtPoint” ? Though my experience wit PCs and point creation at parameters is a bit mixed. You might get better results if you convert the parameters into distances with “Curve.DistanceAtParameter” and then create the mid points with “Curve.PointAtDistance”.

2015-05-06_11-34-40

Tnx for answers, Curve.ParameterAtPoint did the job