MeshNgonList.Item Property

MeshNgonListItem Property

Returns the mesh ngon at the given index.

Namespace:  Rhino.Geometry.Collections
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public MeshNgon this[
	int index
] { get; set; }
Public Default Property Item ( 
	index As Integer
) As MeshNgon
	Get
	Set

Parameters

index
Type: SystemInt32
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

IListTItemInt32
IReadOnlyListTItemInt32
See Also