.. role:: ts-api-decorator

.. _cee.ug.DrawStyle:

#########
DrawStyle
#########

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

.. container:: ts-api-section

   Part draw style. Specifies how parts should be rendered.



.. container:: api-index-section

   .. rubric:: Enumeration Members

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

   * :ref:`cee.ug.DrawStyle.HIDDEN_LINES_REMOVED`
   * :ref:`cee.ug.DrawStyle.LINES`
   * :ref:`cee.ug.DrawStyle.OUTLINE`
   * :ref:`cee.ug.DrawStyle.POINTS`
   * :ref:`cee.ug.DrawStyle.SURFACE`
   * :ref:`cee.ug.DrawStyle.SURFACE_MESH`
   * :ref:`cee.ug.DrawStyle.SURFACE_OUTLINE_MESH`





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

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

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

.. _cee.ug.DrawStyle.HIDDEN_LINES_REMOVED:

HIDDEN_LINES_REMOVED
--------------------

Render the part as lines, but use the depth buffer to remove lines that are obscured by the model itself.

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

.. _cee.ug.DrawStyle.LINES:

LINES
-----

Render the edges of the elements as lines. Note that this is not the triangle edges but the FEA element edges.

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

.. _cee.ug.DrawStyle.OUTLINE:

OUTLINE
-------

Render the part as outline. Lines will be drawn on the feature edges (edges where the angle between two elements 
are larger that 60 degrees).

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

.. _cee.ug.DrawStyle.POINTS:

POINTS
------

Render the nodes of the part as points.

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

.. _cee.ug.DrawStyle.SURFACE:

SURFACE
-------

Render the part as surface.

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

.. _cee.ug.DrawStyle.SURFACE_MESH:

SURFACE_MESH
------------

Render the part as surface with an overlay of the element mesh. Note that this is not the triangle mesh,
but the actual FEA element mesh.

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

.. _cee.ug.DrawStyle.SURFACE_OUTLINE_MESH:

SURFACE_OUTLINE_MESH
--------------------

Render the part as surface with mesh lines on the feature edges (edges where the angle between two elements 
are larger that 60 degrees).

