Skip to content

M_Rhino_Geometry_Collections_MeshFaceList_RemoveAt

Will Pearson edited this page Aug 12, 2016 · 2 revisions

MeshFaceList.RemoveAt Method

Removes a face from the mesh.

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

Syntax

C#

public void RemoveAt(
	int index
)

VB

Public Sub RemoveAt ( 
	index As Integer
)

Parameters

 

index
Type: System.Int32
The index of the face that will be removed.

Exceptions

 

Exception Condition
ArgumentOutOfRangeException If index is < 0 or >= Count.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

MeshFaceList Class
Rhino.Geometry.Collections Namespace

Clone this wiki locally