|
Numerical Matrix Format
User Reference
|
Relative coordinate identifiers are used to simplify automation. Relative Coordinates are referenced from the center of the JOB or PANEL

| 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) |
| 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 |
| 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. |