M_Rhino_Geometry_Collections_NurbsSurfacePointList_SetControlPoint - mcneel/rhinocommon-api-docs GitHub Wiki

NurbsSurfacePointList.SetControlPoint Method (Int32, Int32, ControlPoint)

Sets 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 bool SetControlPoint(
	int u,
	int v,
	ControlPoint cp
)

VB

Public Function SetControlPoint ( 
	u As Integer,
	v As Integer,
	cp As ControlPoint
) As Boolean

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.
cp
Type: Rhino.Geometry.ControlPoint
The control point to set.

Return Value

Type: Boolean
true on success, false on failure.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

NurbsSurfacePointList Class
SetControlPoint Overload
Rhino.Geometry.Collections Namespace

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