M_Rhino_Geometry_Collections_MeshFaceList_DeleteFaces - mcneel/rhinocommon-api-docs GitHub Wiki

MeshFaceList.DeleteFaces Method

Removes a collection of faces from the mesh without affecting the remaining geometry.

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

Syntax

C#

public int DeleteFaces(
	IEnumerable<int> faceIndexes
)

VB

Public Function DeleteFaces ( 
	faceIndexes As IEnumerable(Of Integer)
) As Integer

Parameters

 

faceIndexes
Type: System.Collections.Generic.IEnumerable(Int32)
An array containing all the face indices to be removed.

Return Value

Type: Int32
The number of faces deleted on success.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

MeshFaceList Class
Rhino.Geometry.Collections Namespace

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