[pstricks] Fusing planes
José Jesús Rosell Escolar
josejesus.rosell at gmail.com
Sun Aug 11 20:47:12 CEST 2019
Good afternoon Herbert,
My question is the following: can you merge two planes using the pst-solides3d fusion action?
I have been trying but I don’t get any images. The code I use is:
\begin{pspicture}[showgrid](-5,-5)(5,10)
\psset{Decran=20}
\psset{solidmemory}
\psSolid[object=plan, definition=normalpoint, args={0 0 4 [1 1 1]},fillcolor=cyan,base=-4 4 -3 3,name=P1,action=none]
\psSolid[object=plan, definition=normalpoint, args={0 0 4 [2 -1 -1 45]},fillcolor=green,base=-4 4 -3 3,name=P2,intersectiontype=0,intersectionplan={[1 1 1 -4]},action=none]
\axesIIID(2,2,4)(5,5,5)
\psPoint(0,0,4){C}
\psdot(C)
\psSolid[object=fusion, base=P1 P2, action=draw**](0,0,0)
\composeSolid
\end{pspicture}
Thank you
Jose Jesus Rosell
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://tug.org/pipermail/pstricks/attachments/20190811/b58d0428/attachment.html>
More information about the PSTricks
mailing list