MathGroup Archive 2001

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

Search the Archive

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


  • Prev by Date: Using Unusual Characters with Do
  • Next by Date: Re: Plotting Intersecting Planes
  • Previous by thread: Thickness in ParametricPlot3D
  • Next by thread: Re: Thickness in ParametricPlot3D