- Conception 100 % parametric : tout est défini par des variables.
- Extrusions :
linear_extrude,rotate_extrude. - Robust booleans :
union,difference,intersection. - Direct STL export for the next steps of the pipeline.
hauteur = 20;
diametre = 10;
difference() {
cylinder(h = hauteur, d = diametre);
cylinder(h = hauteur, d = diametre - 3);
}
linear_extrude(height = 10)
polygon(points = [
[0, 0],
[20, 0],
[20, 10],
[0, 10]
]);
OpenSCAD illustration
Exemple d’interface et de rendu OpenSCAD lié à ce workflow parametric.
Video: openSCAD.mp4
Open video