Click or drag to resize

PolylineCurvePoint Method

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

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public Point3d Point(
	int index
)

Parameters

index
Type: SystemInt32
An index.

Return Value

Type: Point3d
A point.
See Also