module fixation(){ linear_extrude (height=1.01, $fn = 200) import (file="profil.dxf", layer="accroche-exterieur", $fn=500); translate([0,0,1]) linear_extrude (height=4, $fn = 200) import (file="profil.dxf", layer="accroche", $fn=500); translate([0,0,4.999]) linear_extrude (height=1.01, $fn = 200) import (file="profil.dxf", layer="accroche-exterieur", $fn=500); } translate ([0,0,3.5]) rotate([270,270,0])fixation(); translate ([2.9999,0,0]) linear_extrude (height=1, $fn = 200) import (file="profil.dxf", layer="0", $fn=500); hull(){ translate ([4.9999,0,0]) cube ([0.1,6,5.5]); translate ([90,0,0]) cube ([0.1,2,1]); }