3D 인쇄 가능한 플롯 생성
입체 특징 테마인 "ThickSurface" 및 "FilledSurface"를 사용하여 손쉽게 3D 인쇄 가능한 플롯을 생성합니다.
In[1]:=
RevolutionPlot3D[{Sin[t] + Sin[5 t]/10, Cos[t] + Cos[5 t]/10}, {t, 0,
Pi}, RegionFunction -> (Sin[5 (#4 + #5)] > 0 &), Boxed -> False,
Axes -> None, PlotTheme -> "ThickSurface"]
Out[1]=
Out[15]=