Click or drag to resize

BrepEdgeListRemoveNakedMicroEdges Method (Double)

Finds any naked edges with the same start and end vertex and an arc-length less than tolerance and attempts to remove them by removing trims and extending the adjacent to meet.

Namespace:  Rhino.Geometry.Collections
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 7.0
Syntax
public int RemoveNakedMicroEdges(
	double tolerance
)

Parameters

tolerance
Type: SystemDouble
The tolerance. When in doubt, use the document's model absolute tolerance.

Return Value

Type: Int32
The number of naked micro edges that were removed.
See Also