BrepFaceList.RemoveAt Method

BrepFaceListRemoveAt Method

Deletes a face at a specified index.

Namespace:  Rhino.Geometry.Collections
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public void RemoveAt(
	int faceIndex
)
Public Sub RemoveAt ( 
	faceIndex As Integer
)

Parameters

faceIndex
Type: SystemInt32
The index of the mesh face.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also