M_Rhino_Geometry_Collections_MeshFaceList_RemoveAt - mcneel/rhinocommon-api-docs GitHub Wiki
Removes a face from the mesh.
Namespace: Rhino.Geometry.Collections
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public void RemoveAt(
int index
)
VB
Public Sub RemoveAt (
index As Integer
)
- index
- Type: System.Int32
The index of the face that will be removed.
Exception | Condition |
---|---|
ArgumentOutOfRangeException | If index is < 0 or >= Count. |
Supported in: 6.0.16224.21491, 5D58w