[pstricks] pst-3dplot version 2.02
Herbert Voss
Herbert.Voss at FU-Berlin.DE
Tue Aug 2 15:00:11 CEST 2016
Am 02.08.2016 um 10:52 schrieb Seweryn Kokot:
> Based on the following post
>
> http://tex.stackexchange.com/questions/198977/how-to-draw-cubes-in-pstricks-with-dashed-hidden-lines
>
> on how get invisible hidden lines and visible solid lines in cubes of
> \pstThreeDBox command, we should use at least pst-3dplot version 2.02.
> However in MikTeX provides version 2.01. On the other hand the link to
> the newer version given in that post is stale. So what is the latest
> version of pst-3dplot and how to get it?
This works:
\documentclass{article}
\usepackage{pst-3dplot}
\begin{document}
\begin{pspicture}(-3,-2)(5,5)
\psset{coorType=6}
\pstThreeDBox[hiddenLine](0,0,0)(3,0,0)(0,3,0)(0,0,3)
\end{pspicture}
\end{document}
with the version 2.03 from
http://archiv.dante.de/~herbert/texnik/tex/generic/pst-3dplot/
Herbert
More information about the PSTricks
mailing list