ProMesh User Manual  v4.3.19
Merge Vertices

Tools to merge selected elements into a single vertex. More...

Functions

void MergeAtFirst (Mesh *mesh)
 Merges all selected objects into a single vertex at the first selected vertex. More...
 
void MergeAtCenter (Mesh *mesh)
 Merges all selected objects into a single vertex at the center of the selection. More...
 
void MergeAtLast (Mesh *mesh)
 Merges all selected objects into a single vertex at the last selected vertex. More...
 

Detailed Description

Tools to merge selected elements into a single vertex.

Function Documentation

◆ MergeAtCenter()

void MergeAtCenter ( Mesh mesh)

Merges all selected objects into a single vertex at the center of the selection.

◆ MergeAtFirst()

void MergeAtFirst ( Mesh mesh)

Merges all selected objects into a single vertex at the first selected vertex.

◆ MergeAtLast()

void MergeAtLast ( Mesh mesh)

Merges all selected objects into a single vertex at the last selected vertex.