Click or drag to resize

NurbsCurvePointListItem Property

Gets or sets the control point location at the given index.

Namespace:  Rhino.Geometry.Collections
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public ControlPoint this[
	int index
] { get; set; }

Parameters

index
Type: SystemInt32
Index of control vertex to access.

Return Value

Type: ControlPoint
The control vertex at [index]

Implements

IListTItemInt32
See Also