如果我在TikZ结构分析库中考虑了“ \ support {2oo} {a}”,那是错误的

时间:2019-04-02 06:51:13

标签: tikz

我正在使用JürgenHackl的TikZ结构分析库(stanli用户指南,版本3.0),除了第13页上带有“ \ support {2oo} {a}”带轮的某种类型的支撑架之外,其他一切似乎都正常手册。该代码可以毫无问题地进行编译,但是在这一点上没有任何显示。

\begin{figure}[h]
        \centering
        \begin{tikzpicture}[]
            \def\L{3}
            \point{a}{0}{0}
            \point{b}{2*\L}{0}
            \point{c}{2*\L}{\L}
            \point{d}{0}{\L}
            \beam{2}{a}{b}
            \beam{2}{b}{c}
            \beam{2}{c}{d}
            \beam{2}{d}{a}
            \support{1}{a}[0]
            \support{2oo}{b}
            \point{e}{1.5*\L}{\L}
            \load{1}{e}[90][1][0.1]
            \notation{1}{e}{P}[above right]
            \dimensioning{1}{a}{b}{-1}[$\frac{3 L}{2}$]
            \dimensioning{2}{a}{d}{-1}[$L$]
            \dimensioning{1}{e}{c}{-1}[$\frac{L}{2}$]
        \end{tikzpicture}
        \caption{Marco rectangular}
        \label{fig:rectangular}
\end{figure}

0 个答案:

没有答案
相关问题