M_Rhino_Geometry_Mesh_Weld - mcneel/rhinocommon-api-docs GitHub Wiki

Mesh.Weld Method

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) Version: Rhino 6.0

Syntax

C#

public void Weld(
	double angleToleranceRadians
)

VB

Public Sub Weld ( 
	angleToleranceRadians As Double
)

Parameters

 

angleToleranceRadians
Type: System.Double
Angle at which to weld vertices.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Mesh Class
Rhino.Geometry Namespace

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