Click or drag to resize

BrepJoinNakedEdges Method

Joins naked edge pairs within the same brep that overlap within tolerance.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public int JoinNakedEdges(
	double tolerance
)

Parameters

tolerance
Type: SystemDouble
The tolerance value.

Return Value

Type: Int32
number of joins made.
See Also