Thick surface cordinates along surface normal.
- To: mathgroup at smc.vnet.net
- Subject: [mg132472] Thick surface cordinates along surface normal.
- From: Narasimham <mathma18 at gmail.com>
- Date: Wed, 26 Mar 2014 03:22:29 -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
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] Narasimham
- Follow-Ups:
- Re: Thick surface cordinates along surface normal.
- From: Bob Hanlon <hanlonr357@gmail.com>
- Re: Thick surface cordinates along surface normal.