M_Rhino_Geometry_Collections_MeshNgonList_GetNgon - mcneel/rhinocommon-api-docs GitHub Wiki

MeshNgonList.GetNgon Method

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 GetNgon(
	int index
)

VB

Public Function GetNgon ( 
	index As Integer
) As MeshNgon

Parameters

 

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

Return Value

Type: MeshNgon
The mesh ngon at the given index. This ngon can be MeshNgon.Empty.

Version Information

Supported in: 6.0.16224.21491

See Also

Reference

MeshNgonList Class
Rhino.Geometry.Collections Namespace

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