|
37 | 37 | \begin{figure}[h]
|
38 | 38 | \begin{center}
|
39 | 39 | \begin{tikzpicture}[]
|
40 |
| - % front |
41 |
| - \draw (0,0) -- (4,0) -- (4,1) -- (0,1) -- cycle; |
42 |
| - % 1st top |
43 |
| - \draw (0,1) -- (2,3) -- (6,3) -- (4,1) -- cycle; |
44 |
| - % 1st boarder |
45 |
| - \draw (4,0) -- (4,1) -- (6,3) -- (6,2) -- cycle; |
46 |
| - % 2nd top |
47 |
| - \draw (2,3) -- (4,5) -- (8,5) -- (6,3) -- cycle; |
48 |
| - % 2nd boarder |
49 |
| - \draw (6,3) -- (8,5) -- (8,4) -- (6,2) -- cycle; |
| 40 | + \draw[thick] (0,0) -- (4,0) -- (4,1) -- (0,1) -- cycle; % front |
| 41 | + \draw[thick] (0,1) -- (2,3) -- (6,3) -- (4,1) -- cycle; % 1st top |
| 42 | + \draw[thick] (4,0) -- (4,1) -- (6,3) -- (6,2) -- cycle; % 1st boarder |
| 43 | + \draw[thick] (2,3) -- (4,5) -- (8,5) -- (6,3) -- cycle; % 2nd top |
| 44 | + \draw[thick] (6,3) -- (8,5) -- (8,4) -- (6,2) -- cycle; % 2nd boarder |
| 45 | + % width |
| 46 | + \node at (2,-0.75) {w}; |
| 47 | + \draw[|<->|] (0,-1) -- (4,-1); |
| 48 | + % length |
| 49 | + \node at (6.9,2) {l}; |
| 50 | + \draw[|<->|] (5,-0.3) -- (9,3.7); |
| 51 | + % hight |
| 52 | + \node at (8.75,4.5) {h}; |
| 53 | + \draw[|<->|] (9,4) -- (9,5); |
50 | 54 | \end{tikzpicture}
|
51 | 55 | \end{center}
|
52 | 56 | \end{figure}
|
|
0 commit comments