M_Rhino_Geometry_PolylineCurve_SetPoint - mcneel/rhinocommon-api-docs GitHub Wiki

PolylineCurve.SetPoint Method

Sets a point at a specified index in the polyline curve.

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

Syntax

C#

public void SetPoint(
	int index,
	Point3d point
)

VB

Public Sub SetPoint ( 
	index As Integer,
	point As Point3d
)

Parameters

 

index
Type: System.Int32
An index.
point
Type: Rhino.Geometry.Point3d
A point location to set.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

PolylineCurve Class
Rhino.Geometry Namespace

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