一、Enumerated Type Customization Utility
枚舉類型自定義實用程序,可用于添加或編輯枚舉類型的值,在Windchill 12.0+中可直接在類型和屬性管理中編輯,如下圖所示,而在Windchill 11.0中只能通過windchill shell啟動程序;
二、啟動方法
1. 停止Windchill and Tomcat
windchill stop
2. 從Windchill Shell啟動enumCustomize
cd /opt/ptc/Windchill_11.0/Windchill/bin
./windchill shell
./enumCustomize.sh
編輯完成之后再重啟服務器
windchill start
三、自定義類型種類
1.自定義角色
路徑:<WT_HOME>/codebase/wt/project/RoleRB.RB.ser
2.自定義生命周期狀態
路徑:<WT_HOME>/codebase/wt/lifecycle/StateRB.RB.ser
3.自定義WTParts的Units
路徑:<WT_HOME>/codebase/wt/part/QuantityUnitRB.RB.ser
4.自定義Transitions
路徑:<WT_HOME>/codebase/wt/lifecycle/TransitionRB.RB.ser