>Rendering Polygon Mesh using Manifold...
>WARNING: No top level geometry to render
group();
group();
group();
group();
Is there something about calling the commands from OpenSCAD which prevents the list in a variable in a class not being used to generate a 3D model?
William
--
You received this message because you are subscribed to the Google Groups "PythonSCAD" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pythonscad+...@googlegroups.com.
To view this discussion, visit https://groups.google.com/d/msgid/pythonscad/1e85c226-b936-4545-b883-41b4d417316an%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
I think this is again with OpenSCAD inherited contexts. You do all the stuff INSIDE the module and all things work fine INSIDE the module, as long as you stay INSIDE the module.Once you exit the module you see the unmodified context againyou can test my theory by coding all stuff plain and without modules ;)
--
You received this message because you are subscribed to the Google Groups "PythonSCAD" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pythonscad+...@googlegroups.com.
To view this discussion, visit https://groups.google.com/d/msgid/pythonscad/8cd2a938-d6ab-48a1-9ce9-95cbd501e4ben%40googlegroups.com.