Moving an AutoCad DXF solid along a 3D path in Mathematica
问题 I came across this post and found belisarius' answer interesting. Wondering whether he someone can post his complete mma code and give some explanation. In general, my question is about how to achieve this kind of annimation/plotting behavior in mma. It looks amazing to me! Many thanks. 回答1: Please tell me if further explanation is needed. x[t_] := {Cos@t, Sin@t, .1 t} /; t <= 3 Pi; x[t_] := {Cos@t, Sin@t, .3 Pi (4 - t/Pi)} /; t > 3 Pi; plotRange = {{-110, 110}, {-110, 110}, {-10, 110}}; z1 =