Thingiverse
Horns - Extruded XYZ Planes Intersection Experiment by Torleif
by Thingiverse
Last crawled date: 4 years, 7 months ago
Extruded XYZ Planes intersection is a project to explore possibility of modelling with this limitation.
Same code different parameters.
https://openscadsnippetpad.blogspot.se/
/* Explanation of shape pattern syntax:
For simple cases a square is implied .
Otherwise interpreted as a poly-line with individual thickness at each point
1 = square 1x1 ;
[1] = square 1x1 ;
[1,2] = square 1x2;
[[1,1],[2,2]] = square bounded by corners 1,1 and 2,2;
[[0,0,1]] = circle r=1 at 0,0;
[[[0,0,1],[1,1,1]]] = two circles r=1 at 0,0 and 1,1;
[[[0,0,1],[1,1,1]]] = line from 0,0 to 1,1 with width=1;
[[[0,0,1],[1,1,2]]] = wedge from 0,0 to 1,1 with width=1 to two;
[[[0,0],[10,10],[5,20]]] = polygon of those points.
[[0,0,1],[10,10,1],[5,20,1]] = "rounded polygon" with circles as points .
*/
Same code different parameters.
https://openscadsnippetpad.blogspot.se/
/* Explanation of shape pattern syntax:
For simple cases a square is implied .
Otherwise interpreted as a poly-line with individual thickness at each point
1 = square 1x1 ;
[1] = square 1x1 ;
[1,2] = square 1x2;
[[1,1],[2,2]] = square bounded by corners 1,1 and 2,2;
[[0,0,1]] = circle r=1 at 0,0;
[[[0,0,1],[1,1,1]]] = two circles r=1 at 0,0 and 1,1;
[[[0,0,1],[1,1,1]]] = line from 0,0 to 1,1 with width=1;
[[[0,0,1],[1,1,2]]] = wedge from 0,0 to 1,1 with width=1 to two;
[[[0,0],[10,10],[5,20]]] = polygon of those points.
[[0,0,1],[10,10,1],[5,20,1]] = "rounded polygon" with circles as points .
*/
