Click or drag to resize

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
Syntax
public IEnumerable<MeshNgon> GetNgonAndFacesEnumerable()

Return Value

Type: IEnumerableMeshNgon
The enumerator capable of enumerating through Mesh.Ngons> Mesh.Ngons and Faces
See Also