Windchill Java API to traverse Product structure
... just cracked open the Windchill Javadocs. It's not clear where to start.
Want to navigate a part structure in Java (i.e. get WTPart, follow WTPartUsageLink, ...)
Can anyone suggest which APIs to begin looking at / to use?
At first, wt.part.StandardWTPartService looked good, but I can't figure out how to find & load the initial "WTPart" or "WTPartMaster".
Alternatively, we could achieve our goals using tasks with XSLT, but the perception here is using Java API will be more efficient - thoughts?

