Create Views for ModelUPDATE
You can specify details of views to be created by ModelUPDATE if configured to do so in the CREATE_VIEW check. Use the following format in the start configuration file:
PRT_CREATE_VIEW [view name] [axis] [direction] [reference axis] [orientation]
ASM_CREATE_VIEW [view name] [axis] [direction] [reference axis] [orientation]
where
• [view name] is the name of the view. The name is not case-sensitive.
• [axis] is the primary axis for the view. The values are X, Y, or Z.
• [direction] is the direction of the primary axis. The values are 0 (away from you) or 1 (toward you).
• [reference axis] is the secondary axis for the view. The values are the two axes other than the primary axis.
• [orientation] is the angle (counter-clockwise) in degrees of the reference axis about the primary axis. The values are 0, 90, 180, and 270.
For example:
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