NXOpen.UF.Gdt.AskDatumReferencers

Gdt.AskDatumReferencers()

Refer to UF_GDT_ask_datum_referencers for documentation.

Signature: AskDatumReferencers(base)

Parameters:base (Tag) – Datum feature or datum object to query
Returns:A Tuple
Return type:A tuple consisting of (numFcfs,fcfs)

numFcfs(int): Number of feature control framesreferencing the datum

fcfs(list of Tag): List of feature control frames referencing the datum. This should be freed with UF_free.

License requirements: None