LICENSE
README.md
pyproject.toml
cycloidgen/__init__.py
cycloidgen/__main__.py
cycloidgen/units.py
cycloidgen.egg-info/PKG-INFO
cycloidgen.egg-info/SOURCES.txt
cycloidgen.egg-info/dependency_links.txt
cycloidgen.egg-info/entry_points.txt
cycloidgen.egg-info/requires.txt
cycloidgen.egg-info/top_level.txt
cycloidgen/analysis/__init__.py
cycloidgen/analysis/bearings.py
cycloidgen/analysis/compliance.py
cycloidgen/analysis/efficiency.py
cycloidgen/analysis/fatigue.py
cycloidgen/analysis/lubrication.py
cycloidgen/analysis/mass.py
cycloidgen/analysis/mechanics.py
cycloidgen/analysis/stiffness.py
cycloidgen/analysis/thermal.py
cycloidgen/analysis/tolerance.py
cycloidgen/core/__init__.py
cycloidgen/core/designfile.py
cycloidgen/core/explain.py
cycloidgen/core/guide.py
cycloidgen/core/kinematics.py
cycloidgen/core/profile.py
cycloidgen/core/spec.py
cycloidgen/core/validate.py
cycloidgen/design/__init__.py
cycloidgen/design/batch.py
cycloidgen/design/optimize.py
cycloidgen/design/sweep.py
cycloidgen/export/__init__.py
cycloidgen/export/animation.py
cycloidgen/export/bom.py
cycloidgen/export/dxf.py
cycloidgen/export/manifest.py
cycloidgen/export/solid.py
cycloidgen/export/svg.py
cycloidgen/export/threemf.py
cycloidgen/report/__init__.py
cycloidgen/report/build.py
cycloidgen/report/plots.py
cycloidgen/ui/__init__.py
cycloidgen/ui/app.py
cycloidgen/ui/branding.py
cycloidgen/ui/fields.py
cycloidgen/ui/history.py
cycloidgen/ui/logpanel.py
cycloidgen/ui/main_window.py
cycloidgen/ui/optimise_dialog.py
cycloidgen/ui/outputs.py
cycloidgen/ui/plotbar.py
cycloidgen/ui/settings.py
cycloidgen/ui/tables.py
cycloidgen/ui/tradestudy.py
cycloidgen/ui/view3d.py
cycloidgen/ui/view3d_qtgl.py
cycloidgen/ui/view3d_vtk.py
cycloidgen/ui/assets/chevron-down-dark.png
cycloidgen/ui/assets/chevron-down-light.png
cycloidgen/ui/assets/chevron-up-dark.png
cycloidgen/ui/assets/chevron-up-light.png
cycloidgen/ui/assets/cycloidgen.ico
cycloidgen/ui/assets/mark-black.png
cycloidgen/ui/assets/mark-blue.png
cycloidgen/ui/assets/mark-white.png
cycloidgen/ui/assets/tick.png
cycloidgen/ui/assets/wordmark-black.png
cycloidgen/ui/assets/wordmark-blue.png
cycloidgen/ui/assets/wordmark-white.png
cycloidgen/viz/__init__.py
cycloidgen/viz/mesh.py
cycloidgen/viz/scene.py
cycloidgen/viz/vtkbridge.py
tests/test_animation.py
tests/test_api_docs.py
tests/test_assembly.py
tests/test_batch.py
tests/test_bearings.py
tests/test_branding.py
tests/test_compliance.py
tests/test_design.py
tests/test_designfile.py
tests/test_explain.py
tests/test_export.py
tests/test_fatigue.py
tests/test_guide.py
tests/test_kinematics.py
tests/test_logpanel.py
tests/test_lubrication.py
tests/test_mounting.py
tests/test_optimise_dialog.py
tests/test_output_member.py
tests/test_outputs.py
tests/test_packaging.py
tests/test_plots.py
tests/test_profile.py
tests/test_stiffness.py
tests/test_thermal_mass.py
tests/test_threemf.py
tests/test_tolerance.py
tests/test_units.py
tests/test_validate_analysis.py
tests/test_version.py
tests/test_view3d_qtgl.py
tests/test_view3d_visibility.py
tests/test_viz.py
tests/test_workflows.py
tests/test_workspace.py