Plot Truncation in RealTime3D
- To: mathgroup at smc.vnet.net
- Subject: [mg65347] Plot Truncation in RealTime3D
- From: "Narasimham" <mathma18 at hotmail.com>
- Date: Mon, 27 Mar 2006 06:56:25 -0500 (EST)
- Sender: owner-wri-mathgroup at wolfram.com
a) How to make ParametricPlot3D to plot in the required PlotRange for top half surface only? b) How to omit/hide circumferential circles or parameter lines of al in Show[pos,neg] ? TIA <<RealTime3D` pos=ParametricPlot3D[ {Cosh[th] Cos[th+al], th, Cosh[th]Sin[th+al]}, {th,-1.2, 1.2 }, {al,0, 2 Pi} ,PlotRange-> { { -2,2},{2,0},{0,2} } ]; neg=ParametricPlot3D[ {Cosh[th] Cos[th+al], th, -Cosh[th]Sin[th+al]}, {th,-1.2, 1.2 }, {al,0, 2 Pi} ,PlotRange-> { { -2,2},{2,0},{0,2} } ]; Show[pos,neg] ; <<Default3D`