NXOpen.UF.Assem.AskSearchDirectories

Assem.AskSearchDirectories()

Refer to UF_ASSEM_ask_search_directories for documentation.

Signature: AskSearchDirectories()

Returns:A Tuple
Return type:A tuple consisting of (count,dirList,subDir)

count(int): The number of directories in the list.

dirList(list of str): A pointer to an allocated array of “count” pointers to allocated character strings containing the directory names. The array of character strings m ust be freed with UF_free_string_array.

subDir(list of bool): A pointer to an allocated array of “count” logicals. Each logical is TRUE if the subdirectories of the corresponding directory should be searched, or FALSE if the subdirectories should not be searched. The array must be freed with UF_free.

License requirements: None