NXOpen.UF.Ui.GetInputIntegers

Ui.GetInputIntegers()

Refer to UF_UI_get_input_integers for documentation.

Signature: GetInputIntegers(cp1, cp2, ip3, ia4, ip5)

Parameters:
  • cp1 (str) – The message to display on the cue line, a maximum of 80 characters.
  • cp2 (list of str) – The menu list.
  • ip3 (int) – The number of items in the menu list, cp2, this must be less than or equal to 14.
  • ia4 (list of int) – On input the initial parameter values. On output the modified parameter values. This should be an array with ip3 entries. These will be the values the user can modify.
  • ip5 (int) – Unused.
Returns:

A Tuple

Return type:

A tuple consisting of (ia4,int)

ia4(list of int): Modified value of ia4

retVar(int): 1 = Back2 = Cancel Operation3 = OK - No user input4 = OK with user input8 = Disallowed state, unable to bring up dialogSee Also:History:

License requirements: None