NXOpen.UF.Part.SaveAll

Part.SaveAll()

Refer to UF_PART_save_all for documentation.

Signature: SaveAll()

Returns:A Tuple
Return type:A tuple consisting of (count,partList,errorList)

count(int): Count of errors

partList(list of Tag): An allocated array containing the tags that failed to save. This must be freed by calling UF_free.

errorList(list of int): An allocated array of error codes corresponding to the part tags in part_list. This must be freed by calling UF_free.

License requirements: None