Question 1:
What is the difference between this:
and this:
NOTE: If they are different shouldn’t they be described differently in the api? It’s confusing.
Question 2:
am I wrong or there’s no method in RhinoScriptSyntax to select control points?
like rs.GetObject
NOTE: My idea is to extend the functionality of SetPt
but I don’t know how to select the ControlPoints.
NOTE2: using rs.GetPoint and rs.GetSurfacePoint gives a point projected on the surface and not the control point you pick (cuz you’re not really picking anything you’re creating a point and its projection on the surface)