NXOpen.UF.Gdt.AskFcfTags

Gdt.AskFcfTags()

Refer to UF_GDT_ask_fcf_tags for documentation.

Signature: AskFcfTags(toleranceFeature)

Parameters:toleranceFeature (Tag) – Tolerance Feature to inquire
Returns:A Tuple
Return type:A tuple consisting of (numFcfs,fcfs)

numFcfs(int): Number of feature control frames in array

fcfs(list of Tag): Array of tags of the feature control frame identifiers associated with tolerance feature. Use UF_free to deallocate memory when done.

License requirements: None