SOFTWARE MANUAL C32
15 COMMANDS FOR THE OUTPUT OF GRAPHIC PRIMITIVE TYPES
Graphic primitives are simple vector graphics like lines or rectangles. Fattened lines always near growing coordinates.
15.1 SET ATTRIBUTES
[Command identifier]
GrPrimAT
[Parameter]
Line width in dots
[Example]
Line width is 4 dots
[GeBE#GrPrimAT4]
15.2 PRINTING A LINE
Starting from the actual cursor position a line with the actual line attributes is printed. Actually only paraxial lines are
supported. That means the x coordinate or the y coordinate must equal 0.
[Command identifier]
GrPrimL
[1. Parameter]
x coordinate of the vector
(signed integer out of [-32767, 32767])
[2. Parameter]
y coordinate of the vector
(signed integer out of [-32767, 32767])
[Example]
Right shift line by 320 dots from the actual cursor position
[GeBE#GrPrimL 320:0]
15.3 PRINTING PARAXIAL RECTANGLE
Starting from the actual cursor position a rectangle with the actual line attributes is printed.
[Command identifier]
GrPrimR
[1. Parameter]
x coordinate of the diagonal vector
(signed integer out of [-32767, 32767])
[2. Parameter]
y coordinate of the diagonal vector
(signed integer out of [-32767, 32767])
[Example]
Right shift rectangle by 320 dots and
down shift by 46 dots from the actual cursor position
[GeBE#GrPrimR 320:46]
GeBE Elektronik und
phone
+49.89.894141-0
GeBE-document-no. SoMAN-C32-E-V2.2-0793
Feinwerktechnik GmbH
fax
+49.89.894141-33
date
July 7, 2020
Beethovenstraße 15
page 122 | 166
82110 Germering
Our general terms of business are to be applied.
Germany
Internet
www.gebe.net
Errors and changes reserved.