OpenForm User Guide

Check Mesh für Blank

Check Mesh für Blank

Die folgende Abbildung zeigt den Check Mesh Dialog für eine einfache Platine.

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

%%============================================================================================%%
%% Table %%
\node[anchor=south, nosep] (N) at (0.50\pw,0.001\ph)
{
    \begin{minipage}[b]{11cm}
    \begin{center}
    \begin{tabular}{|r|l|}
    \hline
    1&Zurück zum Hauptmenü.\\ \hline
    2&Aktiver Unterdialog, Check Mesh.\\ \hline
    3&Netzfehler Einstellungen.\\ \hline
    4&Erkannte Fehler.\\ \hline
    5&Funktionsknöpfe.\\ \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 873pt, clip=true, width=0.39\pw]{\PicturePath/Dialogs/DialogAssignBlankCheckMesh}
};
\node[anchor=south west, nosep] (B) at ($(A.north west)+(0.00\pw,0.00\pw)$) {
    \includegraphics[trim=0pt 397pt 0pt 0pt, clip=true, width=0.39\pw]{\PicturePath/Dialogs/DialogAssignBlankCheckMesh}
};

\draw[picline] ($(B.north east)+(0.000\isX,-1.090\isY)$) to ($(B.north east)+(0.450\isX,-1.090\isY)$) node[piclabel]{1};
\draw[picline] ($(B.north east)+(0.000\isX,-1.490\isY)$) to ($(B.north east)+(0.450\isX,-1.490\isY)$) node[piclabel]{2};
\draw[picline] ($(B.north east)+(0.000\isX,-2.990\isY)$) to ($(B.north east)+(0.450\isX,-2.990\isY)$) node[piclabel]{3};
\draw[picline] ($(B.north east)+(0.000\isX,-6.040\isY)$) to ($(B.north east)+(0.450\isX,-6.040\isY)$) node[piclabel]{4};
\draw[picline] ($(B.north east)+(0.000\isX,-8.160\isY)$) to ($(B.north east)+(0.450\isX,-8.160\isY)$) node[piclabel]{5};

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

Check Mesh Dialog für einfache Platinen

Der Check Mesh Dialog gliedert sich in drei Abschnitte, den Abschnitt Mesh Failure Settings zum Einstellen der Netzfehler Kriterien, eine Liste der gefundenen Fehler, sowie einen Abschnitt mit Funktionsknöpfen.

Unter normalen Umständen sollten beim Vernetzen der Platine keine Fehler auftreten.

Weiterführende Details zum Check Mesh Dialog finden Sie im Kapitel Assign Dialog für flächige Formwerkzeuge.