MathGroup Archive 2006

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

Search the Archive

No mesh with Graphics3D

  • To: mathgroup at smc.vnet.net
  • Subject: [mg64738] No mesh with Graphics3D
  • From: giurrero at gmail.com
  • Date: Thu, 2 Mar 2006 06:47:22 -0500 (EST)
  • Sender: owner-wri-mathgroup at wolfram.com

Hi, I have a Graphics3D generated by SpericalPlot3D and I want to
eliminate the mesh. How I can do it. I tried to use Mesh->False, but it
doesn't work, I think I need to convert Graphics3D to GraphicsSurface,
but I'm not able.

<< Graphics`

Grafico1 =
  SphericalPlot3D[
    Evaluate[
      Abs[SphericalHarmonicY[2, 1, θ, Ï?]]
      ],
    {θ, 0, Ï?}, {Ï?, 0, 2Ï?}]


  • Prev by Date: Re: Limit
  • Next by Date: Re: Sequence@@List
  • Previous by thread: Re: simplifying a summation / integral
  • Next by thread: Re: No mesh with Graphics3D