BrepFaceListRemoveAt Method |
Deletes a face at a specified index.
Namespace:
Rhino.Geometry.Collections
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic void RemoveAt(
int faceIndex
)
Public Sub RemoveAt (
faceIndex As Integer
)
Parameters
- faceIndex
- Type: SystemInt32
The index of the mesh face.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also