View Size
- Last UpdatedMar 02, 2026
- 1 minute read
SIZE is the 'paper size' of the VIEW rectangle. Changing the size by a command, for example,
SIZE 400 400
leaves the scale of the VIEW contents unaffected, but moves the point at the center of the picture to the center of the new VIEW frame.
The SIZE attribute is also be changed by the VREGION command, which can be used to resize and reposition the VIEW.
Example
|
VREGION FROM @ TO @ |
|
|
Opposite corners of VIEW defined by cursor. |
|
|
VREG X100 Y100 TO X500 Y500 |
|
|
Opposite corners of VIEW defined explicitly. |
|
|
VREG AT @ |
|
|
Center of VIEW defined by cursor. |
|
|
VREG corner AT @ |
|
|
Specified corner of VIEW defined by cursor: TL top left TR top right BL bottom left BR bottom right C center |
|
The default size is that of the owning Sheet. The VREGION command also affects the XYPS attribute. See View Center for further information.
The SIZE command can also be used at SHEE level to change the Sheet size.