MeshCheckParameters.CheckForDuplicateFaces Property

MeshCheckParametersCheckForDuplicateFaces Property

If true, then look for faces that have vertexes (not necessarily vertex indexes) that are identical.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 7.0
Syntax
public bool CheckForDuplicateFaces { get; set; }
Public Property CheckForDuplicateFaces As Boolean
	Get
	Set

Property Value

Type: Boolean
See Also