.. _group__a3d__tess3dwireflags:

#########################################
Flags for Specifying Wire Characteristics
#########################################

Bitmasks used in the :c:struct:`~A3DTess3DWireData` structure to describe wire characteristics. 


   2.0



These bitmasks must be applied on the first unsigned int containing the number of related indexes in the array used to described current wire. 


Index
=====

.. rubric:: Preprocessor Definitions


.. rst-class:: api-xref-list


* :c:macro:`~kA3DTess3DWireDataIsClosing`
* :c:macro:`~kA3DTess3DWireDataIsContinuous`


.. rst-class:: kind-group kind-preprocessor-definition

.. rubric:: Preprocessor Definitions
   :class: kind-group-title


.. c:macro:: kA3DTess3DWireDataIsClosing

      The current wire is closed. 
      



.. c:macro:: kA3DTess3DWireDataIsContinuous

      Indicates that the last point of preceding wire should be linked with the first point of the current one. 
      




