CREATING a closed curve to interpolate points—in this case, three of them—is quick and easy in Rhino. But how is this done in GH, such that the shape can be fine-tuned?
In the essay alongside, the bottom-left point is fixed at the origin, with the other two points—x to the right and y above—being adjustable.
Currently however, trying to return the curve to the origin results in a corner, rather than the smooth tangent as does Rhino’s interpolate points in the example to the upper right (in green) .
Interestingly, from the same set of points, this (red) yields a slightly different shape than the closed curve generated by Rhino—(green, see screen shot of the two curves).
USING whatever was the default setting for knot-spacings, in “Curve, interpolate points”. There are three settings for knots:
Uniform
Chord
SqrtChord
One of these (chord) was the same as the default setting under “K” (KnotStyle) in Interpolate (IntCurve). The curve screen shot in Rhino was (unwittingly) drawn with SqrtChord.