summaryrefslogtreecommitdiff
path: root/tests/regression/dumptest/example011-expected.csg
diff options
context:
space:
mode:
authorMarius Kintel <marius@kintel.net>2013-12-15 23:21:51 (GMT)
committerMarius Kintel <marius@kintel.net>2013-12-15 23:21:51 (GMT)
commitdced79fb2d6a4bb1bd5992e611e1c209b910f820 (patch)
treef1491a4331debb8f89098553ceeff377a4053ab3 /tests/regression/dumptest/example011-expected.csg
parent4fd18f6d72d3690dec11c7241a8127fe37007dec (diff)
parent446dc3d36d36ee3786615c6297a141c01ed972c0 (diff)
Merge pull request #574 from openscad/planar
Planar - see issue #349
Diffstat (limited to 'tests/regression/dumptest/example011-expected.csg')
-rw-r--r--tests/regression/dumptest/example011-expected.csg2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/regression/dumptest/example011-expected.csg b/tests/regression/dumptest/example011-expected.csg
index 653a6cf..1cd617f 100644
--- a/tests/regression/dumptest/example011-expected.csg
+++ b/tests/regression/dumptest/example011-expected.csg
@@ -1,3 +1,3 @@
group() {
- polyhedron(points = [[10, 0, 0], [0, 10, 0], [-10, 0, 0], [0, -10, 0], [0, 0, 10]], triangles = [[0, 1, 2, 3], [4, 1, 0], [4, 2, 1], [4, 3, 2], [4, 0, 3]], convexity = 1);
+ polyhedron(points = [[10, 0, 0], [0, 10, 0], [-10, 0, 0], [0, -10, 0], [0, 0, 10]], faces = [[0, 1, 2, 3], [4, 1, 0], [4, 2, 1], [4, 3, 2], [4, 0, 3]], convexity = 1);
}
contact: Jan Huwald // Impressum