I was struggling with the error messages from save("test.stl", r) and found your __init__loadsave function that works like a charm.
While this is somewhat of a dirty trick, It'd be good to mention it somewhere in the docs.
Also: it's been sitting on master for 5 months without a release ;)
|
function __init__loadsave() |
I was struggling with the error messages from
save("test.stl", r)and found your__init__loadsavefunction that works like a charm.While this is somewhat of a dirty trick, It'd be good to mention it somewhere in the docs.
Also: it's been sitting on master for 5 months without a release ;)
ConstructiveGeometry.jl/src/ConstructiveGeometry.jl
Line 2010 in 1205666