OpenForm User Guide

Select Point Dialog

Select Point Dialog

Der Select Point Dialog wird in OpenForm an mehreren Stellen verwendet, siehe zum Beispiel die Kapitel Define Coordinate System Dialog, Process Editor, Step Editor und Cross Section Dialog.

%%============================================================================================%%
%% DEFINTIONS %%
\SetPicture{5.5cm}
\clip (0,0) rectangle (\pw,\ph);
\setlength{\isX}{0.1\pw}

%%============================================================================================%%
%% PICTURE 1 %%
\node[anchor=north west, nosep] (A) at (0.1\pw,0.990\ph) {
    \includegraphics[width=0.20\pw]{\PicturePath/Dialogs/DialogSelectPointFinishedPieceCoordinate}};
\node[anchor=north west, nosep] (B) at ($(A.north east)+(0.1\pw,0.00\pw)$) {
    \includegraphics[width=0.20\pw]{\PicturePath/Dialogs/DialogSelectPointFinishedPieceCoordinateNodeOtherPoint}};
\node[anchor=north west, nosep] (C) at ($(B.north east)+(0.1\pw,0.00\pw)$) {
    \includegraphics[width=0.20\pw]{\PicturePath/Dialogs/DialogSelectPointFinishedPieceCoordinateNodeOtherPointCrossSection}};

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

Select Point Dialog für “Finished Piece Coordinate” und “Blank Rotation Center”.

%%============================================================================================%%
%% DEFINTIONS %%
\SetPicture{5.9cm}
\clip (0,0) rectangle (\pw,\ph);
\setlength{\isX}{0.1\pw}

%%============================================================================================%%
%% PICTURE 1 %%
\node[anchor=north west, nosep] (A) at (0.1\pw,0.990\ph) {
    \includegraphics[width=0.20\pw]{\PicturePath/Dialogs/DialogSelectPointCoordinateSystemOrigin}};
\node[anchor=north west, nosep] (B) at ($(A.north east)+(0.1\pw,0.00\pw)$) {
    \includegraphics[width=0.20\pw]{\PicturePath/Dialogs/DialogSelectPointCoordinateSystemOriginNodeOtherPoint}};
\node[anchor=north west, nosep] (C) at ($(B.north east)+(0.1\pw,0.00\pw)$) {
    \includegraphics[width=0.20\pw]{\PicturePath/Dialogs/DialogSelectPointCoordinateSystemOriginNodeOtherPointCrossSection}};

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

Select Point Dialog für “Coordinate System Origin”.