I would like to draw a little 3D Graphic with TikZ.
I dont know how to draw these lines on the left site...
Now, i try something like that:
\documentclass[12pt,a4paper]{scrartcl}
\usepackage{tikz}
\begin{document}
\begin{tikzpicture}
\draw (0,0)--(4,0)--(4,-1.5)--(2.5,-2.8)--(-0.5,-2.8);
\draw (4,0)--(2.5,-1)--(-0.5,-1);
\draw (2.5,-1)--(2.5,-2.8);
\end{tikzpicture}
\end{document}
Thank you all.


