Makes sure that faces sharing an edge and having a difference of normal greater
than or equal to angleToleranceRadians share vertexes along that edge, vertex normals
are averaged.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic void Weld(
double angleToleranceRadians
)
Public Sub Weld (
angleToleranceRadians As Double
)
Parameters
- angleToleranceRadians
- Type: SystemDouble
Angle at which to weld vertices.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also