Commit Graph

5 Commits

Author SHA1 Message Date
茂之钳 45e4111ec7 fix: restore compute_volume function signature in 3d_print
CI / Build & Test (push) Failing after 25s
CI / Release Build (push) Failing after 32s
2026-07-24 10:40:26 +00:00
茂之钳 583ff3ae2e fix: remove undefined compute_volume from 3d_print example
CI / Build & Test (push) Failing after 31s
CI / Release Build (push) Failing after 36s
2026-07-24 10:37:31 +00:00
茂之钳 1cca3edd21 fix: reduce 3d_print res to 30 to avoid OOM
CI / Build & Test (push) Failing after 34s
CI / Release Build (push) Failing after 29s
2026-07-24 10:35:40 +00:00
茂之钳 b7af37f7ff fix: reduce 3d_print resolution 80→40 to avoid OOM
CI / Build & Test (push) Failing after 31s
CI / Release Build (push) Failing after 30s
2026-07-24 10:15:24 +00:00
茂之钳 080776930f feat(examples): add 3D print pipeline, B-Rep fab, and SDF optimization demo
CI / Build & Test (push) Failing after 42s
CI / Release Build (push) Failing after 32s
- 08_3d_print: Complete SDF→marching cubes→STL pipeline with mesh stats
  (volume, bounding box) and both binary + ASCII STL exports
- 09_brep_fab: Fabrication-oriented B-Rep modeling: box→shell→STEP+GLB
  with AP214 header preview
- python_examples/sdf_optimize_demo.py: SDF parameter optimization
  from point clouds with analytic gradient descent
- Update examples/CMakeLists.txt to include new subdirectories
- Add __pycache__/ to .gitignore
2026-07-24 10:04:15 +00:00