Windchill 11 Enumerated Type Customization Utility-枚举类型自定义实用程序
一、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