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
)
Public Function ExtractNonManifoldEdges (
selective As Boolean
) As Mesh
Parameters
- selective
- Type: SystemBoolean
If true, then extract hanging faces only.
Return Value
Type:
MeshA mesh containing the extracted non-manifold parts if successful, null otherwise.
See Also