problem about pst-solides3d-Record and share programming errors


  • Michele
    pstricks ghostscript pst-solides3d
    I’m trying to represent a polytope, but it seems that GhostScript doesn’t let me slice a cube more than once. In particular, I tried the following:\psset{unit=0.6cm,labelsep=20pt} \psset{viewpoint=150 -110 10 rtp2xyz,Decran=120} \begin{pspicture*}(-5,-1)(15,20) \psset{solidmemory}\psSolid[object=cube,action=none,a=10,plansepare={[1 1 1 -3]},name=A](5,5,5)\psSolid[object=load,load=A0,plansepare{[1 1 0 -2]},action=none,name=B]\psSolid[object=load,load=B,action=draw**]\composeSolid\axesIIID[axisnames={A,B,C}](0,0,0)(11,11,11) \end{pspicture*}The above code compiles but of course shows only the result from the first cut. If I replace the last \psSolid line with \psSolid[object=load,load=B0,action=draw**]then GhostScript fails and gives me the following error:Output writte

Originally posted 2013-09-26 03:24:13.