MathGroup Archive 2006

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: Showing Animation Outputs together

  • To: mathgroup at smc.vnet.net
  • Subject: [mg64500] Re: [mg64468] Showing Animation Outputs together
  • From: Bob Hanlon <hanlonr at cox.net>
  • Date: Sun, 19 Feb 2006 05:36:12 -0500 (EST)
  • Reply-to: hanlonr at cox.net
  • Sender: owner-wri-mathgroup at wolfram.com

cylspin = {u Cos[t] + Cos[v] Sin[t],
      -u Sin[t] + Cos[v] Cos[t], Sin[v]};
Show[Table[ParametricPlot3D[
        cylspin, {u, 2, 3}, {v, 0, 2*Pi},
        PlotPoints -> {9, 7}, ImageSize -> 500,
        PlotRange -> {{-3, 3}, {-3, 3}, {-1.1, 1.1}}],
      {t, 0, 2 Pi, Pi/4}]];


Bob Hanlon

> 
> From: "Narasimham" <mathma18 at hotmail.com>
To: mathgroup at smc.vnet.net
> Subject: [mg64500] [mg64468] Showing Animation Outputs together
> 
> How to group together all animated (here 8) hexagonal prisms around the
> spin axis into one single final frame?  ( It is assumed that there is
> less interference between individual objects which do not clutter up
> much in 3-space) . TIA .
> 
> cylspin= {u Cos[t]+ Cos[v] Sin[t] ,-u Sin[t]+ Cos[v]  Cos[t],Sin[v]} ;
> Do[ParametricPlot3D[cylspin,{u,2,3},{v,0,2*Pi},
> PlotPoints->{9,7}],{t,0,2 Pi,Pi/4}] ;
> 
> 


  • Prev by Date: Re: How to hide mathematica code?
  • Next by Date: RE: Showing Animation Outputs together
  • Previous by thread: Showing Animation Outputs together
  • Next by thread: RE: Showing Animation Outputs together