How to get Parts from Drawings
Hi,
I would want to get all the parts from a Drawing EPMDocument from code. Between the part and the drawing there is only a calculated link. But I need all parts (calculated,content...) which are related to the EPMDocument in any way. Is there a helper class that gives me back these links? If not, what are the APIs that I can use to get the 3D models linked to the Drawing, so that I can get the Parts from those?
What I used is: GenericUtilities.getAssociated(document);
This won't give me back the calculated links.
Thanks in advance,
Tamás

