NXOpen.UF.Modeling.AskFeatRelatives

Modeling.AskFeatRelatives()

Refer to UF_MODL_ask_feat_relatives for documentation.

Signature: AskFeatRelatives(featureTag)

Parameters:featureTag (Tag) – feature on which we are inquiring.
Returns:A Tuple
Return type:A tuple consisting of (numParents,parentArray,numChildren,childrenArray)

numParents(int): number of parents tags in parent array.

parentArray(list of Tag): Pointer to an array holding the feature tags of the parents. This must be freed by calling UF_free.

numChildren(int): number of children tags in the children array.

childrenArray(list of Tag): Pointer to an array holding the feature tags of the children. This must be freed by calling UF_free.

License requirements: None