RhinoCommon API
MeshGetNgonAndFacesEnumerable 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)
Since: 6.0

public IEnumerable<MeshNgon> GetNgonAndFacesEnumerable()
Public Function GetNgonAndFacesEnumerable As IEnumerable(Of MeshNgon)
Return Value
Type: IEnumerableMeshNgonThe enumerator capable of enumerating through Mesh.Ngons> Mesh.Ngons and Faces
