NXOpen.UF.Assem.AskAllPartOccChildren

Assem.AskAllPartOccChildren()

Refer to UF_ASSEM_ask_all_part_occ_children for documentation.

Signature: AskAllPartOccChildren(partOccur)

Parameters:partOccur (Tag) – Tag of part occurrence to query for children
Returns:A Tuple
Return type:A tuple consisting of (childPartOccs,int)

childPartOccs(Tag): Array of tags of child part occurrences. The allocated list of tags must be freed with UF_free when it is no longer needed.

retVar(int): Returns the count of part occurrences in the list.

License requirements: None