This is a nice piece of software, but I wish they had a clean, documented Python API to be able to drive it purely programatically (à la OpenSCAD / CADQuery).
Yes. I couldn't even figure out from the reference manual how to generate an input file programmatically. Presumably the saved file format is human readable, and could be reverse-engineered, but documentation would help.
Comments
This is a nice piece of software, but I wish they had a clean, documented Python API to be able to drive it purely programatically (à la OpenSCAD / CADQuery).
Yes. I couldn't even figure out from the reference manual how to generate an input file programmatically. Presumably the saved file format is human readable, and could be reverse-engineered, but documentation would help.
The is a python API for it's constraints solver: https://pyslvs-ui.readthedocs.io/en/stable/python-solvespace... However the solid geometry engine is tightly coupled with the application and not exposed by a public API.