.coveragerc
.gitignore
.readthedocs.yml
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE.txt
README.rst
pymeshup.yml
pyproject.toml
setup.cfg
setup.py
tox.ini
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/main.ui
guis/run.bat
src/pymeshup/GUI.py
src/pymeshup/__init__.py
src/pymeshup/frames.py
src/pymeshup/hull.py
src/pymeshup/hull_builder.py
src/pymeshup/skeleton.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/not-zip-safe
src/pymeshup.egg-info/requires.txt
src/pymeshup.egg-info/top_level.txt
src/pymeshup/gui/__init__.py
src/pymeshup/gui/main.py
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/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/highlighter.py
src/pymeshup/gui/helpers/vtkBlenderLikeInteractionStyle.py
tests/cheetah.obj
tests/conftest.py
tests/test_block_and_rotations.py
tests/test_frames.py
tests/test_gui_grab_exec.py
tests/test_hull.py
tests/test_skeleton.py
tests/test_volumes.py