RhinoCommon API
MeshFaceListExtractFaces Method |
Extracts, or removes, faces.
Namespace: Rhino.Geometry.Collections
Assembly: RhinoCommon (in RhinoCommon.dll)

public Mesh ExtractFaces( IEnumerable<int> faceIndices )
Public Function ExtractFaces ( faceIndices As IEnumerable(Of Integer) ) As Mesh
Parameters
- faceIndices
- Type: System.Collections.GenericIEnumerableInt32
The face indices to be extracted.
Return Value
Type: MeshA mesh containing the extracted faces if successful, null otherwise.

Rhino for Windows
Supported in: 6.14