Marcel

Results 6 issues of Marcel

Hey, is there a way to use the boolean operations: - trimesh.boolean.union(meshes, engine=None) - trimesh.boolean.intersection(meshes, engine=None) - etc. without installing the blender or openscad software.

Hey, I try to repair the following mesh (a dental bridge): ![1](https://user-images.githubusercontent.com/88800958/181475197-04edff55-7b67-4801-816a-9bb096e1425d.PNG) ![2](https://user-images.githubusercontent.com/88800958/181475206-b5029648-76fb-46f3-a8e4-48ba880cfb25.PNG) Within the mesh are some holes and also intersecting triangles. I use the function **_tin.small_boundaries()_** and if...

Hey, If i try to repair an input mesh file, the following error will follow: Windows fatal exception: access violation Main thread: Current thread 0x000031d4 (most recent call first): File...

Hello, [numpyArray.txt](https://github.com/drlukeparry/pyslm/files/9746469/numpyArray.txt) I am using pyslm version = '0.4.2' If i try to hatch a sliced contour (numpy array is attached within the *.txt file) with the following hatching settings...

bug

Hey, For some models i got an unexpected result after using the slicing and hatching algorithm. I used a slightly modified version of your _"example_3d_multithread.py"_ script as a template to...

bug

Hello, I try to load a *.stp file within a worker thread with the following line of code: `mesh = trimesh.Trimesh(**trimesh.interfaces.gmsh.load_gmsh("model.stp"))` Unfortunately i got the following error message: ``` Traceback...