NXOpen.UF.Assem.SetSearchDirectories

Assem.SetSearchDirectories()

Refer to UF_ASSEM_set_search_directories for documentation.

Signature: SetSearchDirectories(count, dirList, subDir)

Parameters:
  • count (int) – The number of directories in the list.
  • dirList (list of str) – An array of “count” pointers to character strings containing the directory names.
  • subDir (list of bool) – An 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.

License requirements: None