README.md
pyproject.toml
codetocad/__init__.py
codetocad/assembly.py
codetocad/cli.py
codetocad/ecad.py
codetocad/fasteners.py
codetocad/fea.py
codetocad/ledgers.py
codetocad/location.py
codetocad/materials.py
codetocad/mixins.py
codetocad/parts.py
codetocad/primitives.py
codetocad/simulation.py
codetocad/topology.py
codetocad/units.py
codetocad/vectors.py
codetocad.egg-info/PKG-INFO
codetocad.egg-info/SOURCES.txt
codetocad.egg-info/dependency_links.txt
codetocad.egg-info/entry_points.txt
codetocad.egg-info/requires.txt
codetocad.egg-info/top_level.txt
codetocad_integrations/__init__.py
codetocad_integrations/blender/__init__.py
codetocad_integrations/blender/launcher.py
codetocad_integrations/blender/parts.py
codetocad_integrations/build123d/__init__.py
codetocad_integrations/build123d/parts.py
codetocad_integrations/calculix/__init__.py
codetocad_integrations/calculix/fea.py
codetocad_integrations/mujoco/__init__.py
codetocad_integrations/mujoco/simulation.py
codetocad_integrations/open3d/__init__.py
codetocad_integrations/open3d/viewer.py
codetocad_integrations/pybullet/__init__.py
codetocad_integrations/pybullet/simulation.py
tests/test_blender.py
tests/test_build123d.py
tests/test_cli.py
tests/test_fea.py
tests/test_location.py
tests/test_mujoco.py
tests/test_parts.py
tests/test_pybullet.py
tests/test_simulation.py
tests/test_units.py