.coveragerc
.gitattributes
.gitignore
.markdownlint.json
.pre-commit-config.yaml
.prettierrc
.readthedocs.yml
CONTRIBUTING.md
LICENSE.txt
MANIVEST.in
README.md
pyproject.toml
.github/workflows/python-publish.yml
guis/GHS_to_DAVE_form.ui
guis/main.ui
guis/run.bat
guis/step_mesher.ui
src/pymeshup/GUI.py
src/pymeshup/__init__.py
src/pymeshup/frames.py
src/pymeshup/ghs_import.py
src/pymeshup/hull.py
src/pymeshup/step_import.py
src/pymeshup/volumes.py
src/pymeshup.egg-info/PKG-INFO
src/pymeshup.egg-info/SOURCES.txt
src/pymeshup.egg-info/dependency_links.txt
src/pymeshup.egg-info/requires.txt
src/pymeshup.egg-info/top_level.txt
src/pymeshup/helpers/__init__.py
src/pymeshup/helpers/earcut_2d.py
src/pymeshup/helpers/geo_math.py
src/pymeshup/helpers/triangulate_non_convex.py
tests/cheetah.obj
tests/conftest.py
tests/test_block_and_rotations.py
tests/test_build_triangles.py
tests/test_cut.py
tests/test_frames.py
tests/test_ghs.py
tests/test_ghs_fr30.py
tests/test_gui_grab_exec.py
tests/test_hull.py
tests/test_merge_close_vertices.py
tests/test_non_closed_ends.py
tests/test_read_ghs_P41.py
tests/test_regrid.py
tests/test_skeleton.py
tests/test_triangulation.py
tests/test_volumes.py
tests/test_vtk_conversions.py
tests/assets_for_tests/hull_30fr.gf
tests/assets_for_tests/skegs_only.GF
tests/ghs/test_skegs.py
tests/hull/test_build_hull_digitized_frames.py
tests/test_examples/__init__.py
tests/test_examples/test_box_cylinder_examples.py
tests/test_examples/test_earcut_examples.py
tests/test_examples/test_frame_examples.py
tests/test_examples/test_hull_examples.py
tests/test_examples/test_volume_examples.py