<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt"><div><span>Thanks for your help!</span></div><div><span><br></span></div><div><span>Carlo</span></div><div><br></div><div style="font-size: 12pt; font-family: 'times new roman', 'new york', times, serif; "><div style="font-size: 12pt; font-family: 'times new roman', 'new york', times, serif; "><font size="2" face="Arial"><hr size="1"><b><span style="font-weight:bold;">Da:</span></b> Herbert Voss <Herbert.Voss@fu-berlin.de><br><b><span style="font-weight: bold;">A:</span></b> pstricks@tug.org<br><b><span style="font-weight: bold;">Inviato:</span></b> Marted́ 13 Settembre 2011 18:53<br><b><span style="font-weight: bold;">Oggetto:</span></b> Re: [pstricks] R:  Re :  Fwd: PSTricks code -- pst-solides3d<br></font><br>Am 13.09.2011 16:43, schrieb Carlo Alberini:<br><br>> It is an easy example of code concerning intersections
 between planes. The problems are:<br>> <br>> 1) how can I paint them with transparent colors (in order to see better the 3D) (my resulting pdf file is very ugly...)<br>> 2) how can I draw the intersection lines among them with different colors?<br><br>Carlo,<br>draw it as a fusion object than it is obvious what are the<br>intersections:<br><br>\documentclass[11pt]{article}<br>\usepackage{pst-solides3d}<br>\begin{document}<br><br>\psset{unit=2.0}<br>\begin{pspicture}(-2,-2)(2,2)<br>\psset{viewpoint=25 20 45 rtp2xyz,Decran=20,lightsrc=viewpoint,solidmemory}<br>\axesIIID[linecolor=blue](0,0,0)(4,5,4)<br>\psSolid[object=plan,definition=equation,<br>   args={[1 2 -1 1]},<br>%    args={[1 0 0 -1]},<br>    fillcolor=blue!50,<br>    base=-2.7 2.7 -4.0 3.5,ngrid=30 30,<br>    action=none,<br>    name=Plane1%,showBase<br>    ]<br>\psSolid[object=plan,definition=equation,<br>   args={[1
 1 1 0]},<br>%    args={[1 0 0 -1]},<br>    fillcolor=red!50,<br>%    plansection={[1 2 -1 1] [1 3 1 2]},<br>    base=-2 2 -2.5 2.5,<br>    ngrid=30 30,<br>    action=none,<br>    name=Plane2, %intersectioncolor=(bleu)%,showBase<br>    ]<br>\psSolid[object=plan,definition=equation,<br>    args={[1 3 1 2]},<br>%    args={[1 0 0 -1]},<br>    fillcolor=blue!50,<br>    base=-0.85 2.57 -4.7 2.5,ngrid=30 30,<br>    action=none,<br>    name=Plane3%,showBase<br>    ]<br>\psSolid[object=fusion,base=Plane1_s Plane2_s Plane3_s]<br>\end{pspicture}<br><br>\end{document}<br><br>Herbert<br><br>_______________________________________________<br>PSTricks mailing list<br><a ymailto="mailto:PSTricks@tug.org" href="mailto:PSTricks@tug.org">PSTricks@tug.org</a><br><a href="http://tug.org/mailman/listinfo/pstricks"
 target="_blank">http://tug.org/mailman/listinfo/pstricks</a><br>archive: <a href="http://www.tug.org/pipermail/pstricks/" target="_blank">http://www.tug.org/pipermail/pstricks/</a><br><br></div></div></div></body></html>