[RhinoCommon] NurbsSurface CreateThroughPoints and CreateFromPoints documentation issue

Both methods have the same description. CreateFromPoints is indeed “from control point locations” whereas the other is “interpolated through points”.

http://4.rhino3d.com/5/rhinocommon/html/M_Rhino_Geometry_NurbsSurface_CreateThroughPoints.htm

http://4.rhino3d.com/5/rhinocommon/html/M_Rhino_Geometry_NurbsSurface_CreateFromPoints.htm

They should read as follows:

CreateThroughPoints - Constructs a NURBS surface from a 2D grid of points.

CreateFromPoints - Constructs a NURBS surface from a 2D grid of control points.

I’ll see that this is fixed.