M_Rhino_Geometry_Collections_BrepFaceList_RemoveAt - mcneel/rhinocommon-api-docs GitHub Wiki

BrepFaceList.RemoveAt Method

Deletes a face at a specified index.

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

Syntax

C#

public void RemoveAt(
	int faceIndex
)

VB

Public Sub RemoveAt ( 
	faceIndex As Integer
)

Parameters

 

faceIndex
Type: System.Int32
The index of the mesh face.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

BrepFaceList Class
Rhino.Geometry.Collections Namespace

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