NXOpen.UF.Ui.SelectParameters

Ui.SelectParameters()

Refer to UF_UI_select_parameters for documentation.

Signature: SelectParameters(message, featureTag)

Parameters:
  • message (str) – Cue line message.
  • featureTag (Tag) – Feature tag.
Returns:

A Tuple

Return type:

A tuple consisting of (count,expTags,response)

count(int): Number of feature parameters selected

expTags(list of Tag): The allocated tag array of the corresponding expressions of the selected parameters. This array must be freed by calling UF_free.

response(int): Response UF_UI_BACK (Back) UF_UI_CANCEL (Cancel) UF_UI_OK (Parameters selected)

License requirements: None