M_Rhino_Geometry_Collections_NurbsCurvePointList_SetPoint - mcneel/rhinocommon-api-docs GitHub Wiki

NurbsCurvePointList.SetPoint Method (Int32, Point3d)

Sets a specific control-point.

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

Syntax

C#

public bool SetPoint(
	int index,
	Point3d point
)

VB

Public Function SetPoint ( 
	index As Integer,
	point As Point3d
) As Boolean

Parameters

 

index
Type: System.Int32
Index of control-point to set.
point
Type: Rhino.Geometry.Point3d
Coordinate of control-point.

Return Value

Type: Boolean
[Missing documentation for "M:Rhino.Geometry.Collections.NurbsCurvePointList.SetPoint(System.Int32,Rhino.Geometry.Point3d)"]

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

NurbsCurvePointList Class
SetPoint Overload
Rhino.Geometry.Collections Namespace

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