[pstricks] help with pst-solides3d
Jean-Paul Vignault
jpv at melusine.eu.org
Fri Dec 19 11:04:27 CET 2008
Dear Hamed,
maybe you can try "fillcolor" instead of "linecolor" :
\documentclass{article}
\usepackage{pst-solides3d}
\begin{document}
\pagestyle{empty}
\psset{unit=0.3}
\begin{pspicture}(-6,-6)(6,8)
\psframe*[linecolor=blue!50](-6,-6)(6,8)
\psSolid[object=grille, base=-4 4 -4 4, linecolor=red,
linewidth=0.5\pslinewidth]%
\axesIIID(0,0,0)(4,4,7)
\defFunction[algebraic]{helice}(t){3*cos(4*t)}{3*sin(4*t)}{t}
\psSolid[object=courbe,
r=0,
range=0 6,
fillcolor=blue,
linewidth=.1,
resolution=360,
function=helice]%
\end{pspicture}
\end{document}
Regards,
Jean-Paul
More information about the PSTricks
mailing list