NXOpen.UF.Assem.AskDefaultRefSets

Assem.AskDefaultRefSets()

Refer to UF_ASSEM_ask_default_ref_sets for documentation.

Signature: AskDefaultRefSets()

Returns:A Tuple
Return type:A tuple consisting of (nRefSets,defaultRefSets)

nRefSets(int): The number of default reference sets.

defaultRefSets(list of str): An ordered array of reference set names indicating the default reference sets currently in use. This is returned in allocated memory and should be freed using UF_free_string_array.

License requirements: None