.coveragerc
.gitattributes
.gitignore
.markdownlint.json
.pre-commit-config.yaml
.prettierrc
.readthedocs.yml
AUTHORS.md
CHANGELOG.md
CONTRIBUTING.md
LICENSE.txt
MANIVEST.in
PyMeshupGUI.py
PyMeshupGUI.spec
README.md
pyproject.toml
tox.ini
.github/workflows/python-publish.yml
docs/Makefile
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/license.rst
docs/readme.rst
docs/requirements.txt
docs/_static/.gitignore
guis/GHS_to_DAVE_form.ui
guis/main.ui
guis/run.bat
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/entry_points.txt
src/pymeshup.egg-info/requires.txt
src/pymeshup.egg-info/top_level.txt
src/pymeshup/DAVE/GHS_to_DAVE.py
src/pymeshup/DAVE/GHS_to_DAVE_dialog.py
src/pymeshup/DAVE/GHS_to_DAVE_form.py
src/pymeshup/gui/__init__.py
src/pymeshup/gui/capytaine_runner.py
src/pymeshup/gui/main.py
src/pymeshup/gui/digitizer/__init__.py
src/pymeshup/gui/digitizer/digitizer.py
src/pymeshup/gui/examples/Rubber Duck.obj
src/pymeshup/gui/examples/barge_and_tanks_using_dicts_and_functions.pym
src/pymeshup/gui/examples/barge_mesh_from_box.pym
src/pymeshup/gui/examples/cheetah.stl
src/pymeshup/gui/examples/create tank in a given hull-shape.pym
src/pymeshup/gui/examples/make diffraction mesh.pym
src/pymeshup/gui/examples/pontoon from frames.pym
src/pymeshup/gui/examples/sailboat.pym
src/pymeshup/gui/examples/simple.pym
src/pymeshup/gui/forms/__init__.py
src/pymeshup/gui/forms/main_form.py
src/pymeshup/gui/helpers/__init__.py
src/pymeshup/gui/helpers/vtkBlenderLikeInteractionStyle.py
src/pymeshup/helpers/__init__.py
src/pymeshup/helpers/darkmode.py
src/pymeshup/helpers/earcut_2d.py
src/pymeshup/helpers/geo_math.py
src/pymeshup/helpers/triangulate_non_convex.py
src/pymeshup/resources/pymeshup_logo.ico
src/pymeshup/resources/pymeshup_logo.png
src/pymeshup/syntaxedit/__init__.py
src/pymeshup/syntaxedit/core.py
src/pymeshup/syntaxedit/highlightslot.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_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/skegs_only.GF
tests/ghs/test_skegs.py
tests/hull/test_build_hull_digitized_frames.py