Skip to content

P_Rhino_Geometry_MeshNgon_Item

Will Pearson edited this page Aug 12, 2016 · 1 revision

MeshNgon.Item Property

Get a mesh vertex index from the ngon's vertex index list.

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

Syntax

C#

public int this[
	int index
] { get; }

VB

Public ReadOnly Default Property Item ( 
	index As Integer
) As Integer
	Get

Parameters

 

index
Type: System.Int32
A mesh vertex number between 0 and MeshNgon.VertexCount-1 that refers to a mesh vertex index in this ngon.

Return Value

Type: Int32
A mesh vertex index.

Version Information

Supported in: 6.0.16224.21491

See Also

Reference

MeshNgon Class
Rhino.Geometry Namespace

Clone this wiki locally