P_Rhino_Geometry_Collections_NurbsCurvePointList_Item - mcneel/rhinocommon-api-docs GitHub Wiki
Gets or sets the control point location at the given index.
Namespace: Rhino.Geometry.Collections
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public ControlPoint this[
int index
] { get; set; }
VB
Public Default Property Item (
index As Integer
) As ControlPoint
Get
Set
- index
- Type: System.Int32
Index of control vertex to access.
Type: ControlPoint
The control vertex at [index]
Supported in: 6.0.16224.21491, 5D58w
NurbsCurvePointList Class
Rhino.Geometry.Collections Namespace