Click or drag to resize

MeshNgonListRemoveNgons Method

Remove one or more ngons from the mesh.

Namespace:  Rhino.Geometry.Collections
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public int RemoveNgons(
	IEnumerable<int> indices
)

Parameters

indices
Type: System.Collections.GenericIEnumerableInt32
An array of ngon indices.

Return Value

Type: Int32
The number of deleted ngons.
See Also