===============
TKE_Edge_Weight
===============

Opcode
======

.. csv-table::

	"ASCII", "(none)"
	"Hexadecimal", "0E"
	"Decimal", "14"
	
	
Operands
========

Float weight, [Byte units]

.. csv-table::

	weight", "thickness of edges"
	"units", "enumeration of unit choices, present if *weight* is negative"
	

Notes
=====

Indicates the thickness of edges of polygonal regions, 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 edge weight.


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

.. csv-table::

	"0", "Object space size"
	"1", "Screen space size"
	"2", "Window space size"
	"3", "Points"
	"4", "Pixels"

Specification of edge weight with units was added after version 7.00. 
