M_Rhino_Geometry_Mesh_GetNgonAndFacesEnumerable - mcneel/rhinocommon-api-docs GitHub Wiki
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
C#
public IEnumerable<MeshNgon> GetNgonAndFacesEnumerable()
VB
Public Function GetNgonAndFacesEnumerable As IEnumerable(Of MeshNgon)
Type: IEnumerable(MeshNgon)
The enumerator capable of enumerating through Mesh.Ngons> Mesh.Ngons and Faces
Supported in: 6.0.16224.21491