M_Rhino_Geometry_Collections_MeshFaceList_DeleteFaces - mcneel/rhinocommon-api-docs GitHub Wiki
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
C#
public int DeleteFaces(
IEnumerable<int> faceIndexes
)VB
Public Function DeleteFaces (
faceIndexes As IEnumerable(Of Integer)
) As Integer
- faceIndexes
- Type: System.Collections.Generic.IEnumerable(Int32)
An array containing all the face indices to be removed.
Type: Int32
The number of faces deleted on success.
Supported in: 6.0.16224.21491, 5D58w