M_Rhino_Geometry_Collections_NurbsSurfacePointList_GetControlPoint - mcneel/rhinocommon-api-docs GitHub Wiki

NurbsSurfacePointList.GetControlPoint Method

Gets the control point at the given (u, v) index.

Namespace: Rhino.Geometry.Collections
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public ControlPoint GetControlPoint(
	int u,
	int v
)

VB

Public Function GetControlPoint ( 
	u As Integer,
	v As Integer
) As ControlPoint

Parameters

 

u
Type: System.Int32
Index of control-point along surface U direction.
v
Type: System.Int32
Index of control-point along surface V direction.

Return Value

Type: ControlPoint
The control point at the given (u, v) index.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

NurbsSurfacePointList Class
Rhino.Geometry.Collections Namespace

⚠️ **GitHub.com Fallback** ⚠️