.. role:: ts-api-decorator

#########
Isovolume
#########

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

.. container:: ts-api-section

   .. js:class:: Isovolume



.. container:: api-index-section

   .. rubric:: Accessors

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

   * :js:attr:`~cee.cug.Isovolume.highlight`
   * :js:attr:`~cee.cug.Isovolume.mapContourLinesResultId`
   * :js:attr:`~cee.cug.Isovolume.mapScalarResultId`
   * :js:attr:`~cee.cug.Isovolume.mapVectorResultId`
   * :js:attr:`~cee.cug.Isovolume.visible`





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

Accessors
=========

.. container:: ts-api-section

   .. js:function:: Isovolume.highlight()



      Whether the isovolume should be highlighted.


      :rtype: boolean

   .. js:function:: Isovolume.highlight( highlight)

      :param highlight: None
      :type highlight: boolean


      :rtype: void



.. container:: ts-api-section

   .. js:function:: Isovolume.mapContourLinesResultId()



      The result id of the scalar result shown as contour lines on the isovolume. 

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


      :rtype: number



.. container:: ts-api-section

   .. js:function:: Isovolume.mapScalarResultId()



      The result id of the scalar result mapped on the isovolume. 

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


      :rtype: number



.. container:: ts-api-section

   .. js:function:: Isovolume.mapVectorResultId()



      The result id of the vector result mapped on the isovolume. 

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


      :rtype: number



.. container:: ts-api-section

   .. js:function:: Isovolume.visible()



      :rtype: boolean

   .. js:function:: Isovolume.visible( visible)

      :param visible: None
      :type visible: boolean


      :rtype: void



