NXOpen.UF.Ugmgr.DecodePartFileName

Ugmgr.DecodePartFileName()

Refer to UF_UGMGR_decode_part_file_name for documentation.

Signature: DecodePartFileName(encodedName)

Parameters:encodedName (str) – Encoded form of the part file name. Declare this parameter with array size MAX_FSPEC_BUFSIZE.
Returns:A Tuple
Return type:A tuple consisting of (partNumber,partRevision,partFileType,partFileName)

partNumber(list of str): Part number. Declare this parameter with array size UF_UGMGR_PARTNO_BUFSIZE.

partRevision(list of str): Part revision. Declare this parameter with array size UF_UGMGR_PARTREV_BUFSIZE.

partFileType(list of str): Part file type. Declare this parameter with array size UF_UGMGR_FTYPE_BUFSIZE.

partFileName(list of str): Part file name. Declare this parameter with array size UF_UGMGR_FNAME_BUFSIZE.

License requirements: None