Creo ModelCHECK > start_config_options > 为 ModelUPDATE 创建视图
  
为 ModelUPDATE 创建视图
如果在 CREATE_VIEW 检查中这样配置,可以指定 ModelUPDATE 所创建视图的详细信息。在启动配置文件中,使用下列格式:
PRT_CREATE_VIEW [view name] [axis] [direction] [reference axis] [orientation]
ASM_CREATE_VIEW [view name] [axis] [direction] [reference axis] [orientation]
其中
[view name] 是视图的名称。名称不区分大小写。
[axis] 是指视图的主轴。值为 XYZ
[direction] 是指主轴的方向。其值为 0 (远离您) 或 1 (面向您)。
[reference axis] 是视图的次轴。值是除主轴外其它两轴的值。
[orientation] 是参考轴相对主轴的角度 (逆时针)。值为 090180270
例如:
PRT_CREATE_VIEW MC_VIEW1 X 1 Y 270
PRT_CREATE_VIEW MC_VIEW2 Y 0 Z 90
ASM_CREATE_VIEW MC_VIEW1 X 1 Y 270
ASM_CREATE_VIEW MC_VIEW2 Y 0 Z 90