Click or drag to resize

MeshCheckParametersCheckForNonManifoldEdges Property

If true, then look for topological edges in the mesh topology where the face count is greater than 2. Note, this check is also made if CheckForDuplicateFaces is true but the output is not shown if CheckForNonManifoldEdges is false.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 7.0
Syntax
public bool CheckForNonManifoldEdges { get; set; }

Property Value

Type: Boolean
See Also