M_Rhino_Geometry_Brep_JoinNakedEdges - mcneel/rhinocommon-api-docs GitHub Wiki

Brep.JoinNakedEdges Method

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

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public int JoinNakedEdges(
	double tolerance
)

VB

Public Function JoinNakedEdges ( 
	tolerance As Double
) As Integer

Parameters

 

tolerance
Type: System.Double
The tolerance value.

Return Value

Type: Int32
number of joins made.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Brep Class
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️