MeshFaceList.RemoveAt Method (Int32)

MeshFaceListRemoveAt Method (Int32)

Removes a face from the mesh.

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

Parameters

index
Type: SystemInt32
The index of the face that will be removed.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionIf index is < 0 or >= Count.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also