Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.soft-sys.math.mathematica > #16784
| From | Narasimham <mathma18@gmail.com> |
|---|---|
| Newsgroups | comp.soft-sys.math.mathematica |
| Subject | Variable section and hollow Tubes for economic 3D printing |
| Date | 2014-04-12 09:15 +0000 |
| Message-ID | <lib088$i68$1@smc.vnet.net> (permalink) |
| Organization | Time-Warner Telecom |
Although the tube is not fully filled, a constant thickness prescribed on a variable cross section works. This meets a good number of solid modeling requirements.
TubeRadius = 0.2 ; TR[u_] = 0.2 + 0.15 Cos[u] ; a = 1; Plot[TR[t], {t, 0, 2 Pi}]
tor = ParametricPlot3D[ {(a + TR[t] Cos[ph]) Cos[t], (a + TR[t] Cos[ph]) Sin[t], .5 t + TR[t] Sin[ph]}, {ph, -Pi,Pi}, {t, 0, Pi}];
torTHK = ParametricPlot3D[ {(a + TR[t] Cos[ph]) Cos[t], (a + TR[t] Cos[ph]) Sin[t], .5 t + TR[t] Sin[ph]}, {ph, -Pi,Pi}, {t, 0, Pi}, PlotStyle -> Thickness[.07], Axes -> None, Boxed -> False]
HelTHK = ParametricPlot3D[ {(a + TR[2 ph] Cos[ph])
Cos[ t], (a + TR[2 ph] Cos[ph]) Sin[t], .8 t + TR[2 ph] Sin[ph]}, {ph, -Pi, Pi}, {t, 0, Pi}, PlotStyle -> Thickness[.04], Axes -> None, Boxed -> False]
Narasimham
Back to comp.soft-sys.math.mathematica | Previous | Next | Find similar
Variable section and hollow Tubes for economic 3D printing Narasimham <mathma18@gmail.com> - 2014-04-12 09:15 +0000
csiph-web