RhinoCommon API
MeshFaceListRemoveAt Method (Int32) |
Removes a face from the mesh.
Namespace: Rhino.Geometry.Collections
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 5.0

Parameters
- index
- Type: SystemInt32
The index of the face that will be removed.

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