LAYC/'layout name',TOP,'view 1 name','view 2 name'[,WORK[,{AUTO|SCALE,s}]][,IFERR,label:]
Creates a two view layout with the views placed above and below each other on the CRT using previously defined, specified view names. The first view name specified is placed on the top of the layout, and the second view name is placed on the bottom.
NOTE: A sketch view may not exist in a layout more than one time.
Parameter |
Description |
'layout name' |
A string or string variable which represents the name of the layout being created. The layout is automatically filed as it is created. |
TOP |
Minor word which indicates that the views be placed above and below each other in the layout. |
'view 1 name' |
A string or string variable which represents the name of a previously defined view that is placed on the top of the layout. |
'view 2 name' |
A string or string variable which represents the name of a previously defined view that is placed on the bottom of the layout. |
WORK |
Minor word which indicates that the created layout should become the active layout. Unlike interactive Unigraphics, the layout can be created without automatically becoming active (if WORK is not specified). |
AUTO |
Minor word which indicates that a Fit operation is to be performed on all views as the layout is displayed. |
SCALE |
Minor word which indicates that all views in the layout are to be displayed at the same specified scale. |
s |
A positive real number that represents the scale at which all views in the layout are to be displayed. |
IFERR,label: |
A label to which program execution jumps if an error occurs in creating the layout. |