.. role:: ts-api-decorator

.. _cee.ug.SurfacePositionType:

###################
SurfacePositionType
###################

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

.. container:: ts-api-section

   Type of position for the query to return



.. container:: api-index-section

   .. rubric:: Enumeration Members

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

   * :ref:`cee.ug.SurfacePositionType.ELEMENT_SURFACE_CENTROID`
   * :ref:`cee.ug.SurfacePositionType.NODE`
   * :ref:`cee.ug.SurfacePositionType.NON_OUTLINE_NODE`
   * :ref:`cee.ug.SurfacePositionType.OUTLINE_NODE`





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

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

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

.. _cee.ug.SurfacePositionType.ELEMENT_SURFACE_CENTROID:

ELEMENT_SURFACE_CENTROID
------------------------

The query will return the centroid of all visible element surfaces on the given part

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

.. _cee.ug.SurfacePositionType.NODE:

NODE
----

The query will return all nodes on the visible surface of the given part

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

.. _cee.ug.SurfacePositionType.NON_OUTLINE_NODE:

NON_OUTLINE_NODE
----------------

The query will return all nodes that are not on an outline edge of the visible surface og the given part.
This will typically be internal nodes for a flat 2D surface (e.g. an inlet).

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

.. _cee.ug.SurfacePositionType.OUTLINE_NODE:

OUTLINE_NODE
------------

The query will return all nodes that are on an outline edge of the visible surface og the given part.
This will typically be external/border nodes for a flat 2D surface (e.g. an inlet).

