Submitted by freudphys on Tue, 04/08/2014 - 05:44
Forums:
Hello,
Is it possible to getting a list of available revisions of a part in team center?
thanks
Hello,
Is it possible to getting a list of available revisions of a part in team center?
thanks
Correction
Nx will retrieve the list from Team Center
Check the following methods
Check the following methods in NXOpen.UF.UFUgmgr:
ByRef database_part_tag As Tag )
Public Sub AskPartTag ( part_number As String,
Public Sub ListPartRevisions ( part As Tag, ByRef revision_count As Integer, ByRef revisions As Tag() )
Public Sub AskPartRevisionId ( part_revision As Tag, ByRef revision_id As String )
LBD