NXOpen.UF.Gdt.AskCalloutStrings

Gdt.AskCalloutStrings()

Refer to UF_GDT_ask_callout_strings for documentation.

Signature: AskCalloutStrings(tolerance)

Parameters:tolerance (Tag) – Tolerance to query may be either a tolerance feature tag or a feature control frame tag
Returns:A Tuple
Return type:A tuple consisting of (numCalloutStrings,calloutStrings)

numCalloutStrings(int): Number of callout strings

calloutStrings(list of ``NXOpen.UF.Gdt.CalloutString` Refer to UF_GDT_callout_string_s for documentation.`): List of callout strings. Use UF_GDT_free to free each element of this array and then UF_free to free the array.

License requirements: None