Click or drag to resize

MeshFaceListGetDuplicateFaces Method

Finds all of the duplicate faces.

Namespace:  Rhino.Geometry.Collections
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public int[] GetDuplicateFaces()

Return Value

Type: Int32
The indexes that are duplicates of other indexes if successful. If there are no duplicate, then an empty array is returned.
See Also