MathGroup Archive 2000

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

Search the Archive

RE: Equivalent to Mesh->False in ParametricPlot3D?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg23095] RE: [mg23072] Equivalent to Mesh->False in ParametricPlot3D?
  • From: "David Park" <djmp at earthlink.net>
  • Date: Sun, 16 Apr 2000 00:37:35 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

> From: Jan Krupa [mailto:krupa at alpha.sggw.waw.pl]
To: mathgroup at smc.vnet.net
> In Plot3D there is an option Mesh-> False.
> Is there similar option for  ParametricPlot3D?
>  How to draw surface using ParametricPlot3D
> without mesh?
>

Jan,

This seems to be a frequent question to MathGroup.

In Help, check the third form of ParametricPlot3D and EdgeForm. Instead of a
color specification, s, put EdgeForm[]. This eliminates the rendering of the
polygon edges that make up the surface. Mesh is not an option for Graphics3D
(ParametricPlot3D) but is for SurfaceGraphics (Plot3D).

ParametricPlot3D[{fx[x,y], fy[x,y], fx[x,y], EdgeForm[]}, {x, xmin,xmax},{y,
ymin, ymax}]

David Park
djmp at earthlink.net
http://home.earthlink.net/~djmp/




  • Prev by Date: RE: "possible spelling error" warnings
  • Next by Date: RE: Shadowing in loaded packages
  • Previous by thread: Equivalent to Mesh->False in ParametricPlot3D?
  • Next by thread: Re: Equivalent to Mesh->False in ParametricPlot3D?