MathGroup Archive 2006

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

Search the Archive

Re: No mesh with Graphics3D

  • To: mathgroup at smc.vnet.net
  • Subject: [mg64771] Re: [mg64738] No mesh with Graphics3D
  • From: "Christopher Arthur" <pannoniara at aol.com>
  • Date: Thu, 2 Mar 2006 19:27:44 -0500 (EST)
  • References: <200603021147.GAA05106@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Use...

Show[Insert[Grafico1,EdgeForm[],{1,1}]]


----- Original Message ----- 
From: <giurrero at gmail.com>
To: mathgroup at smc.vnet.net
Subject: [mg64771] [mg64738] No mesh with Graphics3D


> 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: No mesh with Graphics3D
  • Previous by thread: No mesh with Graphics3D
  • Next by thread: Re: No mesh with Graphics3D