Re: Thickness in ParametricPlot3D
- To: mathgroup at smc.vnet.net
- Subject: [mg27186] Re: Thickness in ParametricPlot3D
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Fri, 9 Feb 2001 03:10:32 -0500 (EST)
- Organization: Universitaet Leipzig
- References: <95tpqh$m5v@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Hi, ParametricPlot3D[ {Cos[phi]*Sin[th], Sin[phi]*Sin[th], Cos[th], {EdgeForm[Thickness[0.015]], Hue[th/Pi]}}, {th, 0, Pi}, {phi, 0, Pi} ] ??? Mitja Lakner wrote: > > Is it possible to use options Thickness and Hue in ParametricPlot3D? > (similarly as this can be done in Show[Graphics3D = > {Thickness[0..2],Hue[.3],Line[...]}]. On the other hand, I have problems > with Show[Graphics3D, because I obtain JAGGED edges on any thick line.) > > Mitja