NurbsCurvePointList.Item Property

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; }
Public Default Property Item ( 
	index As Integer
) As ControlPoint
	Get
	Set

Parameters

index
Type: SystemInt32
Index of control vertex to access.

Return Value

Type: ControlPoint
The control vertex at [index]
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also