M_Rhino_Geometry_Mesh_GetNgonAndFacesCount - mcneel/rhinocommon-api-docs GitHub Wiki
Retrieves the count of items that GetNgonAndFacesEnumerable() will provide.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public int GetNgonAndFacesCount()
VB
Public Function GetNgonAndFacesCount As Integer
Type: Int32
The amount of faces that are not part of an ngon + the amount of ngons.
Supported in: 6.0.16224.21491