Skip to content

P_Rhino_Geometry_Collections_MeshNgonList_Item

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

MeshNgonList.Item Property

Returns the mesh ngon at the given index.

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

Syntax

C#

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

VB

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

Parameters

 

index
Type: System.Int32
Index of face to get. Must be larger than or equal to zero and smaller than the Face Count of the mesh.

Property Value

Type: MeshNgon

Implements

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

Version Information

Supported in: 6.0.16224.21491

See Also

Reference

MeshNgonList Class
Rhino.Geometry.Collections Namespace

Clone this wiki locally