Blender  V3.3
Namespaces
GEO_mesh_merge_by_distance.hh File Reference
#include <optional>
#include "BLI_index_mask.hh"
#include "BLI_span.hh"

Go to the source code of this file.

Namespaces

 blender
 
 blender::geometry
 

Functions

Merge Map Creation
std::optional< Mesh * > blender::geometry::mesh_merge_by_distance_all (const Mesh &mesh, IndexMask selection, float merge_distance)
 
std::optional< Mesh * > blender::geometry::mesh_merge_by_distance_connected (const Mesh &mesh, Span< bool > selection, float merge_distance, bool only_loose_edges)