feat: add Gordon surface implementation and test

modified:   pyproject.toml
	modified:   src/build123d/topology/two_d.py
	modified:   tests/test_direct_api/test_face.py
This commit is contained in:
Fan Gong 2025-10-01 22:10:19 -04:00
parent 0166408f60
commit 64267ab3f7
3 changed files with 106 additions and 0 deletions

View file

@ -44,6 +44,7 @@ dependencies = [
"ipython >= 8.0.0, < 10",
"lib3mf >= 2.4.1",
"ocpsvg >= 0.5, < 0.6",
"ocp_gordon >= 0.1.10",
"trianglesolver",
"sympy",
"scipy",