Re: ParametricPlot3D of the Mesh
- To: mathgroup at smc.vnet.net
- Subject: [mg66042] Re: ParametricPlot3D of the Mesh
- From: "Jens-Peer Kuska" <kuska at informatik.uni-leipzig.de>
- Date: Thu, 27 Apr 2006 05:19:47 -0400 (EDT)
- Organization: Uni Leipzig
- References: <e2pprk$t42$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Hi, ParametricPlot3D[] returns a Graphics3D[] structure and you must set up an EdgeForm[] as color, i. e. ParametricPlot3D[{x,y,0,EdgeForm[]},{x,-1,1},{y,-1,1}] Regards Jens "nuke" <nuke_ at 163.com> schrieb im Newsbeitrag news:e2pprk$t42$1 at smc.vnet.net... | Hi: | I want to hide the black line shown in the graph of ParametricPlot3D, which plays the same role as Mesh->False in Plot3D. What is the command? Thank U |