-
Notifications
You must be signed in to change notification settings - Fork 1
/
tikzSteel.tex
95 lines (69 loc) · 2.09 KB
/
tikzSteel.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
\documentclass[margin=0.5cm]{standalone}
\usepackage{tikzSteel}
\newcommand\ibw{245} % #1
\newcommand\ibft{75} % #2
\newcommand\iblt{25} % #3
\newcommand\ibfb{75} % #4
\newcommand\iblb{25} % #5
\newcommand\itk{2.5} % #6
\newcommand\ird{5} % #7
\newcommand\irt{0.75} % #8
\newcommand\hrsFWt{35} % #1
\newcommand\hrsFTt{2} % #2
\newcommand\hrsFWb{35} % #3
\newcommand\hrsFTb{2} % #4
\newcommand\hrsWW{95} % #5
\newcommand\hrsWT{1} % #6
\newcommand\hrsUd{61.2} % #1
\newcommand\hrsUbf{22.9} % #2
\newcommand\hrsUtf{1.96} % #3
\newcommand\hrsUtw{1.19} % #4
\newcommand\hrsUr{1.4} % #5
\begin{document}
\begin{tikzpicture}
\iffalse
\begin{scope}[scale=0.2,rotate=180,shift={({\itk},{-\ibw})}]
\csChannel{\ibw}{\ibft}{\iblt}{\ibfb}{\iblb}{\itk}{\ird}
\end{scope}
\begin{scope}[scale=0.2,rotate=0]
\csBox{\ibw}{\ibf}{\itk}{\ird}
\end{scope}
\begin{scope}[scale=0.2,rotate=0]
%\csChannel{\ibw}{\ibf}{\ibl}{\itk}{\ird}
\end{scope}
\begin{scope}[scale=0.2,rotate=0]
\csZee{\ibw}{\ibft}{\iblt}{\ibfb}{\iblb}{\itk}{\ird}
\end{scope}
\begin{scope}[scale=0.2,rotate=0]
\csL{\ibw}{\ibft}{\itk}{\ird}
\end{scope}
\begin{scope}[scale=0.2,rotate=0]
\csTube{\ibw}{\itk}
\end{scope}
\begin{scope}[scale=0.2,rotate=0]
\csChannel{\ibw}{\ibft}{\iblt}{\ibfb}{\iblb}{\itk}{\ird}
\end{scope}
\begin{scope}[scale=0.2,rotate=0]
\csWI{\hrsWW}{\hrsWT}{\hrsFWt}{\hrsFTt}{\hrsFWb}{\hrsFTb}
\end{scope}
\begin{scope}[scale=0.5,rotate=0]
\csUBC{\hrsUd}{\hrsUbf}{\hrsUtf}{\hrsUtw}{\hrsUr}
\end{scope}
\begin{scope}[scale=0.5,rotate=0]
\csTU{0.5*\hrsUd}{\hrsUbf}{\hrsUtf}{\hrsUtw}{\hrsUr}
\end{scope}
\begin{scope}[scale=0.5,rotate=0]
\csHCH{\hrsUd}{\hrsUbf}{\hrsUtf}{\hrsUtw}{\hrsUr}
\end{scope}
\begin{scope}[scale=0.5,rotate=0]
\csEA{\hrsUd}{\hrsUbf}{\hrsUtf}{\hrsUtw}{\hrsUr}
\end{scope}
\begin{scope}[scale=0.2,rotate=0]
\csARB{(45,15), (45,0), (0,0), (0,190), (45, 190), (45, 175)}{2}
\end{scope}
\fi
\begin{scope}[scale=0.2,rotate=0]
\csChannelRS{\ibw}{\ibft}{\iblt}{\ibfb}{\iblb}{\itk}{\ird}{\irt}
\end{scope}
\end{tikzpicture}
\end{document}