variable tube radius and variable surface thickness
- To: mathgroup at smc.vnet.net
- Subject: [mg132524] variable tube radius and variable surface thickness
- From: Narasimham <mathma18 at gmail.com>
- Date: Sat, 5 Apr 2014 01:49:14 -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
How is changing radius toroid implemented? How is changing thickness of surface implemented? Thanks in advance for reply. Regards Narasimham TR[t_] = .2 + .15 Cos[ t] Plot[TR[t], {t, 0, 2 Pi}] g1 = ParametricPlot3D [{Cos[t], Sin[t], 0}, {t,Pi,2 Pi}, PlotRange -> All, PlotStyle -> Tube[TR[t]]] TR[t_] = .2 g2 = ParametricPlot3D [ { Cos[t], Sin[t], 0}, {t, 0, Pi},PlotRange -> All, PlotStyle -> Tube[.2] ] Show[g1, g2]
- Follow-Ups:
- Re: variable tube radius and variable surface thickness
- From: Bob Hanlon <hanlonr357@gmail.com>
- Re: variable tube radius and variable surface thickness