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Ï?}]
- Follow-Ups:
- Re: No mesh with Graphics3D
- From: gardyloo <gardyloo@mail.wsu.edu>
- Re: No mesh with Graphics3D
- From: "Christopher Arthur" <pannoniara@aol.com>
- Re: No mesh with Graphics3D