openmsr / CAD_to_OpenMC

code to target the conversion from a step-file to a h5m-geometry for neutronics
MIT License
25 stars 16 forks source link

Fix 67 make watertight #69

Closed ebknudsen closed 8 months ago

ebknudsen commented 8 months ago

This is a potential fix for bug #67.

This PR introduced and sets a faceting tolerance tag in the h5m-file. At present it is only accurate for the the two stl-basded backends. If the gmsh-backend is used the tolerance should be translated, since gmsh has a different notion of tolerance.

ebknudsen commented 8 months ago

This was mistakenly added to the main branch