OpenForm User Guide

Modify Dialog

Modify Dialog

%%============================================================================================%%
%% DEFINTIONS %%
\SetPicture{13.4cm}
\clip (0,0) rectangle (\pw,\ph);
\setlength{\isX}{0.10\pw}
\setlength{\isY}{0.10\ph}

%%============================================================================================%%
%% Table %%
\node[anchor=south, nosep] (N) at (0.50\pw,0.005\ph)
{
    \begin{minipage}[b]{11cm}
    \begin{center}
    \begin{tabular}{|r|l|}
    \hline
    1&Funktionen zum Manipulieren der Netzknoten.\\ \hline
    2&Funktionen zum Manipulieren der Elemente.\\ \hline
    3&Funktionen zum Manipulieren der Geometrie.\\ \hline
    \end{tabular}
    \end{center}
    \end{minipage}
};

%%============================================================================================%%
%% PICTURE 1 %%
\node[anchor=south, nosep] (A) at ($(N.north)+(0.00\pw,0.01\pw)$) {
    \includegraphics[trim=0pt 0pt 0pt 965pt, clip=true, width=0.37\pw]{\PicturePath/Dialogs/DialogModify}
};
\node[anchor=south west, nosep] (B) at ($(A.north west)+(0.00\pw,0.00\pw)$) {
    \includegraphics[trim=0pt 385pt 0pt 0pt, clip=true, width=0.37\pw]{\PicturePath/Dialogs/DialogModify}
};

\draw[picline] ($(B.north east)+(0.000\isX,-1.600\isY)$) to ($(B.north east)+(0.450\isX,-1.600\isY)$) node[piclabel]{1};
\draw[picline] ($(B.north east)+(0.000\isX,-3.500\isY)$) to ($(B.north east)+(0.450\isX,-3.500\isY)$) node[piclabel]{2};
\draw[picline] ($(B.north east)+(0.000\isX,-6.440\isY)$) to ($(B.north east)+(0.450\isX,-6.440\isY)$) node[piclabel]{3};

%%============================================================================================%%
%% TOOLS %%
%\PictureFrame

Modify Mesh Dialog