Some of the unit tests have been set up so they execute with all available boolean mesh operation engines, but some of them require the default manifold3d engine. The Debian build system requires that ...
#!/usr/bin/env python3 import pymeshlab ms = pymeshlab.MeshSet() ms.load_new_mesh(file_name = 'panel_1.stl', unify_vertices = True) # 0 ms.load_new_mesh(file_name ...
Abstract: Algorithms for Boolean operations using BSP trees and other algorithms have problems with efficiency and robustness. In order to improve the speed and correctness of operations, a new ...