M_Rhino_Geometry_Collections_MeshNgonList_RemoveNgons - mcneel/rhinocommon-api-docs GitHub Wiki

MeshNgonList.RemoveNgons Method

Remove one or more ngons from the mesh.

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

Syntax

C#

public int RemoveNgons(
	IEnumerable<int> indices
)

VB

Public Function RemoveNgons ( 
	indices As IEnumerable(Of Integer)
) As Integer

Parameters

 

indices
Type: System.Collections.Generic.IEnumerable(Int32)
An array of ngon indices.

Return Value

Type: Int32
The number of deleted ngons.

Version Information

Supported in: 6.0.16224.21491

See Also

Reference

MeshNgonList Class
Rhino.Geometry.Collections Namespace

⚠️ **GitHub.com Fallback** ⚠️