cdbrauer / VoxelFuse

A toolkit for processing 3D components made with mixtures of materials and multiple manufacturing processes
GNU General Public License v3.0
34 stars 8 forks source link

Missing File when converting STL to Voxels #28

Closed Connelly-code closed 4 years ago

Connelly-code commented 4 years ago

The fromMeshfile function appears to not properly create a file called output.msh which is called when referring to the data = meshio.read function. Could be an issue with meshio or voxelfuse. Problem will occur when running the example code for voxelfuse 'voxelfuse_examples.load_mesh.load_mesh' file.

jnbrauer commented 4 years ago

Fixed by 46a94968bf1f5eaf2052aa7fce82376af0f3b61f. Issue was caused by a bug in how filepaths with spaces were handled.