MathGroup Archive 2001

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

Search the Archive

Re: Thickness in ParametricPlot3D

  • To: mathgroup at smc.vnet.net
  • Subject: [mg27206] Re: Thickness in ParametricPlot3D
  • From: Brian Higgins <bghiggins at ucdavis.edu>
  • Date: Fri, 9 Feb 2001 03:11:08 -0500 (EST)
  • References: <95tpqh$m5v@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Mija, It can be done this way:

In[72]:=ParametricPlot3D[{Cos[t],
    Sin[t], .1t, {Thickness[0.02], RGBColor[0, 0, 1]}}, {t, 0, 3\[Pi]},
  AspectRatio -> .8]

Cheers,

Brian

In article <95tpqh$m5v at smc.vnet.net>,
  "Mitja Lakner" <mlakner at fgg.uni-lj.si> 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
>
>


Sent via Deja.com
http://www.deja.com/


  • Prev by Date: Re: Thickness in ParametricPlot3D
  • Next by Date: Re: String to Number
  • Previous by thread: Re: Thickness in ParametricPlot3D
  • Next by thread: String to Number