3-14 LNT Programmer’s Manual
Example <Offset1 units=”Inches” x=”0.25” y=”0.15” />
<Offset2 units=”Inches” x=”0.75” y=”0.15” />
Creates a 0.5-inch horizontal line beginning at 0.25 inches and ending at 0.75 inches on the
y-axis at 0.15 inches.
Defining the Thickness Tag (Required)
The Thickness tag defines the line thickness.
Valid values include: An integer or float (in selected units).
It contains the following attribute: units.
Syntax <Thickness units=”value”>value</Thickness>
units Unit of measure. Options:
Inches Inches
MM Millimeters
Pixels Pixels (default)
Example <Thickness units=”Inches”>0.10</Thickness>
Defines a line 0.10 inches thick.