<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="GENERATOR" content="GtkHTML/4.4.4">
</head>
<body>
Hello all,<br>
<br>
I am trying to use pst-vue3d to create a section of a sphere with dashed lines (below is a simplified version of my code).  Everything works great unless I uncomment line 13, specifying the dashed line for \PortionSphereThreeD (see attachments).  If I use \psset{linestyle=dashed},
 this happens the first time a command specific to pst-vue3d is encountered, such as pNodeThreeD, even though no lines are stroked.<br>
<br>
This is the only package for which I have seen this problem.  I am using TeXLive 2012 on Linux, but it works on my work computer running an older MikTeX installation (2008) with Windows 7.  The only difference between the two installations are the pstricks.sty
 (v0.40 / v0.52) and pstricks.tex (v1.29 / v2.30) files, i.e., the pst-vue3d package is v1.24 in both instances.  However, when I did a local installation of the latest pstrick package on my work computer, it produced the same results as my Linux installation. 
 And I did run texhash on the TeXLive installation and refreshed the filename database on MikTeX (as evidenced by the version numbers on the log file - unfortunately I do not have any of the MikTeX log files).<br>
<br>
Am I missing something that explains this error? I have only started using pstricks, so it may be something very obvious...<br>
<br>
Thanks,<br>
Eric Van Horn<br>
<br>
\documentclass{article}<br>
\usepackage{pst-vue3d}<br>
<br>
\listfiles<br>
\begin{document}<br>
<br>
  \begin{pspicture}(1,.5)(7,5)<br>
<br>
    \psset{THETA=-30,PHI=-30,Dobs=10,Decran=10,fillstyle=solid,fillcolor=blue}<br>
<br>
    \psframe[linestyle=dashed,fillcolor=red](0,0)(4,4)<br>
    \PortionSphereThreeD%<br>
%       [linestyle=dashed]%<br>
      (0,0,0){4}<br>
  \end{pspicture}<br>
\end{document}
</body>
</html>