example013.scad 341 B

123456789101112
  1. intersection()
  2. {
  3. linear_extrude(height = 100, center = true, convexity= 3)
  4. import(file = "example013.dxf");
  5. rotate([0, 90, 0])
  6. linear_extrude(height = 100, center = true, convexity= 3)
  7. import(file = "example013.dxf");
  8. rotate([90, 0, 0])
  9. linear_extrude(height = 100, center = true, convexity= 3)
  10. import(file = "example013.dxf");
  11. }