MathGroup Archive 2001

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

Search the Archive

Re: remicing the mesh in ParamtericPlot3D

  • To: mathgroup at smc.vnet.net
  • Subject: [mg32110] Re: [mg32102] remicing the mesh in ParamtericPlot3D
  • From: BobHanlon at aol.com
  • Date: Thu, 27 Dec 2001 03:34:11 -0500 (EST)
  • Sender: owner-wri-mathgroup at wolfram.com

In a message dated 12/25/01 12:18:57 AM, erich.neuwirth at univie.ac.at writes:

>can the mesh in a ParametricPlot3D be removed?
>The returned value is not a Surface object, bt a Graphics3D object.

Needs["Graphics`ParametricPlot3D`"];

ParametricPlot3D[
    {Cos[u] Cos[v],Sin[u] Cos[v],Sin[v],
      EdgeForm[]},
    {u,0,2Pi,Pi/15},
    {v,-Pi/2,Pi/2, Pi/15}];


Bob Hanlon
Chantilly, VA  USA


  • Prev by Date: Re: Integration of "Which" function
  • Next by Date: size of graphics for animation
  • Previous by thread: remicing the mesh in ParamtericPlot3D
  • Next by thread: Re: remicing the mesh in ParamtericPlot3D