Numerical Matrix Format
User Reference
Relative Coordinates

Relative coordinate identifiers are used to simplify automation. Relative Coordinates are referenced from the center of the JOB or PANEL

Note
All Relative Coordinates begin with the symbol: @
Relative coordinate identifiers are case-insensitive.
Relative Coordinates are referenced from the center of the JOB or PANEL.

Resulting Image


Relative Coordinate Identifiers:
Identifiers Description
@Top Outer Top Side of JOB/PANEL
@Left Outer Left Side of JOB/PANEL
@Right Outer Right Side of JOB/PANEL
@Bottom Outer Bottom Side of JOB/PANEL
@CenterX Horizontal Center of JOB/PANEL
@CenterY Vertical Center of JOB/PANEL
@LowerLeft Lower Left corner of JOB/PANEL
@UpperLeft Upper Left corner of JOB/PANEL
@LowerRight Lower Right corner of JOB/PANEL
@UpperRight Upper Right corner of JOB/PANEL
@MarginTop Top Margin of PANEL (only)
@MarginLeft Left Margin of PANEL (only)
@MarginRight Right Margin of PANEL (only)
@MarginBottom Bottom Margin of PANEL (only)



Note
To simplify relative coordinates, all identifiers have abbreviations.
Abbreviated Identifiers:
Identifiers Description
@T @Top
@L @Left
@R @Right
@B @Bottom
@CX @CenterX
@CY @CenterY
@LL @LowerLeft
@UL @UpperLeft
@LR @LowerRight
@UR @UpperRight
@MT @MarginTop
@ML @MarginLeft
@MR @MarginRight
@MB @MarginBottom


Relative Coordinates Examples:
Identifiers Description
@Right-1 Would result in -1 unit (from the JOB/PANEL Right side)
@Bottom+0.25 Would result in 0.25 unit (from JOB/PANEL Bottom)
@Left+0.5 Would result in 0.5 unit (from JOB/PANEL Left)
@Top-0.75 Would result in -0.75 unit (from JOB/PANEL Top)
@CX Would result in the horizontal center of the JOB/PANEL
@centery+1 Would result in the vertical center of the JOB/PANEL plus 1 unit.
@Right-@MR Would result in inner right of the JOB/PANEL.