Added note about minkowski exception

git-svn-id: http://svn.clifford.at/openscad/trunk@549 b57f626f-c46c-0410-a088-ec61d464b74c
stl_dim
kintel 2010-05-27 10:28:41 +00:00
parent 5234cb9c31
commit 438825a308
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ o union() {
linear_extrude(height=10, twist=90) circle(5);
translate([7,-5,0]) linear_extrude(height=10, twist=180) polygon(points = [[0,0], [10,0], [5,10]]);
}
o non-convex minkowski example from chrysn fails with an exception
USER INTERFACE
--------------