Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. X
Hi everyone,
Does anyone have a best practice on how to efficiently create a matching WTPart EBOM from an existing CAD ASSEMBLY BOM
in Windchill 10.1?
I'm basically looking for the easiest and fastest way to achieve this. I also would like it to collect all associated drawings as well.
As an FYI we would also use the same part number and descriptor as well from the CAD part number so we would not have to renumber
anything etc.
Thanks in advance for any help in this.
Regards
Paul
Hello
the easiest way will be the "Auto Associate" function in the Workspace.
For Number and Desription. If no auto numbering in Object Init rules, you should be able to map them between CAD and WTPart (explicit map in the type manager if attributes have different name in CAD type and Part type).
If you want to keep autonumbering for WTPart. you will prpobably need to implement your own "Custom Class for AutoAssociate" (set in the pref manager)
. to be able to find or create a WTpart with the same number as your CADDoc
for drawing, you can set the "create content link" pref if you want a real persisted link in the database between your WTPart and the CAD drawing.
If you do not set this pref. You will have a automatic "calculated" link. not persisted , and based on the "as stored" configuration (ie when you checkin the drawing with the 3D model ...). but depending of the revising scenario, can lead to some historix issue.
by default , on CAD checkin. It will create the BOM. If the CAD are already checked in, you can use the "compare CAD to part" function in the action menu of CAD asm to synchronise your WTpart eBOM with CAD structure
regards
Gregory