Is there some way I can have separate namespaces in included files?
Example (very simplified, just to make the point):
include<otherthing.scad>;
module draw(){
//draw something
}
draw(); //draws something
otherthing.draw(); //calls draw from otherthing.scad
--
Sent from: http://forum.openscad.org/
Is there some way I can have separate namespaces in included files?
Example (very simplified, just to make the point):
include<otherthing.scad>;
module draw(){
//draw something
}
draw(); //draws something
otherthing.draw(); //calls draw from otherthing.scad
--
Sent from: http://forum.openscad.org/