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