NXOpen.UF.Gdt.AskAppendedText

Gdt.AskAppendedText()

Refer to UF_GDT_ask_appended_text for documentation.

Signature: AskAppendedText(objectArg, location)

Parameters:
  • objectArg (Tag) – FCF, tolerance feature or dimension to query
  • location (NXOpen.UF.Gdt.TextLocation Refer to UF_GDT_text_location_e for documentation.) – Appended text location to query
Returns:

A Tuple

Return type:

A tuple consisting of (numLines,appendedText)

numLines(int): Number of appended text lines

appendedText(list of str): Appended text at location requested. This array of strings must be freed by calling UF_free_string_array.

License requirements: None