NXOpen.UF.Gdt.AskComplexSubFeatures

Gdt.AskComplexSubFeatures()

Refer to UF_GDT_ask_complex_sub_features for documentation.

Signature: AskComplexSubFeatures(complexFeature)

Parameters:complexFeature (Tag) – Tag of the complex tolerance feature to query.
Returns:A Tuple
Return type:A tuple consisting of (numComplexSubFeatures,complexSubFeatures)

numComplexSubFeatures(int): Number of complex subfeatures returned.

complexSubFeatures(list of Tag): Array of complex subfeature tags. This array must be freed by calling UF_f ree.

License requirements: None