M_Rhino_Geometry_Collections_NurbsSurfacePointList_SetControlPoint - mcneel/rhinocommon-api-docs GitHub Wiki
Sets the control point at the given (u, v) index.
Namespace: Rhino.Geometry.Collections
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
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
- 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.
Type: Boolean
true on success, false on failure.
Supported in: 6.0.16224.21491, 5D58w
NurbsSurfacePointList Class
SetControlPoint Overload
Rhino.Geometry.Collections Namespace