input geometriesyr16; figureespace(-10u,-10u,10u,10u); Initialisation(5,30,20,400); color A,B,C,D,E,F,G,H,I,J,N,M; trace Cube(E,F,G,H,D,A,B,C); I=iso(B,C); J=iso(F,G); trace chemin(F,I,J); trace chemin(I,E,J) dashed evenly; nomme.lft(E); nomme.lrt(F); nomme.rt(G); nomme.bot(H); nomme.lrt(J); nomme.lft(A); nomme.top(B); nomme.top(I); nomme.rt(C); nomme.top(D); finespace; end