MeshFaceList.ExtractFaces Method

MeshFaceListExtractFaces Method

Extracts, or removes, faces.

Namespace:  Rhino.Geometry.Collections
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
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: Mesh
A mesh containing the extracted faces if successful, null otherwise.
Version Information

Rhino for Windows

Supported in: 6.14
See Also