You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
360 B

\input{header}
\begin{tikzpicture}[scale=1, transform shape]
\newcomponent{0}{0}{T1Component}
\newcomponent{5}{0}{T2Component}
\umlassemblyconnector[interface=T2, distance=7, geometry=|-|, arm1=1cm]{T1Component}{T2Component}
\umlassemblyconnector[interface=T1, distance=7, geometry=|-|, arm1=-1cm]{T2Component}{T1Component}
\end{tikzpicture}
\input{footer}