Skip to main content
1-Visitor
March 21, 2014
Solved

CAD Doc and WTPart Iterations and Associations

  • March 21, 2014
  • 1 reply
  • 1060 views

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.

Best answer by GregoryPERASSO

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

1 reply

GregoryPERASSO
16-Pearl
March 21, 2014

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