Trouver des similitudes avec l'IA
Profil d’impression(0)
Fichier modèle(0)
Publié:2026-01-13 07:15:17
0
0
Eine einfache Bibliothek für hohle Objekte in openSCAD.
Parameter:
Die Bounding Box sollte größer sein als die Form, die geschält werden soll.
Die Standard-Bbox hat eine Größe von 2000 und ist auf den Ursprung zentriert.
Shell(dir,bbox)...:
Bbox: [[min_x,min_y,min_z],[max_x,max_y,max_z]] shell2d(dir,bbox)...:
dir: -1=nur innen 0=symmetrisch 1=nur außen
Bbox: [[min_x,min_y],[max_x,max_y]] Verwendung:
3D:
shell(...)
{
//Objekt zur Shell
//Form der Wand (wie Minkowski)
}
2D:
shell2d(...)
{
//Form zu Schale
//Form der Wand (wie Minkowski)
}
