Keywords: parametricplot3d cg 3d mathematica torus program プログラム code コード algorithm コード アルゴリズム geometric sculpture geometricsculpture shape geometry sculpture design pattern デザイン パターン graphic グラフィック グラフィクス structure 意匠 構造 symmetry 対称性 たいしょうせい シンメトリー 対称 たいしょう algorithm indoor round circle drawing SetOptions[ParametricPlot3D, MaxRecursion -> 4, Axes -> None, Mesh -> None, Boxed -> False, ImageSize -> 900]; Manipulate[ ParametricPlot3D[{(3 + Cos[a v]) Sin[u], (3 + Cos[b v]) Cos[u], Sin[c v]}, {u, 0, 2 Pi}, {v, 0, 2 Pi}] , {a, 1, 5, 1}, {b, 1, 5, 1}, {c, 1, 5, 1} ] SetOptions[ParametricPlot3D, MaxRecursion -> 4, Axes -> None, Mesh -> None, Boxed -> False, ImageSize -> 900]; Manipulate[ ParametricPlot3D[{(3 + Cos[a v]) Sin[u], (3 + Cos[b v]) Cos[u], Sin[c v]}, {u, 0, 2 Pi}, {v, 0, 2 Pi}] , {a, 1, 5, 1}, {b, 1, 5, 1}, {c, 1, 5, 1} ] |