M_Rhino_Geometry_PolylineCurve_Point - mcneel/rhinocommon-api-docs GitHub Wiki

PolylineCurve.Point Method

Gets 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 Point3d Point(
	int index
)

VB

Public Function Point ( 
	index As Integer
) As Point3d

Parameters

 

index
Type: System.Int32
An index.

Return Value

Type: Point3d
A point.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

PolylineCurve Class
Rhino.Geometry Namespace

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