Python-Solvespace Library¶
Python wrapper for Solvespace, a geometric constraint solver written in C++.
Python-Solvespace is now available on
,
you can install it by pip individually:
pip install python-solvespace
Warning
Pyslvs-UI is using global python-solvespace
as kernel.
Please make sure the version is meet the requirement.
Build and Test¶
Execute the unit test script after the kernel compiled.
python setup.py install
python test
Module part¶
Python-Solvespace has only one library, called “slvs”.
Last update:
January 28, 2021