NXOpen.UF.Assem.WhereIsPartUsed

Assem.WhereIsPartUsed()

Refer to UF_ASSEM_where_is_part_used for documentation.

Signature: WhereIsPartUsed(part)

Parameters:part (Tag) – Tag of child part for query
Returns:A Tuple
Return type:A tuple consisting of (parentParts,int)

parentParts(Tag): Allocated array of tags of parent parts. The parent_parts array must be freed with UF_free when it is no longer needed.

retVar(int): Return the number of parent parts found.

License requirements: None