<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><div></div><div>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 12px; "><font face="Helvetica" size="3" style="font: normal normal normal 12px/normal Helvetica; "><br></font></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 12px; "><font face="Helvetica" size="3" style="font: normal normal normal 12px/normal Helvetica; ">*********************************************************************************************************</font></p><div>However, when I comment out all the "action=draw**" commands and replace them with "action=none, name=&lt;&gt;"</div><div>and also uncomment the solidmemory at the start and the \psSolid[object=fusion,... as well as \compose Solid,</div><div>as shown below, I get the error message that follows the code:</div><div><div>% !TEX TS-program = latex</div><div>\listfiles</div><div>\documentclass[11pt]{article}</div><div>\usepackage{pst-solides3d, pst-3dplot, pst-math,pstricks-add}</div><div>\usepackage{pst-3d}</div><div>\begin{document}</div><div><span class="Apple-tab-span" style="white-space:pre">                </span>\begin{pspicture}(-0.5,-2)(3,3)</div><div><span class="Apple-tab-span" style="white-space:pre">                                </span>\psset{solidmemory}</div><div><span class="Apple-tab-span" style="white-space:pre">                                </span>\psset{lightsrc=50 20 50, viewpoint=15 60 70 rtp2xyz,</div><div><span class="Apple-tab-span" style="white-space:pre">                                        </span>Decran=50}</div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">                                </span>\psSurface[</div><div><span class="Apple-tab-span" style="white-space:pre">                                        </span> fillcolor=gray,</div><div><span class="Apple-tab-span" style="white-space:pre">                                        </span> incolor=green,</div><div><span class="Apple-tab-span" style="white-space:pre">                                        </span> ngrid=0.1 0.1,</div><div><span class="Apple-tab-span" style="white-space:pre">                                        </span> algebraic,</div><div><span class="Apple-tab-span" style="white-space:pre">                                        </span> grid,% comment it out to see meaning of ngrid</div><div>%<span class="Apple-tab-span" style="white-space:pre">                                        </span> action=draw**,</div><div><span class="Apple-tab-span" style="white-space:pre">                                        </span>action=none,</div><div><span class="Apple-tab-span" style="white-space:pre">                                        </span>name=graphsurf,</div><div><span class="Apple-tab-span" style="white-space:pre">                                </span>](-1,-1.5)(1,1.5){ (x^2-3*y^2)/2 }</div><div>%</div><div><span class="Apple-tab-span" style="white-space:pre">                                </span>\defFunction[algebraic]{curvey}(t){t}{1} {0.5*t^2-1.5}</div><div><span class="Apple-tab-span" style="white-space:pre">                                </span>\psSolid[%</div><div><span class="Apple-tab-span" style="white-space:pre">                                        </span>object=courbe,</div><div><span class="Apple-tab-span" style="white-space:pre">                                        </span>r=0.01,</div><div><span class="Apple-tab-span" style="white-space:pre">                                        </span>range=-1.0 1.0,</div><div><span class="Apple-tab-span" style="white-space:pre">                                        </span>resolution=720,</div><div><span class="Apple-tab-span" style="white-space:pre">                                        </span>linecolor=blue,</div><div><span class="Apple-tab-span" style="white-space:pre">                                        </span>linewidth=1pt,</div><div><span class="Apple-tab-span" style="white-space:pre">                                        </span>function=curvey,</div><div>%<span class="Apple-tab-span" style="white-space:pre">                                        </span>action=draw**,</div><div><span class="Apple-tab-span" style="white-space:pre">                                        </span>action=none,</div><div><span class="Apple-tab-span" style="white-space:pre">                                        </span>name=curvey,</div><div><span class="Apple-tab-span" style="white-space:pre">                                </span>]%</div><div><span class="Apple-tab-span" style="white-space:pre">                        </span>\defFunction[algebraic]{curvex}(t){0.5}{t} {0.125-1.5*t^2}</div><div><span class="Apple-tab-span" style="white-space:pre">                        </span>\psSolid[%</div><div><span class="Apple-tab-span" style="white-space:pre">                                </span>object=courbe,</div><div><span class="Apple-tab-span" style="white-space:pre">                                </span>r=0.01,</div><div><span class="Apple-tab-span" style="white-space:pre">                                </span>range=-1.5 1.5,</div><div><span class="Apple-tab-span" style="white-space:pre">                                </span>resolution=720,</div><div><span class="Apple-tab-span" style="white-space:pre">                                </span>linecolor=lightgray,&nbsp;</div><div><span class="Apple-tab-span" style="white-space:pre">                                </span>linewidth=1pt,</div><div><span class="Apple-tab-span" style="white-space:pre">                                </span>function=curvex,</div><div>%<span class="Apple-tab-span" style="white-space:pre">                                </span>action=draw**,</div><div><span class="Apple-tab-span" style="white-space:pre">                                </span>action=none,</div><div><span class="Apple-tab-span" style="white-space:pre">                                </span>name=curvex,</div><div><span class="Apple-tab-span" style="white-space:pre">                                </span>]%</div><div><span class="Apple-tab-span" style="white-space:pre">                        </span>\psSolid[</div><div><span class="Apple-tab-span" style="white-space:pre">                                </span>object=fusion,</div><div><span class="Apple-tab-span" style="white-space:pre">                                </span>action=draw**,</div><div><span class="Apple-tab-span" style="white-space:pre">                                </span>base=graphsurf curvey curvex,</div><div><span class="Apple-tab-span" style="white-space:pre">                                </span>]</div><div><span class="Apple-tab-span" style="white-space:pre">                        </span>\composeSolid</div><div><span class="Apple-tab-span" style="white-space:pre">                                </span></div><div><span class="Apple-tab-span" style="white-space:pre">                </span>\end{pspicture}</div><div>\end{document}</div></div><div><br></div><div><blockquote type="cite"><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 10px/normal Monaco; ">Error: /typecheck in --get--</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 10px/normal Monaco; ">Operand stack:</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 10px/normal Monaco; ">&nbsp;&nbsp; --nostringval-- &nbsp; -1 &nbsp; 1 &nbsp; S1 &nbsp; -1.5 &nbsp; 0</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 10px/normal Monaco; ">Execution stack:</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 10px/normal Monaco; ">&nbsp;&nbsp; %interp_exit &nbsp; .runexec2 &nbsp; --nostringval-- &nbsp; --nostringval-- &nbsp; --nostringval-- &nbsp; 2 &nbsp; %stopped_push &nbsp; --nostringval-- &nbsp; --nostringval-- &nbsp; --nostringval-- &nbsp; false &nbsp; 1 &nbsp; %stopped_push &nbsp; 1862 &nbsp; 1 &nbsp; 3 &nbsp; %oparray_pop &nbsp; 1861 &nbsp; 1 &nbsp; 3 &nbsp; %oparray_pop &nbsp; 1845 &nbsp; 1 &nbsp; 3 &nbsp; %oparray_pop &nbsp; 1739 &nbsp; 1 &nbsp; 3 &nbsp; %oparray_pop &nbsp; --nostringval-- &nbsp; %errorexec_pop &nbsp; .runexec2 &nbsp; --nostringval-- &nbsp; --nostringval-- &nbsp; --nostringval-- &nbsp; 2 &nbsp; %stopped_push &nbsp; --nostringval-- &nbsp; --nostringval-- &nbsp; 2 &nbsp; --nostringval-- &nbsp; %repeat_continue &nbsp; --nostringval--</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 10px/normal Monaco; ">Dictionary stack:</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 10px/normal Monaco; ">&nbsp;&nbsp; --dict:1150/1684(ro)(G)-- &nbsp; --dict:0/20(G)-- &nbsp; --dict:80/200(L)-- &nbsp; --dict:779/1012(L)-- &nbsp; --dict:175/300(L)-- &nbsp; --dict:38/200(L)-- &nbsp; --dict:184/200(L)-- &nbsp; --dict:779/1012(L)-- &nbsp; --dict:2/11(L)-- &nbsp; --dict:2/5(L)--</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 10px/normal Monaco; ">Current allocation mode is local</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 10px/normal Monaco; ">Last OS error: 2</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 10px/normal Monaco; ">Current file position is 409582</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 10px/normal Monaco; ">GPL Ghostscript 8.70: Unrecoverable error, exit code 1</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 10px/normal Monaco; ">### FAILED to generate /tmp/altpdflatex.69124-1280068503/pst3d test 1.3.pdf ()</div></blockquote></div><div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 10px/normal Monaco; "><br></div></div><div><br></div><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 12px; "><font face="Helvetica" size="3" style="font: normal normal normal 12px/normal Helvetica; "><br></font></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 12px; "><font face="Helvetica" size="3" style="font: normal normal normal 12px/normal Helvetica; "><br class="Apple-interchange-newline">Zbigniew Nitecki</font></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 12px; "><font face="Helvetica" size="3" style="font: normal normal normal 12px/normal Helvetica; ">Department of Mathematics</font></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 12px; "><font face="Helvetica" size="3" style="font: normal normal normal 12px/normal Helvetica; ">Tufts University</font></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 12px; "><font face="Helvetica" size="3" style="font: normal normal normal 12px/normal Helvetica; ">Medford, MA 02155</font></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Helvetica; min-height: 14px; font-size: 12px; "><br></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 12px; "><font face="Helvetica" size="3" style="font: normal normal normal 12px/normal Helvetica; ">telephones:</font></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 12px; "><font face="Helvetica" size="3" style="font: normal normal normal 12px/normal Helvetica; ">Office<span class="Apple-converted-space"><span class="Apple-converted-tab">&nbsp; &nbsp;<span class="Apple-converted-space">&nbsp;</span></span></span>(617)627-3843</font></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 12px; "><font face="Helvetica" size="3" style="font: normal normal normal 12px/normal Helvetica; ">Dept.<span class="Apple-converted-space"><span class="Apple-converted-tab">&nbsp; &nbsp;<span class="Apple-converted-space">&nbsp;</span></span></span>(617)627-3234</font></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 12px; "><font face="Helvetica" size="3" style="font: normal normal normal 12px/normal Helvetica; ">Dept. fax<span class="Apple-converted-space"><span class="Apple-converted-tab">&nbsp; &nbsp;<span class="Apple-converted-space">&nbsp;</span></span></span>(617)627-3966</font></p><span class="Apple-style-span" style="font-size: 12px; "><a href="http://www.tufts.edu/~znitecki/">http://www.tufts.edu/~znitecki/</a></span>
</div>
<br></div></body></html>