NXOpen.UF.Route.AskBuiltInPaths

Route.AskBuiltInPaths()

Refer to UF_ROUTE_ask_built_in_paths for documentation.

Signature: AskBuiltInPaths(part)

Parameters:part (Tag) – Tag of part to be queried
Returns:A Tuple
Return type:A tuple consisting of (numPaths,paths,bipNames)

numPaths(int): Number of built-in paths

paths(list of Tag): Array of built-in path tags Free this array using UF_free

bipNames(list of str): Array of built-in path names Free this array using UF_free_string_array

License requirements: None