M_Rhino_Geometry_Collections_MeshNgonList_RemoveNgons - mcneel/rhinocommon-api-docs GitHub Wiki
Remove one or more ngons from the mesh.
Namespace: Rhino.Geometry.Collections
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public int RemoveNgons(
IEnumerable<int> indices
)
VB
Public Function RemoveNgons (
indices As IEnumerable(Of Integer)
) As Integer
- indices
- Type: System.Collections.Generic.IEnumerable(Int32)
An array of ngon indices.
Type: Int32
The number of deleted ngons.
Supported in: 6.0.16224.21491