NXOpen.UF.Clone.AskNaming

Clone.AskNaming()

Refer to UF_CLONE_ask_naming for documentation.

Signature: AskNaming(inputPartName)

Parameters:inputPartName (str) – part name of part in the current cloning operation, in NX Manager clone, or for an export operation , this should be a CLI name, otherwise a native O/S file name
Returns:A Tuple
Return type:A tuple consisting of (namingTechnique,outputPartSpec)

namingTechnique(`NXOpen.UF.Clone.NamingTechnique Refer to UF_CLONE_naming_technique_e for documentation.`): naming technique currently assigned to the specified part

outputPartSpec(str): output part name if set otherwise NULL returned in NX Manager clone, or for an import operation , this will be a CLI name, otherwise a native O/S file name

License requirements: None