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
This commit is contained in:
茂之钳
2026-07-24 10:04:15 +00:00
parent 010e5de9cc
commit 080776930f
7 changed files with 403 additions and 0 deletions
+1
View File
@@ -9,3 +9,4 @@ compile_commands.json
*.gcno
*.gcov
coverage_report/
__pycache__/