.. role:: ts-api-decorator

.. _cee.ug.VectorType:

##########
VectorType
##########

.. js:module:: cee.ug
   :noindex:

.. container:: ts-api-section

   Vector visual representation types



.. container:: api-index-section

   .. rubric:: Enumeration Members

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

   * :ref:`cee.ug.VectorType.ARROW`
   * :ref:`cee.ug.VectorType.DYNAMIC_SYMMETRIC_ARROW`
   * :ref:`cee.ug.VectorType.REVERSE_SYMMETRIC_ARROW`
   * :ref:`cee.ug.VectorType.SYMMETRIC_ARROW`





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

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

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

.. _cee.ug.VectorType.ARROW:

ARROW
-----

A normal vector arrow (default)

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

.. _cee.ug.VectorType.DYNAMIC_SYMMETRIC_ARROW:

DYNAMIC_SYMMETRIC_ARROW
-----------------------

A vector centered in the node/vertex, with arrow heads pointing either inwards or outwards
depending on sign of scalar value

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

.. _cee.ug.VectorType.REVERSE_SYMMETRIC_ARROW:

REVERSE_SYMMETRIC_ARROW
-----------------------

A vector centered in the node/vertex, with arrow heads pointing inward in both directions

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

.. _cee.ug.VectorType.SYMMETRIC_ARROW:

SYMMETRIC_ARROW
---------------

A vector centered in the node/vertex, with arrow heads pointing outwards in both directions

