Community Tip - New to the community? Learn how to post a question and get help from PTC and industry experts! X
Version: Windchill 11.0
Use Case: Is there a way to pull drawings for every part within an assembly? I have an assembly part number and want to automatically pull every part number and associated drawing within that assembly. Is there a way to automate this or do it really quickly?
Description:
Not a problem just a question.
Solved! Go to Solution.
Yes, use a package. https://support.ptc.com/help/wnc/r12.0.2.0/en/#page/Windchill_Help_Center%2FPackageInfo.html
You can collect all items and it makes an export. If you want less clicks and steps, its customization.
Yes, use a package. https://support.ptc.com/help/wnc/r12.0.2.0/en/#page/Windchill_Help_Center%2FPackageInfo.html
You can collect all items and it makes an export. If you want less clicks and steps, its customization.
After attempting to create a package and running into a permissions error, it seems like we don't have that feature yet at my company per my IT department
@DS_12423073 , if you’re looking for a recursive list of all part numbers in an assembly and the drawing number(s) that reference the part this is doable but it’s going to require custom Java code for sure.
Once you have the list what do you intend to use it for?
I'm looking for not only the list of part numbers and their respective part numbers but also looking at a way to download all of the drawings in one go so they can be shared with external suppliers or any other stakeholders that can't get access to Windchill.