@MikeHyde,
I tried your code and it works very well to return a limited set of attributes. I had to modify it slightly (I'm assuming that is because I am using NX7.5):
Dim attrList As Array = workPart.GetAttributeTitlesByType(NXObject.AttributeType.String)
For Each attr As...
@KhimaniMohiki, The export from TeamCenter to Excel works fine. I'm just playing with Journals to see what can be achieved.
@MikeHyde, Thanks for that code. I'll try it out later.
Cheers,
Ian
Hi,
I am wring a Journal to export a full assembly structure from NX to Excel. I have used this post as a general structure for the code and it works very well. I'd now like to extend the Journal to include more data about each component. Some of the data I want is only available from...