DRPA
81
DRPA — Draw to Relative Position specified by
Angle
Format
DRPA length, angle;
Parameters
length:
length of the line
angle:
angle in degrees, measured clockwise from the vertical
Function
The DRPA command draws a line of a specified length at a specified angle, starting from
the current cursor position, with the thickness designated by the SPD command.
This command is ignored if placed within a path.
File
!R! RES; UNIT C;
MAP 2, 11;
DRPA 2, 72;
DRPA 2, 0;
DRPA 2, 144;
DRPA 2, 72;
DRPA 2, 216;
DRPA 2, 144;
DRPA 2, 288;
DRPA 2, 216;
DRPA 2, 0;
DRPA 2, 288;
PAGE;
EXIT;