MathGroup Archive 1999

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: Removing Graphics3D polygon edges

  • To: mathgroup at smc.vnet.net
  • Subject: [mg18975] Re: Removing Graphics3D polygon edges
  • From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
  • Date: Tue, 3 Aug 1999 13:44:27 -0400
  • Organization: Universitaet Leipzig
  • References: <7nrdrp$ibd@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Hi Greg,


 ParametricPlot3D[{fx_ ,fy_ ,fz_, EdgeForm[] },{ u,u0 ,u1 },{v ,v0 ,v1
},
       BoxRatios->{1,1,2},Axes->False,Boxed->False,
       PlotPoints->40]

inserting EdgeForm[] where you usual place a color directive
vor ParametricPlot3D[]

Hope that helps
  Jens
 
Greg Keogh wrote:
> 
> Hello from Melbourne Australia,
> 
> I can't figure out how to remove the edges of polygons on the surface of a
> Graphics3D object created by a ParametricPlot3D. The skeleton of my call
> looks like this:
> 
> I want the equivalent smooth appearance one gets from Mesh->False in a
> surface plot. I think I'm supposed to include an EdgeForm[] directive, but I
> 'm having trouble with the syntax.
> 
> Cheers,
> Greg Keogh greg at mira.net


  • Prev by Date: Re: Discrete Convolution
  • Next by Date: Re: Discrete Convolution
  • Previous by thread: Re: Removing Graphics3D polygon edges
  • Next by thread: Biased Random[Integer]?