:orphan:

===============
TKE_Line_Weight
===============

Opcode
======

.. csv-table::

	"ASCII", "="
	"Hexadecimal", "3D"
	"Decimal", "61"


Operands
========

Float weight, [Byte units]

.. csv-table::

	"weight", "thickness of lines"
	"units", "enumeration of unit choices, present if ``weight`` is negative"
	
	
Notes
=====

Indicates the thickness of lines relative to the default (usually 1 pixel for display devices) if positive. A negative value indicates that the ``units`` field is present, and the magnitude of the value plus the units indicate the line weight.


Size units options
------------------

.. csv-table::

	"0", "Object space size"
	"1", "Screen space size"
	"2", "Window space size"
	"3", "Points"
	"4", "Pixels"
	
Specification of line weight with units was added after version 7.00.
