RhinoCommon API
MeshFaceListRemoveAt Method (Int32) |
Removes a face from the mesh.
Namespace: Rhino.Geometry.Collections
Assembly: RhinoCommon (in RhinoCommon.dll)
Parameters
- index
- Type: SystemInt32
The index of the face that will be removed.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | If index is < 0 or >= Count. |