P_Rhino_Geometry_MeshNgon_Item - mcneel/rhinocommon-api-docs GitHub Wiki
Get a mesh vertex index from the ngon's vertex index list.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public int this[
int index
] { get; }
VB
Public ReadOnly Default Property Item (
index As Integer
) As Integer
Get
- index
- Type: System.Int32
A mesh vertex number between 0 and MeshNgon.VertexCount-1 that refers to a mesh vertex index in this ngon.
Type: Int32
A mesh vertex index.
Supported in: 6.0.16224.21491