Wrong curve

i put (with the command interpcrv) some coordinates
interpcrv:
1.017045,0.000000,0.185455
1.017045,0.024896,0.277056
1.017045,0.026208,0.415584
1.017045,0.000000,0.525368
1.017045,0.000000,1.043247
1.017045,0.055500,1.060606
enter
and also the final curve its wrong (the points of the final curve there are not the same as the ones that i incert)
WHY is that??

HELP PLS

Maybe a copy paste error? Did you copy pasted all coordinates at the same time? I copied your coordinates manually step by step and checked it with a small controllscript in Grasshopper. Both have the same interpolated curve as a result.

Screenshot 2024-07-01 235219

Greetings,
Leon

1 Like

Do you mean the control points are not the same as the input points?

InterpCrv interpolates a curve through the input points. The control points will be different than the input points because the curve will pass through the input points and the control points are almost always in different locations not on the curve.

Use CurveThroughPt with the option CurveType=ControlPoint to create a curve with the control points at the input point locations.

1 Like