input geometriesyr16; figureespace(-10u,-10u,10u,10u); Initialisation(5,30,20,400); color A,B,C,D,E,F,G,H; trace Cube(B,A,D,C,G,H,E,F); nomme.llft(B); nomme.lrt(A); nomme.rt(D); nomme.urt(F); nomme.top(E); nomme.top(G); nomme.top(H); nomme.ulft(C); trace chemin(D,E,B); trace segment(D,B) dashed evenly; finespace; end