NXOpen.UF.Gdt.AskLinkedFeatures

Gdt.AskLinkedFeatures()

Refer to UF_GDT_ask_linked_features for documentation.

Signature: AskLinkedFeatures(toleranceFeature)

Parameters:toleranceFeature (Tag) – Tolerance feature tag
Returns:A Tuple
Return type:A tuple consisting of (numLinked,linkedFeatures)

numLinked(int): Number of linked features

linkedFeatures(list of Tag): Array of linked feature tags. This array must be freed by calling UF_free.

License requirements: None