Re: Avoid meshing
- To: mathgroup at smc.vnet.net
- Subject: [mg17419] Re: Avoid meshing
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Thu, 6 May 1999 02:44:25 -0400
- Organization: Universitaet Leipzig
- References: <7gjedj$cmm@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Hi Alexander,
but
ParametricPlot3D[{r*Cos[phi],r*Sin[phi],0,{EdgeForm[],RGBColor[1,0,0]}},
{phi,0,Pi/2},{r,0,1},Lighting->False];
does.
Hope that helps
Jens
Alexander Kricke wrote:
>
> Hello,
>
> how can I prevent that Mathematica 3.0 generates a mesh for following
> object
>
> ParametricPlot3D[{r*Cos[phi],r*Sin[phi],0,RGBColor[1,0,0]},
> {phi,0,Pi/2},{r,0,1},Lighting->False];
>
> Mesh->False does not work.
>
> Thanks for help
>
> Alexander Kricke