NXOpen.UF.Weld.PopulateAttrList

Weld.PopulateAttrList()

Refer to UF_WELD_populate_attr_list for documentation.

Signature: PopulateAttrList(featureSetTag)

Parameters:featureSetTag (Tag) – Feature set tag of the weld
Returns:A Tuple
Return type:A tuple consisting of (attributeTitle,count)

attributeTitle(list of str): Attibute titles of the weld. This must be freed by calling UF_free_string_array.

count(int): Number of attributes of the weld.

License requirements: None