M_Rhino_Geometry_Collections_NurbsSurfacePointList_GetControlPoint - mcneel/rhinocommon-api-docs GitHub Wiki
Gets the control point at the given (u, v) index.
Namespace: Rhino.Geometry.Collections
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public ControlPoint GetControlPoint(
int u,
int v
)
VB
Public Function GetControlPoint (
u As Integer,
v As Integer
) As ControlPoint
- u
- Type: System.Int32
Index of control-point along surface U direction. - v
- Type: System.Int32
Index of control-point along surface V direction.
Type: ControlPoint
The control point at the given (u, v) index.
Supported in: 6.0.16224.21491, 5D58w
NurbsSurfacePointList Class
Rhino.Geometry.Collections Namespace