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
)
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.
See Also