P_Rhino_Geometry_Collections_MeshTopologyVertexList_Item - mcneel/rhinocommon-api-docs GitHub Wiki

MeshTopologyVertexList.Item Property

Gets or sets the vertex at the given index. Setting a location adjusts all vertices in the mesh's vertex list that are defined by this topological vertex The index must be valid or an IndexOutOfRangeException will be thrown.

Namespace: Rhino.Geometry.Collections
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public Point3f this[
	int index
] { get; set; }

VB

Public Default Property Item ( 
	index As Integer
) As Point3f
	Get
	Set

Parameters

 

index
Type: System.Int32
Index of topology vertex to access.

Return Value

Type: Point3f
The topological vertex at [index].

Implements

IList(T).Item(Int32)
IReadOnlyList(T).Item(Int32)

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

MeshTopologyVertexList Class
Rhino.Geometry.Collections Namespace

⚠️ **GitHub.com Fallback** ⚠️