:orphan:

===========
TKE_Polygon
===========

Opcode
======

.. csv-table::

	"ASCII", "G"
	"Hexadecimal", "47"
	"Decimal", "71"


Operands
========

Long count, (count)xPoint points 

.. csv-table::

	"count", "number of points in the polygon"
	"points", "``count`` triplets of x, y, z data"
	
	
Notes
=====

Standard polygon definition, no need to specify a last point which equals the first point. Polygon is inserted into the currently opened segment.
