View Center
- Last UpdatedNov 26, 2025
- 1 minute read
XYPS controls the position of the center of the VIEW on its owning Sheet. This attribute takes two numeric values, which are the coordinates of the center of the VIEW relative to the bottom left corner of the Sheet. The attribute can be set directly by commands such as
AT @
Nominate new XYPS with cursor
XYPS 350 250
Change attribute directly
See Figure 3:3 below. The default XYPS is at the center of the Sheet.

Figure 3:3. Changing VIEW XYPS
ONPOS is the position of the center of the VIEW contents, relative to the center of the VIEW. VIEW contents are centered within the VIEW by default, so this attribute takes the default values x0 y0. ONPOS is set directly, for example:
ONPO 45 -25
See Figure 3:4 below. Changing ONPOS will make the existing VIEW graphics out-of-date, so an UPDATE Design command must be given.

Figure 3:4. Changing VIEW ONPOS