.. role:: ts-api-decorator

##################
ParticleTraceGroup
##################

.. js:module:: cee.cug
   :noindex:

.. container:: ts-api-section

   .. js:class:: ParticleTraceGroup



.. container:: api-index-section

   .. rubric:: Accessors

   .. rst-class:: api-index-list-item api-kind-accessor api-parent-kind-class

   * :js:attr:`~cee.cug.ParticleTraceGroup.mapScalarResultId`
   * :js:attr:`~cee.cug.ParticleTraceGroup.seedPointArray`
   * :js:attr:`~cee.cug.ParticleTraceGroup.vectorResultId`
   * :js:attr:`~cee.cug.ParticleTraceGroup.visible`





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

Accessors
=========

.. container:: ts-api-section

   .. js:function:: ParticleTraceGroup.mapScalarResultId()



      The result id of the scalar result mapped on the particle trace.

      Use the ``ConstantRemoteModel.getResultInfo`` method to get information about the result.


      :rtype: number



.. container:: ts-api-section

   .. js:function:: ParticleTraceGroup.seedPointArray()



      :rtype: unknown



.. container:: ts-api-section

   .. js:function:: ParticleTraceGroup.vectorResultId()



      The result id of the vector result used to compute the particle trace. 

      Use the ``ConstantRemoteModel.getResultInfo`` method to get information about the result.


      :rtype: number



.. container:: ts-api-section

   .. js:function:: ParticleTraceGroup.visible()



      :rtype: boolean

   .. js:function:: ParticleTraceGroup.visible( visible)

      :param visible: None
      :type visible: boolean


      :rtype: void



