NXOpen.UF.Modeling.AskReferencesOfFeatures

Modeling.AskReferencesOfFeatures()

Refer to UF_MODL_ask_references_of_features for documentation.

Signature: AskReferencesOfFeatures(featureArray, numFeatures)

Parameters:
  • featureArray (list of Tag) – Array of features identifier
  • numFeatures (int) – Number of features
Returns:

A Tuple

Return type:

A tuple consisting of (parents,parentNames,numParents)

parents(list of Tag): An array of all the parents. This array must be freed by calling UF_free.

parentNames(list of str): An array of names of each parent. This array must be freed by calling UF_free_string_array.

numParents(int): Number of parents.

License requirements: None