.. role:: ts-api-decorator

.. _cee.geo.MeshPrimitiveType:

#################
MeshPrimitiveType
#################

.. js:module:: cee.geo
   :noindex:

.. container:: ts-api-section

   Enum specifying the primitive type (TRIANGLES, LINES).

   Used by Mesh and its implementers to define the type of primitives contained in the Mesh



.. container:: api-index-section

   .. rubric:: Enumeration Members

   .. rst-class:: api-index-list-item api-kind-enummember api-parent-kind-enum

   * :ref:`cee.geo.MeshPrimitiveType.LINES`
   * :ref:`cee.geo.MeshPrimitiveType.TRIANGLES`





------------

Enumeration Members
===================

.. rst-class:: ts-api-section

.. _cee.geo.MeshPrimitiveType.LINES:

LINES
-----

Lines

.. rst-class:: ts-api-section

.. _cee.geo.MeshPrimitiveType.TRIANGLES:

TRIANGLES
---------

Triangles

