Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! X
Version: Windchill 11.1
Use Case: Need to copy Bom structure and Process Plan structure to new objects
Description:
Is there an API that could be used to copy the whole bom structure from one part to another part, and also is there an API to copy process plan structure to another process plan?
Hi @rzemmali
No there is no complex api to do so.
You need to write own function to create a copy of the BOM and create a copy of the Process plan and Operations
also you should handle all others links and connections WTP-PP-BOM-Operations. ...
PetrH
Thank you