Re: ParametricPlot3D Edges
- To: mathgroup at smc.vnet.net
- Subject: [mg20612] Re: ParametricPlot3D Edges
- From: "Allan Hayes" <hay at haystack.demon.co.uk>
- Date: Thu, 4 Nov 1999 02:13:29 -0500
- References: <7vm44k$q9i@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
John: ParametricPlot3D[{Cos[t], Sin[t], z, EdgeForm[]}, {t, 0, 2 Pi}, {z, 0, 1}] (look up edge in the Help Browser) Allan --------------------- Allan Hayes Mathematica Training and Consulting Leicester UK www.haystack.demon.co.uk hay at haystack.demon.co.uk Voice: +44 (0)116 271 4198 Fax: +44 (0)870 164 0565 John Pigott 0->O <john.pigott at M0T0R0LA.com> wrote in message news:7vm44k$q9i at smc.vnet.net... > How do I remove the polygon edge lines from ParametricPlot3D ? > > I want to do > > ParametricPlot3D[{Cos[t], Sin[t], z}, {t, 0, 2 Pi}, {z, 0, 1}] > > without the black edges on the polygons. I think I need to do something with > Graphics3D, but I can't figure how to get the output of ParametricPlot3D to the > correct form. > > Thanks, > > John > >