input geometriesyr12;
%u:=5.5mm;
figure(0,0,9u,7u);
pair A,B,C,D,E,F,G,H,N,M;
E=u*(1,1.5);
F=u*(6,1.5);
H=u*(3,2.5);
A=u*(1,4);
G-F=H-E;
D-A=H-E;
B-F=A-E;
C-B=H-E;
N=1/3[F,E];
M=1/3[F,G];
trace E--F--G--C--D--A--cycle;
trace A--B--C;
trace B--F;
trace N--B--M;
trace N--M dashed evenly;
trace E--H--G dashed evenly;
trace D--H dashed evenly;
nomme.bot(E);
nomme.bot(F);
nomme.bot(G);
nomme.top(C);
nomme.top(B);
nomme.top(D);
nomme.top(A);
nomme.bot(H);
nomme.bot(N);
nomme.bot(M);
fin;
end