Re: ListSurfacePlot3D - Edge[]
- To: mathgroup at smc.vnet.net
 - Subject: [mg26366] Re: ListSurfacePlot3D - Edge[]
 - From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
 - Date: Wed, 13 Dec 2000 02:41:24 -0500 (EST)
 - Organization: Universitaet Leipzig
 - References: <90v85k$79o@smc.vnet.net>
 - Sender: owner-wri-mathgroup at wolfram.com
 
Hi,
what is the ListSurfacePlot3D[] function ?
There are
ListPlot3D[] with a mesh option and
TriangularSurfacePlot[] where
Show[
  TriangularSurfacePlot[data3D, DisplayFunction -> Identity] /. 
    p_Polygon :> {EdgeForm[], p}, DisplayFunction -> $DisplayFunction]
work fine.
Regards
  Jens
Adam Law wrote:
> 
> 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