NXOpen.UF.Ncgroup.AskMemberList

Ncgroup.AskMemberList()

Refer to UF_NCGROUP_ask_member_list for documentation.

Signature: AskMemberList(objTag)

Parameters:objTag (Tag) –
  • the group
Returns:A Tuple
Return type:A tuple consisting of (count,list)

count(int): - the number of objects in the group

list(list of Tag): - the list of objects in the group. This should be freed by calling UF_free.

License requirements: None