RE: ListSurfacePlot3D - Edge[]
- To: mathgroup at smc.vnet.net
- Subject: [mg26315] RE: [mg26305] ListSurfacePlot3D - Edge[]
- From: "David Park" <djmp at earthlink.net>
- Date: Sun, 10 Dec 2000 21:38:00 -0500 (EST)
- Sender: owner-wri-mathgroup at wolfram.com
Adam,
Needs["Graphics`Graphics3D`"]
apts = Table[{Cos[t]Cos[u], Sin[t]Cos[u], Sin[u]}, {t, 0, Pi, Pi/5}, {u, 0,
Pi/2, Pi/10}];
Show[Graphics3D[EdgeForm[]], ListSurfacePlot3D[apts,
DisplayFunction -> Identity]];
David Park
djmp at earthlink.net
http://home.earthlink.net/~djmp/
> From: Adam Law [mailto:adamjameslaw at hotmail.com]
To: mathgroup at smc.vnet.net
> Is it possible to remove edges in a ListSurfacePlot3D? There is no mesh
> option and I can't seem to get edgeform to work like it does for true
> polygons.
>
> Adios Amigos
>