Field3D.find_path
Last updated
Last updated
Finds a specified attribute in the attributes list and returns the corresponding element in the paths list.
attr
(str): The specific element to find in the first list.
str: The corresponding element in the second list if the specific element is found in the first list.
TypeError
: If 'attr' is not a string.
ValueError
: If the specific element is not found in the attributes list.