input geometriesyr16; figureespace(-10u,-10u,10u,10u); Initialisation(5,25,20,500); color A,B,C,D,E,F,G,H,L,M,N,K; trace Pave(E,F,G,H,D,A,B,C)(1,1.5,0.5); L=iso(E,F); K=iso(F,G); N=iso(G,H); M=iso(H,E); transparence polygone(A,C,K,L); fillcolor:=0.85gris; transparence polygone(A,M,L); trace chemin(K,C,A,L); trace chemin(K,L,M,A) dashed evenly; trace chemin(M,N,C) dashed evenly; trace chemin(K,N) dashed evenly; nomme.bot(E); nomme.bot(F); nomme.rt(G); nomme.ulft(H); nomme.top(D); nomme.lft(A); nomme.ulft(B); nomme.urt(C); nomme.rt(K); nomme.bot(L); nomme.top(N); nomme.lft(M); finespace; end