VisuDlg_ProcessChangeSign (FUN) ¶ FUNCTION VisuDlg_ProcessChangeSign : BOOL This function changes the sign of the value and changes caret position and selection accordingly InOut: Scope Name Type Comment Return VisuDlg_ProcessChangeSign BOOL Inout stOutputValue STRING stVariableValue STRING iCaretPosition INT The current position of the caret. Either within the text or at the end of the text iSelectionStart INT The start of the selected text (1-relative) iSelectionEnd INT The end of the selected text (1-relative). If the complete text is selected this parameter is textlength + 1 Input bPassword BOOL
OriPrimType (ENUM) ¶ TYPE OriPrimType : The supported types of orientation primitives Attributes: qualified_only InOut: Name Comment GreatCircle The orientation is interpolated along the great circle Linear “Linear” interpolation between a start orientation and a target orientation, both given in possibly different coordinate systems. Axis The orientation axes are interpolated in axis space, with a polynomial of degree 5. Implicit The orientation is implied by the cartesian path. We don’t store any data for it. OriBlending Composite blending for the orientation OriAxisBlending Composite axis blending for the orientation
VisuDlg_ProcessChangeSignExtended (FUN) ¶ FUNCTION VisuDlg_ProcessChangeSignExtended : BOOL Replaces VisuDlg_CheckedChangeSignExtended. For usage of caret and selection, we use a different init, only of the global flag exp. InOut: Scope Name Type Comment Return VisuDlg_ProcessChangeSignExtended BOOL Inout stOutputValue STRING stVariableValue STRING iCaretPosition INT The current position of the caret. Either within the text or at the end of the text iSelectionStart INT The start of the selected text (1-relative) iSelectionEnd INT The end of the selected text (1-relative). If the complete text is selected this parameter is textlength + 1 bInit BOOL inits only the global flag for exp. Input bPassword BOOL iFormatValue INT
VisuDlg_ProcessChar (FUN) ¶ FUNCTION VisuDlg_ProcessChar This function takes a given character and appends/inserts it in the string representing the variable value. To decide, which action has to be performed, the current caret position and the currently selected text is evaluated. InOut: Scope Name Type Comment Inout stOutputValue STRING This is the string representation of the variable value, that will be displayed in the visualization. If the flag xPassword is TRUE the variable value will be display with password characters stVariableValue STRING This parameter is the variable value, where the character is appended/inserted iCaretPosition INT The current position of the caret. Either within the text or at the end of the text iSelectionStart INT The start of the selected text (1-relative) iSelectionEnd INT The end of the selected text (1-relative). If the complete text is selected this parameter is textlength + 1 Input xPassword BOOL Inidicates, whether the entered value should be readable (FALSE) or displayed with password characters cToConsume STRING(4) The character to append/insert
VisuDlg_ProcessCharW (FUN) ¶ FUNCTION VisuDlg_ProcessCharW This function is the WSTRING counterpart of the function VisuDlg_ProcessChar. InOut: Scope Name Type Comment Inout wstOutputValue WSTRING This is the string representation of the variable value, that will be displayed in the visualization. If the flag xPassword is TRUE the variable value will be display with password characters wstVariableValue WSTRING This parameter is the variable value, where the character is appended/inserted iCaretPosition INT The current position of the caret. Either within the text or at the end of the text iSelectionStart INT The start of the selected text (1-relative) iSelectionEnd INT The end of the selected text (1-relative). If the complete text is selected this parameter is textlength + 1 Input xPassword BOOL Inidicates, whether the entered value should be readable (FALSE) or displayed with password characters cToConsume WSTRING(1) The character to append/insert
VisuDlg_ProcessCharW_WithInit (FUN) ¶ FUNCTION VisuDlg_ProcessCharW_WithInit This function is the WSTRING counterpart of the function VisuDlg_ProcessChar. InOut: Scope Name Type Comment Inout wstOutputValue WSTRING This is the string representation of the variable value, that will be displayed in the visualization. If the flag xPassword is TRUE the variable value will be display with password characters wstVariableValue WSTRING This parameter is the variable value, where the character is appended/inserted iCaretPosition INT The current position of the caret. Either within the text or at the end of the text iSelectionStart INT The start of the selected text (1-relative) iSelectionEnd INT The end of the selected text (1-relative). If the complete text is selected this parameter is textlength + 1 bInit BOOL Initialize of global value for extended numpad, should be done with the first action. Input xPassword BOOL Inidicates, whether the entered value should be readable (FALSE) or displayed with password characters cToConsume WSTRING(1) The character to append/insert
OriPrimType_Serialize (FUN) ¶ FUNCTION OriPrimType_Serialize : BOOL InOut: Scope Name Type Return OriPrimType_Serialize BOOL Input stream SM0.IOutStream t OriPrimType
VisuDlg_ProcessCharWithInit (FUN) ¶ FUNCTION VisuDlg_ProcessCharWithInit This function takes a given character and appends/inserts it in the string representing the variable value. To decide, which action has to be performed, the current caret position and the currently selected text is evaluated. Additional, values for the numpadextended will be initialised once InOut: Scope Name Type Comment Inout stOutputValue STRING This is the string representation of the variable value, that will be displayed in the visualization. If the flag xPassword is TRUE the variable value will be display with password characters stVariableValue STRING This parameter is the variable value, where the character is appended/inserted iCaretPosition INT The current position of the caret. Either within the text or at the end of the text iSelectionStart INT The start of the selected text (1-relative) iSelectionEnd INT The end of the selected text (1-relative). If the complete text is selected this parameter is textlength + 1 bInit BOOL Initialize of global value, for numpadextended, should be done with the first action. Input xPassword BOOL Inidicates, whether the entered value should be readable (FALSE) or displayed with password characters cToConsume STRING(4) The character to append/insert
VisuDlg_ProcessClear (FUN) ¶ FUNCTION VisuDlg_ProcessClear : BOOL This function is an enhancement of function VisuDlg_CheckedClear, that also resets the caret and selection. InOut: Scope Name Type Comment Return VisuDlg_ProcessClear BOOL Not used, always FALSE Inout stOutputValue STRING This is the string representation of the variable value, that will be displayed in the visualization. stVariableValue STRING This parameter is the variable value, that will be cleared flags DWORD See VisuDlg_CheckedClear iCaretPosition INT The current position of the caret. Either within the text or at the end of the text iSelectionStart INT The start of the selected text (1-relative) iSelectionEnd INT The end of the selected text (1-relative).
VisuDlg_ProcessExp (FUN) ¶ FUNCTION VisuDlg_ProcessExp : BOOL This function add the exponential notation to the value, shown in the numpadextended and changes caret position and selection InOut: Scope Name Type Comment Return VisuDlg_ProcessExp BOOL Inout stOutputValue STRING stVariableValue STRING iCaretPosition INT The current position of the caret. Either within the text or at the end of the text iSelectionStart INT The start of the selected text (1-relative) iSelectionEnd INT The end of the selected text (1-relative). If the complete text is selected this parameter is textlength + 1 bInit BOOL Initialize of global value for extended numpad, should be done with the first action. Input bPassword BOOL