.. role:: ts-api-decorator

#######
SetInfo
#######

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

.. container:: ts-api-section

   .. js:class:: SetInfo

      Information about an available sets. A set is a group of unique items, but the items can span parts and geometries. 

      All items will be of the same type. The following set types are supported:

       - Element sets
       - Node sets
       - Element face sets
       - Element edge sets
       - Element node sets



.. container:: api-index-section

   .. rubric:: Properties

   .. rst-class:: api-index-list-item api-kind-property api-parent-kind-interface

   * :js:attr:`~cee.ug.SetInfo.description`
   * :js:attr:`~cee.ug.SetInfo.id`
   * :js:attr:`~cee.ug.SetInfo.itemType`
   * :js:attr:`~cee.ug.SetInfo.name`





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

Properties
==========

.. container:: ts-api-section

   .. js:attribute:: SetInfo.description

      :type: string

      The description of the set.



.. container:: ts-api-section

   .. js:attribute:: SetInfo.id

      :type: number

      The unique ID of the set, used in the model spec to specify visible sets



.. container:: ts-api-section

   .. js:attribute:: SetInfo.itemType

      :type: ItemType

      The type of items in the set. All set items are of the same type



.. container:: ts-api-section

   .. js:attribute:: SetInfo.name

      :type: string

      The name of the set.



