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

7 lines
197 B
Plaintext
Raw Normal View History

group() {
2011-12-21 20:41:30 +04:00
surface(file = "surface-simple.dat", center = true);
2013-05-09 16:23:52 +04:00
multmatrix([[1, 0, 0, 2], [0, 1, 0, 0], [0, 0, 1, 0], [0, 0, 0, 1]]) {
surface(file = "surface-simple2.dat", center = true);
}
}