1.3.1. Windchill REST: Ändern von WTPart-Attributen erlauben bei Teilen, die durch Export erstellt wurden

Um Attribute, welche bei der WTPart Anlage nicht gesetzt werden können (z.B. Nummer), ändern zu können, wurden 2 neue Attributsektionen in der Konfigurationdatei IfWindchillRest.cfg hinzugefügt. DelayedPartIdentityAttributes für Identitätsattribute (WTPart Master) und DelayedPartAttributes für die anderen Attribute. Die Attribute aus diesen Sektionen werden nur angewendet, wenn das WTPart vom selben Exportvorgang erstellt wurde. Um diese Funktionalität zu aktivieren, muss zum Schlüssel CreateAndLinkPart_AttributeMode der Wert 8 hinzugefügt werden.[3]

Die beiden neuen Schlüssel lauten:

#:HELP;Attribute content section containing WTPart attributes for modifying parts generated by 
the export. This is only required if there are non identity attributes that cannot be set 
on creation.
#Caution: Only non identity, non master attributes. For other attributes use 
[DelayedPartIdentityAttributes].
#
#For attribute name and value format see section [CustomPartAttributes].
[DelayedPartAttributes(is3d)]
#:HELP;Attribute content section containing WTPart attributes for modifying parts generated by 
the export. This is only required if there are identity attributes that cannot be set 
on creation (e.g. Number).
#Caution: Only identity and master attributes (Name, Number, DefaultUnit ...). 
For other attributes use [DelayedPartAttributes].
#
#For attribute name and value format see section [CustomPartAttributes].
[DelayedPartIdentityAttributes(is3d)]



[3] #173797