RhinoCommon API
MeshVertexNormalListItem Property |
Gets or sets the vertex at the given index.
The index must be valid or an IndexOutOfRangeException will be thrown.
Namespace: Rhino.Geometry.Collections
Assembly: RhinoCommon (in RhinoCommon.dll)
public Vector3f this[ int index ] { get; set; }
Public Default Property Item ( index As Integer ) As Vector3f Get Set
Parameters
- index
- Type: SystemInt32
Index of control vertex to access.
Return Value
Type: Vector3fThe control vertex at [index].
Implements
IListTItemInt32IReadOnlyListTItemInt32
| Exception | Condition |
|---|---|
| IndexOutOfRangeException | Thrown when the index is invalid. |