openscad/tests/regression/dumptest-examples/surface-expected.csg

10 lines
298 B
Plaintext

group() {
group();
intersection() {
surface(file = "surface.dat", center = true, invert = false);
multmatrix([[0.70710678118, -0.70710678118, 0, 0], [0.70710678118, 0.70710678118, 0, 0], [0, 0, 1, 0], [0, 0, 0, 1]]) {
surface(file = "surface.dat", center = true, invert = false);
}
}
}