Article - CS385644
How to use API(Application Program Interface) collecting related Documents, CAD Parts, Drawings, Family Tables, etc. in Windchill PDMLink
Modified: 05-Sep-2024
Applies To
- Windchill PDMLink 10.2 to 13.0
RelatedDrawings relatedDrawings = new RelatedDrawings(RelatedDrawings.Rule.AS_STORED_CONFIG);
List drawings = relatedDrawings.find(Arrays.asList(new EPMDocument[] { epm }));
Description
- How to use API collecting related Documents, CAD Parts, Drawings, Family Tables, etc.
- Is there supported API to get Reference Object/Describe Object
- API to fetch EPM Document from Part (WTPart)
- API to fetch Part (WTPart) from EPM Document or Document(WTDocument)
- API to fetch drawing of a part's CAD, eg. part links to CAD,and CAD links to drawing
- API to get 3D from 2D
- API to get 2D from 3D
- API to get 2D from part
- API to get 3D from part
This is a printer-friendly version of Article 385644 and may be out of date. For the latest version click CS385644