Click or drag to resize

MeshExtractNonManifoldEdges Method

Extracts, or removes, non-manifold mesh edges.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public Mesh ExtractNonManifoldEdges(
	bool selective
)

Parameters

selective
Type: SystemBoolean
If true, then extract hanging faces only.

Return Value

Type: Mesh
A mesh containing the extracted non-manifold parts if successful, null otherwise.
See Also