How to retrieve drawing that references an EPMDocument from Java?
Hello,
my question is related to Windchill Java API and Windchill 10.1 M010.
There is a Creo part (PRT file) and its drawing (DRW file) in my Windchill database.
I am able to find the part (EPMDocument) in my Java application.
Now, I need to find the drawing my part is referenced by.
I tried various methods from wt.vc.struct.StructService, but I always got an empty result
(empty QueryResult or empty WTKeyedMap).
Does anyone know how to find drawing references using Java API?
Thanks in advance
mp.

