Question
Create Multiple Usage Link with one time iteration Parent Part
Version: Windchill 13.0
Use Case: want to create multiple usage link in single shot with one time iteration of Parent part
Description:
WTPartUsageLink newUsageLink = WTPartUsageLink.newWTPartUsageLink(parentPart, childPart.getMaster());
this API iterate every time parent part

