NXOpen.UF.ProcessAid.AskChildrenFeatures

ProcessAid.AskChildrenFeatures()

Refer to UF_PROCESS_AID_ask_children_features for documentation.

Signature: AskChildrenFeatures(featureSet)

Parameters:featureSet (Tag) – tag of the process aid feature set
Returns:A Tuple
Return type:A tuple consisting of (numChildren,children)

numChildren(int): number of children features

children(list of Tag): tags of the children features. This array must be freed by calling UF_free

License requirements: None