bfieldtools.utils.combine_meshes

bfieldtools.utils.combine_meshes(meshes)

Combine two or more non-overlapping Trimesh meshes without any dependency requirements. For more demanding applications, use Trimesh boolean operations

Parameters
meshes: list or tuple

Each element should be a Trimesh mesh

Returns
combined_mesh: Trimesh mesh