M_Rhino_Geometry_Collections_NurbsCurvePointList_SetPoint_1 - mcneel/rhinocommon-api-docs GitHub Wiki
Sets a specific weighted control-point.
Namespace: Rhino.Geometry.Collections
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public bool SetPoint(
int index,
Point4d point
)
VB
Public Function SetPoint (
index As Integer,
point As Point4d
) As Boolean
- index
- Type: System.Int32
Index of control-point to set. - point
- Type: Rhino.Geometry.Point4d
Coordinate and weight of control-point.
Type: Boolean
[Missing documentation for "M:Rhino.Geometry.Collections.NurbsCurvePointList.SetPoint(System.Int32,Rhino.Geometry.Point4d)"]
Supported in: 6.0.16224.21491, 5D58w
NurbsCurvePointList Class
SetPoint Overload
Rhino.Geometry.Collections Namespace