Click or drag to resize

MeshFaceListExtractFaces Method

Extracts, or removes, faces.

Namespace:  Rhino.Geometry.Collections
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public Mesh ExtractFaces(
	IEnumerable<int> faceIndices
)

Parameters

faceIndices
Type: System.Collections.GenericIEnumerableInt32
The face indices to be extracted.

Return Value

Type: Mesh
A mesh containing the extracted faces if successful, null otherwise.
See Also