NXOpen.UF.Ugmgr.ListPartRevisions

Ugmgr.ListPartRevisions()

Refer to UF_UGMGR_list_part_revisions for documentation.

Signature: ListPartRevisions(part)

Parameters:part (Tag) – Database tag of the part to query.
Returns:A Tuple
Return type:A tuple consisting of (revisionCount,revisions)

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

revisions(list of Tag): Array of database tags of all the revisions of the specified part. The array must be freed after use by calling UF_free().

License requirements: None