Re: Thick surface cordinates along surface normal.
- To: mathgroup at smc.vnet.net
- Subject: [mg132480] Re: Thick surface cordinates along surface normal.
- From: Joe Gwinn <joegwinn at comcast.net>
- Date: Thu, 27 Mar 2014 05:00:34 -0400 (EDT)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
- Delivered-to: l-mathgroup@wolfram.com
- Delivered-to: mathgroup-outx@smc.vnet.net
- Delivered-to: mathgroup-newsendx@smc.vnet.net
- References: <lgtv88$euo$1@smc.vnet.net>
In article <lgtv88$euo$1 at smc.vnet.net>, Narasimham <mathma18 at gmail.com> wrote: > The following shows an example of a surface made of point coordinates at half > thickness distance on each side of surface along normal.How to get a table > of these coordinates on which it is based for any surface? > > ParametricPlot3D[{u Cos[v], v, u Sin[v]}, {u, -1, 1}, {v, 0,1.5 Pi}, > PlotStyle -> Thickness[.4], Axes -> None, Boxed -> False] Replace ParametricPlot3D with Table and eliminate anything that Table doesn't like, like Axes and Boxed. Joe Gwinn