BrepJoinNakedEdges Method |
Joins naked edge pairs within the same brep that overlap within tolerance.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic int JoinNakedEdges(
double tolerance
)
Public Function JoinNakedEdges (
tolerance As Double
) As Integer
Parameters
- tolerance
- Type: SystemDouble
The tolerance value.
Return Value
Type:
Int32number of joins made.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.20
See Also