Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.soft-sys.math.mathematica > #16739
| From | Narasimham <mathma18@gmail.com> |
|---|---|
| Newsgroups | comp.soft-sys.math.mathematica |
| Subject | variable tube radius and variable surface thickness |
| Date | 2014-04-05 05:49 +0000 |
| Message-ID | <lho5h2$r7d$1@smc.vnet.net> (permalink) |
| Organization | Time-Warner Telecom |
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]
Back to comp.soft-sys.math.mathematica | Previous | Next | Find similar
variable tube radius and variable surface thickness Narasimham <mathma18@gmail.com> - 2014-04-05 05:49 +0000
csiph-web