11-13-2015 04:47 AM
11-13-2015 07:16 AM
With, or without teamcenter?
With Teamcenter, the name should be the part attribute DB_PART_NAME.
Without teamcenter, I've always had to create an attribute for the name, but you can probably derive it from the file name, with some code.
11-13-2015 08:43 AM
If you are not using TC, try:
<W@$SH_MASTER_PART_NAME>
or
<W@$SH_PART_NAME>
reference:
11-13-2015 09:18 AM
Actually, with Teamcenter, the item ID = DB_PART_NO
There is also an item name (as mentioned, DB_PART_NAME), and an item description (DB_PART_DESC)
We usually use Item ID, rather than item name, for the "part name"
e.g.:
Item ID = "ABC1234-001"
Item name = "Widget, Cover"
Item description might be "Boeing 787 Rudder blah blah blah"
Production: NX10.0.3.5 MP16/TC11.2
I'd rather be e-steamed than e-diseaseled