特定管理 > 支援視覺化與發行 > WVS Creo View 整合 > 視覺化動態結構 > 使用填入零件使用出現位置公用程式
使用填入零件使用出現位置公用程式
動態結構支援顯示圖像或其對應 EPMDocument 中提供圖像關聯 WTPart 的表示,而不是顯示零件本身的預設表示 (如果存在)。
* 
「顯示與圖像相關聯之 EPM 文件中的表示」偏好設定必須針對圖像或提供圖像關聯 EPMDocument 表示啟用,以在 Creo View 的動態零件結構或「視覺化」標籤中正確顯示。
若要使圖像或提供圖像關聯 EPMDocument 表示動在態零件結構中正確顯示,應將零件出現位置連結更新為適當的 EPMDocumentMaster OID。執行此操作的一種方法是在 Windchill 中從 CAD 建構或重新建構零件結構。
但是,如果您不想再次重新建構整個零件結構 (特別是對於來自較舊 Windchill 發行版本的舊有零件結構資料),則可使用「填入零件使用出現位置公用程式」來更新 Windchill 中的零件出現位置連結。
* 
只有出現位置連結中的父項 WTPart 與 Creo ParametricCATIA V5 資料相關聯的情況下,此出現位置連結才支援「填入零件使用出現位置公用程式」。
* 
此公用程式依賴於元件 ID,並預期表示與 CAD 文件具有相同的元件 ID。如需 CATIA V5 資料,請參閱文章 CS210894,以取得有關啟用 recipe 選項的資訊,以便在發佈時將元件 ID 從 CAD 文件指派給表示。
關於填入零件使用出現位置公用程式
這是一個多執行緒公用程式,必須由網站管理員從 Windchill Shell 執行。
您可以使用此公用程式執行下列動作:
count - 取得符合更新資格之零件使用關係出現位置連結的實例計數。
run_population - 在資料庫中以必要資訊 (已在 WTPart 結構中建立連結子項 WTPart 之 EPM 文件主物件的 OID) 更新合格實例。
透過 run_population 動作,您可以使用 -iterations 參數更新零件出現位置連結,以指定應處理哪些父項物件記錄。支援的動作如下:
1. 全部版序 - 物件的所有版本修訂與版序。
2. 僅最新版序 - 物件最新版本修訂的最新版序。
3. 每個版本修訂的最新版序 - 物件的每個版本修訂的最新版序。
* 
若未指定,預設選項值為 2,其僅為「最新」版序。
當出現位置因圖像或提供圖像關聯而顯示在零件結構中時,公用程式會根據指定輸入更新零件使用關係出現位置中的遺失資訊 (由主參考建構)。
* 
成功更新之出現位置連結的「上次修改」日期會更新,且資料庫中的更新計數會增加。
欲執行公用程式
此公用程式應由網站管理員根據需要使用下列指令從 Windchill Shell 執行。
windchill com.ptc.wvs.server.util.builtbymaster.PopulatePartUsesOccurrenceUtility -h | -help
欲查看公用程式的說明
* 
欲進一步瞭解參數資訊及可能的值,請使用 help 指令。
windchill com.ptc.wvs.server.util.builtbymaster.PopulatePartUsesOccurrenceUtility -count
欲取得符合更新資格之零件使用關係出現位置連結的實例計數。
windchill com.ptc.wvs.server.util.builtbymaster.PopulatePartUsesOccurrenceUtility -run_population
以必要資訊更新合格實例。依預設,若未指定 '-iterations' 參數 ',此指令只會更新最新版序。如需更多支援的參數,請使用 '-help ' 指令。
* 
例如:windchill com.ptc.wvs.server.util.builtbymaster.PopulatePartUsesOccurrenceUtility -run_population -username=wcadmin -password=wcadmin -iterations=1 -batchsize=10 -threadcount=5 -threadtimeout=20 -threadtimeoutunit=MINUTES -timebox=6 -timeboxunit=HOURS
瞭解輸出
公用程式完成之後,下列輸出會顯示在 Windchill shell 終端中。
1. count operation
There are currently 4 WTParts of which 13 child occurrence links which has no built by master reference.
2. run_population
Population of part occurrence links completed.
Total execution time to perform processing : 2.880 second(s)
Number of WTParts of which immediate child occurrence links are successfully updated : 1
Number of WTParts of which immediate child occurrence links are failed to update : 0
Number of WTParts of which immediate child occurrence links are skipped to update : 1
Number of Part Occurrence links successfully updated with built by master reference : 4
這是否有幫助?