NXOpen.UF.Ui.AskSelObjectList

Ui.AskSelObjectList()

Refer to UF_UI_ask_sel_object_list for documentation.

Signature: AskSelObjectList(select)

Parameters:select (PointerWrapper) – Selection pointer
Returns:A Tuple
Return type:A tuple consisting of (count,objs)

count(int): Count of objects selected

objs(list of Tag): Allocated array of the tags of the selected objects. Must be freed with UF_free after use.

License requirements: None