You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In C++ there seems to be an API to use Mesh::render(out, bounds)->saveSTL("sphere.stl"); to get the STL file from the shape, but i can't find the guile eqvivalent to this feature without using Studio that seems to be reinterpreting the guile code to C++
Versions
Operating system: GNU Guix (ba8679fb2452f4466a98a99edf050ea7452c83f4)
Description
Using the code:
I am unable to export the STL file..
In C++ there seems to be an API to use
Mesh::render(out, bounds)->saveSTL("sphere.stl");
to get the STL file from the shape, but i can't find the guile eqvivalent to this feature without using Studio that seems to be reinterpreting the guile code to C++Versions
libfive
commit hash: 0-4.8ca1b86master
? noCC @mkeeter
The text was updated successfully, but these errors were encountered: