M_Rhino_Geometry_Collections_MeshNgonList_GetNgon - mcneel/rhinocommon-api-docs GitHub Wiki
Returns the mesh ngon at the given index.
Namespace: Rhino.Geometry.Collections
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public MeshNgon GetNgon(
int index
)
VB
Public Function GetNgon (
index As Integer
) As MeshNgon
- 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.
Type: MeshNgon
The mesh ngon at the given index. This ngon can be MeshNgon.Empty.
Supported in: 6.0.16224.21491