Skip to content

P_Rhino_Geometry_Mesh_Ngons

Will Pearson edited this page Aug 12, 2016 · 1 revision

Mesh.Ngons Property

Gets access to the mesh ngon list. Ngons represent groups of Faces (triangles + quads).

Faces are used to tessellate an Ngon internally.

When a triangle or quad is referenced in the Ngon list, it is no longer visualized and conceived as a single entity, but takes part of the Ngon.

If you need to get access to both Ngons and the faces that are not referenced by Ngons, that is, all polygons that are visible in the mesh, then use the GetNgonAndFacesEnumerable() helper method.

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

Syntax

C#

public MeshNgonList Ngons { get; }

VB

Public ReadOnly Property Ngons As MeshNgonList
	Get

Property Value

Type: MeshNgonList

Version Information

Supported in: 6.0.16224.21491

See Also

Reference

Mesh Class
Rhino.Geometry Namespace

Clone this wiki locally