example014.scad 143 B

123456789
  1. intersection_for(i = [
  2. [0, 0, 0],
  3. [10, 20, 300],
  4. [200, 40, 57],
  5. [20, 88, 57]
  6. ])
  7. rotate(i) cube([100, 20, 20], center = true);