RhinoCommon API
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
public int RemoveNakedMicroEdges( double tolerance )
Public Function RemoveNakedMicroEdges ( tolerance As Double ) As Integer
Parameters
- tolerance
- Type: SystemDouble
The tolerance. When in doubt, use the document's model absolute tolerance.
Return Value
Type: Int32The number of naked micro edges that were removed.