How do you configure a column to show an attribute in the Assembly Navigator and Part Navigator?
I tried recording a journal, but I dont get anything.
' NX 8.0.3.4
' Journal created by CDaristotile on Thu Nov 21 09:27:16 2013 E. South America Daylight Time
'
Option Strict Off
Imports System
Imports NXOpen
Module NXJournal
Sub Main
Dim theSession As Session = Session.GetSession()
Dim workPart As Part = theSession.Parts.Work
Dim displayPart As Part = theSession.Parts.Display
' ----------------------------------------------
' Dialog Begin Assembly Navigator Properties
' ----------------------------------------------
' ----------------------------------------------
' Menu: Tools->Journal->Stop Recording
' ----------------------------------------------
End Sub
End Module
re: navigators
The API (through NX 8.5 at least) does not give you direct access to the navigators (part, assembly, etc).