.. role:: ts-api-decorator

##########
Isosurface
##########

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

.. container:: ts-api-section

   .. js:class:: Isosurface



.. container:: api-index-section

   .. rubric:: Accessors

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

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





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

Accessors
=========

.. container:: ts-api-section

   .. js:function:: Isosurface.highlight()



      Whether the isosurface should be highlighted.


      :rtype: boolean

   .. js:function:: Isosurface.highlight( highlight)

      :param highlight: None
      :type highlight: boolean


      :rtype: void



.. container:: ts-api-section

   .. js:function:: Isosurface.mapContourLinesResultId()



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

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


      :rtype: number



.. container:: ts-api-section

   .. js:function:: Isosurface.mapScalarResultId()



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

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


      :rtype: number



.. container:: ts-api-section

   .. js:function:: Isosurface.mapVectorResultId()



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

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


      :rtype: number



.. container:: ts-api-section

   .. js:function:: Isosurface.visible()



      :rtype: boolean

   .. js:function:: Isosurface.visible( visible)

      :param visible: None
      :type visible: boolean


      :rtype: void



