.coveragerc
.gitignore
.isort.cfg
AGENTS.md
AUTHORS.md
CHANGELOG.md
CONTRIBUTING.md
FILES.md
LICENSE.txt
README.md
file_summaries.json
freecad_python.sh
precommit.sh
pyproject.toml
run_examples.sh
setup.cfg
setup.py
.github/workflows/publish-to-pypi.yml
docker/freecad_python.FCMacro
examples/ConicalCoil.png
examples/Face.png
examples/Mobius.png
examples/README.md
examples/bottle_cap_example.png
examples/bottle_cap_example.py
examples/bottle_cap_real.jpeg
examples/conical_coil.py
examples/create_cylinder_stl.py
examples/create_face_stl.py
examples/curved_snake.py
examples/cylinders.png
examples/cylindrical_coil.py
examples/filleted_boxes_example.py
examples/m_screws_production_example.py
examples/mobius_strip.py
examples/process_and_workflow.py
examples/straight_snake.py
examples/example_settings_master/FilamentPETGExample.yaml
examples/example_settings_master/FilamentPLAExample.yaml
examples/example_settings_master/example_machine.yaml
examples/example_settings_master/example_process.yaml
src/shellforgepy/__init__.py
src/shellforgepy/simple.py
src/shellforgepy.egg-info/PKG-INFO
src/shellforgepy.egg-info/SOURCES.txt
src/shellforgepy.egg-info/dependency_links.txt
src/shellforgepy.egg-info/not-zip-safe
src/shellforgepy.egg-info/requires.txt
src/shellforgepy.egg-info/top_level.txt
src/shellforgepy/adapters/_adapter.py
src/shellforgepy/adapters/adapter_chooser.py
src/shellforgepy/adapters/cadquery/cadquery_adapter.py
src/shellforgepy/adapters/freecad/freecad_adapter.py
src/shellforgepy/construct/alignment.py
src/shellforgepy/construct/alignment_operations.py
src/shellforgepy/construct/bounding_box_helpers.py
src/shellforgepy/construct/construct_utils.py
src/shellforgepy/construct/cylinder_spec.py
src/shellforgepy/construct/leaders_followers_cutters_part.py
src/shellforgepy/construct/named_part.py
src/shellforgepy/construct/part_collector.py
src/shellforgepy/geometry/__init__.py
src/shellforgepy/geometry/face_point_cloud.py
src/shellforgepy/geometry/higher_order_solids.py
src/shellforgepy/geometry/m_screws.py
src/shellforgepy/geometry/mesh_builders.py
src/shellforgepy/geometry/mesh_utils.py
src/shellforgepy/geometry/spherical_tools.py
src/shellforgepy/geometry/treapezoidal_snake_geometry.py
src/shellforgepy/produce/arrange_and_export.py
src/shellforgepy/produce/production_parts_model.py
src/shellforgepy/shells/connector_hint.py
src/shellforgepy/shells/connector_utils.py
src/shellforgepy/shells/materialized_connectors.py
src/shellforgepy/shells/mesh_partition.py
src/shellforgepy/shells/partitionable_spheroid_triangle_mesh.py
src/shellforgepy/shells/region_edge_feature.py
src/shellforgepy/shells/transformed_region_view.py
src/shellforgepy/slicing/orca_slicer_settings_generator.py
src/shellforgepy/workflow/upload_to_printer.py
src/shellforgepy/workflow/workflow.py
tests/unit/test_materialized_connectors.py
tests/unit/adapters/cadquery/test_cadquery_arrange_and_export.py
tests/unit/adapters/cadquery/test_cadquery_basic_transformations.py
tests/unit/adapters/cadquery/test_cadquery_edge_filtering.py
tests/unit/adapters/cadquery/test_cadquery_objects_creation.py
tests/unit/adapters/freecad/test_debug_transforms.py
tests/unit/adapters/freecad/test_freecad_arrange_and_export.py
tests/unit/adapters/freecad/test_freecad_basic_transformations.py
tests/unit/adapters/freecad/test_freecad_edge_filtering.py
tests/unit/adapters/freecad/test_freecad_objects_creation.py
tests/unit/construct/__init__.py
tests/unit/construct/test_alignment_operations.py
tests/unit/construct/test_comprehensive_leader_followers_cutters.py
tests/unit/construct/test_leaders_followers_cutters.py
tests/unit/construct/test_leaders_followers_cutters_comprehensive.py
tests/unit/construct/test_named_part.py
tests/unit/construct_lib/test_connector_utils.py
tests/unit/construct_lib/test_construct_utils.py
tests/unit/construct_lib/test_geometries.py
tests/unit/construct_lib/test_mesh_partition.py
tests/unit/construct_lib/test_mesh_partition_additional.py
tests/unit/construct_lib/test_mesh_utils.py
tests/unit/construct_lib/test_partitionable_spheroid_triangle_mesh.py
tests/unit/construct_lib/test_spherical_tools.py
tests/unit/construct_lib/test_transformed_region_view.py
tests/unit/construct_lib/test_trapezoidal_snake_geometry.py
tests/unit/geometry/test_face_point_cloud.py
tests/unit/geometry/test_higher_order_solids.py
tests/unit/geometry/test_m_screws.py
tests/unit/geometry/test_screw_thread_fixed.py
tools/container_hash_calculator.py
tools/fix_imports.py
tools/fix_imports_robust.py
tools/fix_relative_imports.py
tools/import_fixer.py
tools/import_regenerator.py
tools/regenerate_imports.py