cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X

CAD Doc and WTPart Iterations and Associations

mbrown-nasa
4-Participant

CAD Doc and WTPart Iterations and Associations

Is there any danger in not using "owner" links at all? I always want the flexibility to iterate wtpart and cad documents seperately, but I'm concerned that this might cause problems with my product structure or some other area downstream. "Content" links do allow for independent iterations, but I'm not sure if using these instead of "owner" links will cause problems downstream.

1 ACCEPTED SOLUTION

Accepted Solutions

Clearly content links will not synch the WTpart BOM.

So if you use any downstream app like MPMLink... your eBOM will not be reliable ... No tools to compare CAD structure and WTpart BOM without owner link ....

but you can disable the automatic build for owner link (which synch and iterate the WTpart automatically when the CAD iterateby setting the preference "build.after.check.in" to NONE (Site, Org or Container level)

windchill wt.preference.SetPreferenceUtility -u wcadmin -p wcadmin -name build.after.check.in -value None

windchill wt.preference.SetPreferenceUtility -u wcadmin -p wcadmin -name build.after.check.in -value None -container /wt.inf.container.OrgContainer="Demo Organization"

windchill wt.preference.SetPreferenceUtility -u wcadmin -p wcadmin -name build.after.check.in -value None -container "/wt.inf.container.OrgContainer=Demo Organization/wt.pdmlink.PDMLinkProduct=GOLF_CART"

windchill wt.preference.SetPreferenceUtility -u wcadmin -p wcadmin -name build.after.check.in -value None -user wcadmin

You are the able to synch the WTpart (attributes, viz and structure) asynchroneously "on demand" with the CAD to Part compare tool in the action menu of the CAD info page

regards

View solution in original post

1 REPLY 1

Clearly content links will not synch the WTpart BOM.

So if you use any downstream app like MPMLink... your eBOM will not be reliable ... No tools to compare CAD structure and WTpart BOM without owner link ....

but you can disable the automatic build for owner link (which synch and iterate the WTpart automatically when the CAD iterateby setting the preference "build.after.check.in" to NONE (Site, Org or Container level)

windchill wt.preference.SetPreferenceUtility -u wcadmin -p wcadmin -name build.after.check.in -value None

windchill wt.preference.SetPreferenceUtility -u wcadmin -p wcadmin -name build.after.check.in -value None -container /wt.inf.container.OrgContainer="Demo Organization"

windchill wt.preference.SetPreferenceUtility -u wcadmin -p wcadmin -name build.after.check.in -value None -container "/wt.inf.container.OrgContainer=Demo Organization/wt.pdmlink.PDMLinkProduct=GOLF_CART"

windchill wt.preference.SetPreferenceUtility -u wcadmin -p wcadmin -name build.after.check.in -value None -user wcadmin

You are the able to synch the WTpart (attributes, viz and structure) asynchroneously "on demand" with the CAD to Part compare tool in the action menu of the CAD info page

regards

Top Tags