von sudo » Mi 15. Jan 2014, 11:17
Wenn ich die Anleitung von
http://www.bakoma-tex.com/doc/generic/p ... epiped.pdf richtig verstanden habe (Mein Französisch ist nicht so besonders), dann musst du noch ein Grid auf die Oberfläche des Parallelepiped legen:
\documentclass{scrreprt}
\usepackage{pst-solides3d}
\begin{document}
\psset{unit=1,viewpoint=20 20 20}
\begin{pspicture}(-5,-5)(5,5)
\psSolid[object=cube,a=1,ngrid=5](0,0,3)
\psSolid[object=parallelepiped,a=3,b=4,c=1](1.5,2,0.5)
\psSolid[object=grille,base=0 3 0 4, action=draw, ngrid=2](0,0,1)
\psSolid[object=grille,base=-.5 .5 0 4, RotY=90, action=draw](3,0,.5)
\psSolid[object=grille,base=0 3 -.5 .5, RotX=90, action=draw](0,4,.5)
\axesIIID(1,1,1)(5,5,5)
\end{pspicture}
\end{document}
Ob ngrid dann aber die Wirkung hat, die du erwartest, weiß ich nicht.
Wenn ich die Anleitung von [url]http://www.bakoma-tex.com/doc/generic/pst-solides3d/doc/pst-solides3d-doc-grille-parallelepiped.pdf[/url] richtig verstanden habe (Mein Französisch ist nicht so besonders), dann musst du noch ein Grid auf die Oberfläche des Parallelepiped legen:[code]\documentclass{scrreprt}
\usepackage{pst-solides3d}
\begin{document}
\psset{unit=1,viewpoint=20 20 20}
\begin{pspicture}(-5,-5)(5,5)
\psSolid[object=cube,a=1,ngrid=5](0,0,3)
\psSolid[object=parallelepiped,a=3,b=4,c=1](1.5,2,0.5)
\psSolid[object=grille,base=0 3 0 4, action=draw, ngrid=2](0,0,1)
\psSolid[object=grille,base=-.5 .5 0 4, RotY=90, action=draw](3,0,.5)
\psSolid[object=grille,base=0 3 -.5 .5, RotX=90, action=draw](0,4,.5)
\axesIIID(1,1,1)(5,5,5)
\end{pspicture}
\end{document}[/code]Ob ngrid dann aber die Wirkung hat, die du erwartest, weiß ich nicht.