NXOpen.UF.Ui.SelectRpoDimensions

Ui.SelectRpoDimensions()

Refer to UF_UI_select_rpo_dimensions for documentation.

Signature: SelectRpoDimensions(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 rpo dimensions selected

expTags(list of Tag): The allocated tag array of the corresponding expressions for the selected rpo dimensions. This 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