NXOpen.UF.Gdt.AskTolerances

Gdt.AskTolerances()

Refer to UF_GDT_ask_tolerances for documentation.

Signature: AskTolerances(tolFeat)

Parameters:tolFeat (Tag) – The tolerance feature to inquire
Returns:A Tuple
Return type:A tuple consisting of (tolerances,numTolerances,types)

tolerances(list of Tag): All the tolerances associated with the feature, Use UF_GDT_free to deallocate memory when done.

numTolerances(int): Number of tolerances

types(list of ``NXOpen.UF.Gdt.ToleranceType` Refer to UF_GDT_tolerance_type_e for documentation.`): The corresponding tolerance types

License requirements: None