So far I have my drawing like this:

Having this code:
\documentclass[14pt,letterpaper]{report}
\input{Preamble}
\begin{document}
\begin{tikzpicture}
\draw[double,double distance=5mm]
(0,0) -- (1.5,0)--
++(0,-6cm)
arc[start angle=180,end angle=360,radius=4cm] --
++(0,6cm)-- (11,0);
\draw[--](0,-.264)--(0,.264);
\draw[--](11,-.264)--(11,.264);
\end{tikzpicture}
\end{document}
I wanted to fill the middle space just like any other technical drawing like this:

Is that possible? How can I do that? the books and manuals are just too enormous to read. I'm sorry for being lazy.
