Weld

Merges coincident mesh vertices from separate faces into one vertex. The effect is to smooth the edges in shaded or rendered views.

Steps:

To perform a similar operation with control points, see the SetPt command.

Welding polygon meshes affects rendering, texture mapping on mesh objects, and file export for stereolithography.

Smoother Rendering

The wireframe for these two meshes look the same. The blue mesh is unwelded; the red mesh is welded. The welded vertices cause the corners to look rounded.

STL Mesh Export Diagnostics

In some rapid prototyping machines, STL files must contain completely closed (watertight) polygon mesh objects.

You might want to use the Join command, then Weld (angle=180), then UnifyMeshNormals to turn a group of meshes into a single watertight mesh object, and use SelNakedMeshEdgePt to find the open (naked) edges. Following this procedure will ensure that the meshes really do fit together before exporting them for use in an expensive STL job.

See Importing and exporting STL files.

weld.png

Mesh Tools > Weld mesh

STL Tools > Weld Mesh Vertices

Welding > Weld mesh

Menu2.png

Mesh > Mesh Edit Tools > Weld

Gray_Book_Open.gif Related topics…

WeldEdge

Merges coincident mesh vertices on a selected edge.

Steps:

WeldEdge.png

Welding > Weld Mesh Edge

Menu2.png

None

Gray_Book_Open.gif Related topics…

WeldVertices

Merges coincident mesh vertices from each selected mesh vertex.

The WeldVertices command lets you select mesh vertices to weld, rather than the entire mesh. It does not, however, give you a tolerance angle between faces to weld, like the Weld command does. You can window select by turning mesh points on and selecting the points prior to the command or you can run the command and then select multiple individual points.

WeldVertices.png

Welding > Weld Mesh Vertices

Menu2.png

Mesh > Mesh Edit Tools > Weld Selected Vertices

Gray_Book_Open.gif Related topics…

Unweld

Removes the smoothing effect in shaded views and renderings.

UnWeld.png

Mesh Tools > Unweld Mesh (Right click)

Welding > Unweld Mesh (Right click)

Menu2.png

Mesh > Mesh Edit Tools > Unweld

Gray_Book_Open.gif Related topics…

UnweldEdge

Removes the smoothing effect in shaded views and renderings for shared mesh vertices on a selected edge.

UnWeldEdge.png

Welding > Unweld Mesh Edge (Right click)

Menu2.png

Mesh > Mesh Edit Tools > Unweld Selected Edges

Gray_Book_Open.gif Related topics…