[pstricks] Möbius Strip

Herbert Voss Herbert.Voss at fu-berlin.de
Sun Nov 18 22:56:54 CET 2007


Hensh, Richard schrieb:
> Can one use PStricks to render a Möbius Strip? Has this been done?


\listfiles
\documentclass{article}
\usepackage{pst-3dplot}

\begin{document}

\psset{Beta=20}
\begin{pspicture}(-4,-4)(4,4)
\def\Radius{5 }
\parametricplotThreeD[xPlotpoints=100,yPlotpoints=100](0,360)(-1,1){
   t 2 div cos u mul \Radius add t cos mul
   t 2 div cos u mul \Radius add t sin mul
   t 2 div sin u mul }
\pstThreeDCoor[xMin=-1,yMin=-1,zMin=-1]
\end{pspicture}

\end{document}


but didn't look really nice ...

HErbert



More information about the PSTricks mailing list