Keith wrote:
I am trying to create a curve which passes through specific point locations.
In Rhino, the command is _curvethroughPt.What is the Python equivalent? I started out thinking it was rs.AddInterpCurve(points), but this treats the points as control points instead of actually passing through the points.
Posts: 7
Participants: 3