Easy3D 2.6.1
|
Stitch coincident border edges of a surface mesh. More...
#include <easy3d/algo/surface_mesh_stitching.h>
Public Member Functions | |
SurfaceMeshStitching (SurfaceMesh *mesh) | |
Construct with mesh to be stitched. | |
virtual | ~SurfaceMeshStitching () |
Destructor. | |
void | apply (float dist_threshold=1e-6) |
Apply stitching to the surface mesh. | |
Stitch coincident border edges of a surface mesh.
SurfaceMeshStitching | ( | SurfaceMesh * | mesh | ) |
Construct with mesh to be stitched.
mesh | The surface mesh to be stitched. |
void apply | ( | float | dist_threshold = 1e-6 | ) |
Apply stitching to the surface mesh.
dist_threshold | The distance threshold for stitching. Default: 1e-6. |