Re: Equivalent to Mesh->False in ParametricPlot3D?
- To: mathgroup at smc.vnet.net
- Subject: [mg23089] Re: Equivalent to Mesh->False in ParametricPlot3D?
- From: "Allan Hayes" <hay at haystack.demon.co.uk>
- Date: Sun, 16 Apr 2000 00:37:31 -0400 (EDT)
- References: <8d95ub$icb@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Jan,
ParametricPlot3D[{x, y, 1, {EdgeForm[]}}, {x, 0, 1}, {y, 0, 1}]
More generally, we can have
ParametricPlot3D[{x, y,
1, {sequence of directives for the polygons that are displayed}}, {x, 0,
1}, {y, 0, 1}]In[40]:=
ParametricPlot3D[{x, y, 1, {EdgeForm[]}}, {x, 0, 1}, {y, 0, 1}]
More generally, we can have
ParametricPlot3D[{x, y,
1, {sequence of directives for the polygons that are displayed}}, {x, 0,
1}, {y, 0, 1}]
--
Allan
---------------------
Allan Hayes
Mathematica Training and Consulting
Leicester UK
www.haystack.demon.co.uk
hay at haystack.demon.co.uk
Voice: +44 (0)116 271 4198
Fax: +44 (0)870 164 0565
"Jan Krupa" <krupa at alpha.sggw.waw.pl> wrote in message
news:8d95ub$icb at smc.vnet.net...
>
> In Plot3D there is an option Mesh-> False.
> Is there similar option for ParametricPlot3D?
> How to draw surface using ParametricPlot3D
> without mesh?
>
> Jan
>
>