.dockerignore
.gitignore
CHANGELOG.md
LICENSE
MANIFEST.in
Makefile
README.md
RELEASE.md
apt.txt
environment.yml
jcv
jcv.cmd
setup.cfg
setup.py
validate_nb.py
.vscode/launch.json
.vscode/settings.json
doc/clipping.md
doc/cqparts.md
doc/faces-edges-vertices.md
doc/features.md
doc/jupyter-cadquery.png
doc/occ.md
doc/replay.md
doc/splash.png
docker/Dockerfile
docker/run.sh
examples/1-cadquery.ipynb
examples/2-cadquery-examples.ipynb
examples/3-occ.ipynb
examples/4-sketches.ipynb
examples/assemblies/1-disk-arm.ipynb
examples/assemblies/1-disk-arm.png
examples/assemblies/2-hexapod.ipynb
examples/assemblies/2-hexapod.png
examples/assemblies/3-jansen-linkage-l.png
examples/assemblies/3-jansen-linkage.ipynb
examples/assemblies/3-jansen-linkage.png
examples/assemblies/4-bearing.ipynb
examples/assemblies/5-door.ipynb
examples/assemblies/6-nested-assemblies.ipynb
examples/ide/1-disk_arm.py
examples/ide/2-hexapod.py
examples/ide/3-jansen-linkage.py
examples/ide/4-bearing.py
examples/ide/5-door.py
examples/ide/6-nested-assemblies.py
examples/others/install-cadquery-contrib.ipynb
jupyter_cadquery/__init__.py
jupyter_cadquery/_version.py
jupyter_cadquery/animation.py
jupyter_cadquery/base.py
jupyter_cadquery/cad_animation.py
jupyter_cadquery/cad_objects.py
jupyter_cadquery/defaults.py
jupyter_cadquery/export.py
jupyter_cadquery/logo.py
jupyter_cadquery/mp_tess.py
jupyter_cadquery/mp_tessellator.py
jupyter_cadquery/ocp_utils.py
jupyter_cadquery/progress.py
jupyter_cadquery/replay.py
jupyter_cadquery/serialize.py
jupyter_cadquery/stepreader.py
jupyter_cadquery/tessellator.py
jupyter_cadquery/tools.py
jupyter_cadquery/utils.py
jupyter_cadquery.egg-info/PKG-INFO
jupyter_cadquery.egg-info/SOURCES.txt
jupyter_cadquery.egg-info/dependency_links.txt
jupyter_cadquery.egg-info/not-zip-safe
jupyter_cadquery.egg-info/requires.txt
jupyter_cadquery.egg-info/top_level.txt
jupyter_cadquery/cadquery/__init__.py
jupyter_cadquery/icons/.DS_Store
jupyter_cadquery/icons/dark/bottom.png
jupyter_cadquery/icons/dark/edges.png
jupyter_cadquery/icons/dark/empty.png
jupyter_cadquery/icons/dark/empty_mesh.png
jupyter_cadquery/icons/dark/empty_shape.png
jupyter_cadquery/icons/dark/fit.png
jupyter_cadquery/icons/dark/front.png
jupyter_cadquery/icons/dark/isometric.png
jupyter_cadquery/icons/dark/left.png
jupyter_cadquery/icons/dark/mesh.png
jupyter_cadquery/icons/dark/mix_mesh.png
jupyter_cadquery/icons/dark/mix_shape.png
jupyter_cadquery/icons/dark/no_mesh.png
jupyter_cadquery/icons/dark/no_shape.png
jupyter_cadquery/icons/dark/plane.png
jupyter_cadquery/icons/dark/rear.png
jupyter_cadquery/icons/dark/reset.png
jupyter_cadquery/icons/dark/right.png
jupyter_cadquery/icons/dark/shape.png
jupyter_cadquery/icons/dark/top.png
jupyter_cadquery/icons/light/bottom.png
jupyter_cadquery/icons/light/edges.png
jupyter_cadquery/icons/light/empty.png
jupyter_cadquery/icons/light/empty_mesh.png
jupyter_cadquery/icons/light/empty_shape.png
jupyter_cadquery/icons/light/fit.png
jupyter_cadquery/icons/light/front.png
jupyter_cadquery/icons/light/isometric.png
jupyter_cadquery/icons/light/left.png
jupyter_cadquery/icons/light/mesh.png
jupyter_cadquery/icons/light/mix_mesh.png
jupyter_cadquery/icons/light/mix_shape.png
jupyter_cadquery/icons/light/no_mesh.png
jupyter_cadquery/icons/light/no_shape.png
jupyter_cadquery/icons/light/plane.png
jupyter_cadquery/icons/light/rear.png
jupyter_cadquery/icons/light/reset.png
jupyter_cadquery/icons/light/right.png
jupyter_cadquery/icons/light/shape.png
jupyter_cadquery/icons/light/top.png
jupyter_cadquery/viewer/__init__.py
jupyter_cadquery/viewer/client.py
jupyter_cadquery/viewer/server.py
jupyter_cadquery/viewer/viewer.ipynb
notebooks/Icon Factory.ipynb
notebooks/Juypter CadQuery Logo.ipynb
notebooks/icons/dark/bottom.png
notebooks/icons/dark/edges.png
notebooks/icons/dark/empty.png
notebooks/icons/dark/empty_mesh.png
notebooks/icons/dark/empty_shape.png
notebooks/icons/dark/fit.png
notebooks/icons/dark/front.png
notebooks/icons/dark/isometric.png
notebooks/icons/dark/left.png
notebooks/icons/dark/mesh.png
notebooks/icons/dark/mix_mesh.png
notebooks/icons/dark/mix_shape.png
notebooks/icons/dark/no_mesh.png
notebooks/icons/dark/no_shape.png
notebooks/icons/dark/plane.png
notebooks/icons/dark/rear.png
notebooks/icons/dark/reset.png
notebooks/icons/dark/right.png
notebooks/icons/dark/shape.png
notebooks/icons/dark/top.png
notebooks/icons/light/bottom.png
notebooks/icons/light/edges.png
notebooks/icons/light/empty.png
notebooks/icons/light/empty_mesh.png
notebooks/icons/light/empty_shape.png
notebooks/icons/light/fit.png
notebooks/icons/light/front.png
notebooks/icons/light/isometric.png
notebooks/icons/light/left.png
notebooks/icons/light/mesh.png
notebooks/icons/light/mix_mesh.png
notebooks/icons/light/mix_shape.png
notebooks/icons/light/no_mesh.png
notebooks/icons/light/no_shape.png
notebooks/icons/light/plane.png
notebooks/icons/light/rear.png
notebooks/icons/light/reset.png
notebooks/icons/light/right.png
notebooks/icons/light/shape.png
notebooks/icons/light/top.png
screenshots/0_intro.png
screenshots/debugging.gif
screenshots/explode.gif
screenshots/hexapod-crawling.gif
screenshots/jupyter-cadquery.png
screenshots/replay.gif
screenshots/sidecar.png
tests/compare_edges_output.png
tests/compare_output.png
tests/compare_rotate.png
tests/testlib.py