NXOpen.UF.Ugmgr.AskDependentFiles

Ugmgr.AskDependentFiles()

Refer to UF_UGMGR_ask_dependent_files for documentation.

Signature: AskDependentFiles(encodedName)

Parameters:encodedName (list of str) – Encoded form of the part file name.
Returns:A Tuple
Return type:A tuple consisting of (fileCount,fileNames)

fileCount(int): Number of dependent files associated with the specified part.

fileNames(list of str): List of the names of all the dependent files associated with the specified part. The list should be freed after use by calling UF_free_string_array()

License requirements: None