AI ile Benzer Model Bul
Baskı Profili(0)
Model Dosyası(0)
Yayınlandı:2026-05-05 08:02:04
1
0
En tant qu'Américain, je ne pense pas que nous devrions posséder le Groenland. L'annexer est une mauvaise idée. Ce modèle est ma petite contribution à la diffusion de cette opinion.
Le modèle a été créé en utilisant le code Mathematica suivant, puis j'ai ajouté le texte en utilisant mon logiciel de découpe.
a = -0,25 ; b = -0,1 ; r = 0,25 ; h1 = 0,125 ; h2 = 0,1 ;
red[x_, y_] := (y >= b et (x - a)^2 + (y - b)^2 <= r) || (y <= b et (x - a)^2 + (y - b)^2 >= r)
button = RegionPlot3D[(x^2 + y^2 <= 1 &&z >= 0) && ((red[x, y] && z <= h1) || (Not[red[x, y]] &&z <= h2)), {x, -1, 1}, {y, -1, 1}, {z, 0, 1},PlotPoints -> 100]
Export ["greenland.stl", bouton, "STL"]
