M_Rhino_Geometry_Mesh_GetNgonAndFacesEnumerable - mcneel/rhinocommon-api-docs GitHub Wiki

Mesh.GetNgonAndFacesEnumerable Method

Retrieves a complete enumerable, i.e., one that provides an iterator over every face that is present, no matter if defined as a triangle, a quad, or a strictly over-four-sided ngon.

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

Syntax

C#

public IEnumerable<MeshNgon> GetNgonAndFacesEnumerable()

VB

Public Function GetNgonAndFacesEnumerable As IEnumerable(Of MeshNgon)

Return Value

Type: IEnumerable(MeshNgon)
The enumerator capable of enumerating through Mesh.Ngons> Mesh.Ngons and Faces

Version Information

Supported in: 6.0.16224.21491

See Also

Reference

Mesh Class
Rhino.Geometry Namespace

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