將可供配置描述文件關聯到零件
若要將可供配置描述文件關聯到零件,請遵循下列步驟:
1. 開啟 Windchill Shell 並轉至 Windchill 首頁。
2. 執行指令:
xconfmanager -i codebase/com/ptc/windchill/enterprise/ConfigurableLinkExamples.xconf –p。
3. 在 $WT_HOME 中將下列內容新增至 site.xconf:
<Property name="com.ptc.arbortext.sis.typename.partToDocumentLink" overridable="true" targetFile="codebase/sis.properties" value="wt.configurablelink.ConfigurableDescribeLink|com.ptc.CustomDescribeLink"/>。
4. 重新啟動 Windchill 應用伺服器。
5. 在 Windchill Shell 中執行指令:
windchill wt.load.LoadFromFile -d loadfiles/configurableLinks/ConfigurableLinkExamples.xml
6. 在您的瀏覽器中開啟 Windchill 並以系統管理員的身分登入。
7. 按一下 > > 來檢視在「可供配置描述連結」底下新增的 CustomDescribeLink。
8. 在零件結構瀏覽器中定義關係條件約束,以便將零件相關可供配置文件新增至「描述子項物件」表。您可以將一或多個「描述子項物件」新增至零件。
|
若要在發佈期間將「可供配置文件」篩選器套用至零件相關可供配置描述文件,請將內容 configurableDocumentFilterEnabled 新增至檔案 wt.properties 並設為 true。
|