NXOpen.UF.Ugmgr.PartrevWhereUsed

Ugmgr.PartrevWhereUsed()

Refer to UF_UGMGR_partrev_where_used for documentation.

Signature: PartrevWhereUsed(partRevision)

Parameters:partRevision (Tag) – Database tag of the part_revision for which to perform a where-used.
Returns:A Tuple
Return type:A tuple consisting of (parentRevisionsCount,parentRevisions)

parentRevisionsCount(int): Number of revisions of the specified part.

parentRevisions(list of Tag): Array of database tags of all part revisions which use the specified part_revision according to the current configuration rule. The array must be freed after use by callin g UF_free().

License requirements: None