Mesh.GetNgonAndFacesCount Method

MeshGetNgonAndFacesCount Method

Retrieves the count of items that GetNgonAndFacesEnumerable will provide.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public int GetNgonAndFacesCount()
Public Function GetNgonAndFacesCount As Integer

Return Value

Type: Int32
The amount of faces that are not part of an ngon + the amount of ngons.
See Also