CompuServe Thread

#klein bottles

2 messages in this thread
#148591From: john baileyJan 23, 1995 5:22 PM
Thanks for the info! If you don't mind I am also looking for equations / packages for the following: Ennepers surface and conchoid surfaces and ideal hyperbolic polyhedra if you have or know where i can get these packages, please let me know. Thanks! John Bailey 71011,1327 ps I ve already looked on mathsource on internet at mathsource.wri.com i dis not find them there.
#148718From: Jim HawkinsJan 24, 1995 6:55 AM
John, I sent you mail on this, but here it is so others can see it: ————————————————————- <<Utilitie`DXF` <<Graphics`Graphics3D` bx = 6 Cos[u] (1 + Sin[u]); by = 16 Sin[u]; rad = 4 ( 1 – Cos[u] / 2); X = If[Pi < u <= 2 Pi, bx + rad Cos[v + Pi], bx + rad Cos[u] Cos[v]]; Y = If[Pi < u <= 2 Pi, by, by + rad Sin[u] Cos[v]]; Z = rad Sin[v]; klein = ParametricPlot3D[{X, Y, Z}, {u, 0, 2 Pi}, {v, 0, 2 Pi}, PlotPoints -> {48,12}, Axes -> False, Boxed -> False, ViewPoint -> {1.4, -2.6, -1.7}] WriteDXF["klein.dxf", klein]