NXOpen.UF.Tag.DecomposeHandle

Tag.DecomposeHandle()

Refer to UF_TAG_decompose_handle for documentation.

Signature: DecomposeHandle(handle)

Parameters:handle (str) – Handle to decompose
Returns:A Tuple
Return type:A tuple consisting of (fileData,subFileId,version)

fileData(str): Data about the file. This can be used by UF_TAG_compose_handle. This argument must be freed by calling UF_free.

subFileId(int): Sub-file identifier for handle. The sub_file is an internal file in the part file database.

version(int): Version of part in which handle is located.

License requirements: None