NXOpen.UF.Ugmgr.ListPartRevFiles

Ugmgr.ListPartRevFiles()

Refer to UF_UGMGR_list_part_rev_files for documentation.

Signature: ListPartRevFiles(partRevision)

Parameters:partRevision (Tag) – Part revision.
Returns:A Tuple
Return type:A tuple consisting of (fileCount,fileTypes,fileNames)

fileCount(int): Number of files.

fileTypes(list of str): Array of file types. The array must be freed after use by calling UF_free_string_array().

fileNames(list of str): Array of file names. The array must be freed after use by calling UF_free_string_array().

License requirements: None