Been playing with OpenSCAD lately, really impressed.
Please correct me if I'm doing something wrong, but the following
construct is not currently supported?
module dosomething() {
child(0);
}
module dosomethingelse() {
dosomething() child(0);
}
dosomethingelse() cube();
Thanks
Vitaly