USER FORUM
(you are viewing a thread; or go back to list of threads)
scripting CAD operation (by sol)
Hello,
is it possible to use the solvespace to construct a 3D model from a script, acting as API library?
thank you,
is it possible to use the solvespace to construct a 3D model from a script, acting as API library?
thank you,
(no subject) (by Emblem9880)
I am also interessted if this works?
For small parts what I always use but dont want them to include as a reference could that be handy
For small parts what I always use but dont want them to include as a reference could that be handy
(no subject) (by Paul)
Solvespace is not scriptable. You might try Openscad or cadquery.
(no subject) (by William F Adams)
Another option would be:
https://pythonscad.org/
(which is a fork of OpenSCAD which adds support for Python, hence variables and the ability to write out files)
https://pythonscad.org/
(which is a fork of OpenSCAD which adds support for Python, hence variables and the ability to write out files)
(no subject) (by William F Adams)
I have worked up a library for Python/PythonSCAD:
https://github.com/WillAdams/gcodepreview
which includes the ability to make (2D) DXFs:
https://github.com/WillAdams/gcodepreview/blob/main/gcpdxf.py
which might be helpful....
https://github.com/WillAdams/gcodepreview
which includes the ability to make (2D) DXFs:
https://github.com/WillAdams/gcodepreview/blob/main/gcpdxf.py
which might be helpful....
Post a reply to this comment: