.. role:: ts-api-decorator

###################
IsovolumeProperties
###################

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

.. container:: ts-api-section

   .. js:class:: IsovolumeProperties

      Plain Old JavaScript Object (POJO) containing the properties of an ``Isovolume``



.. container:: api-index-section

   .. rubric:: Properties

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

   * :js:attr:`~cee.ug.IsovolumeProperties.computeFromVisibleParts`
   * :js:attr:`~cee.ug.IsovolumeProperties.highlight`
   * :js:attr:`~cee.ug.IsovolumeProperties.id`
   * :js:attr:`~cee.ug.IsovolumeProperties.isoScalarResultId`
   * :js:attr:`~cee.ug.IsovolumeProperties.isPrecomputed`
   * :js:attr:`~cee.ug.IsovolumeProperties.mapScalarResultId`
   * :js:attr:`~cee.ug.IsovolumeProperties.mapVectorResultId`
   * :js:attr:`~cee.ug.IsovolumeProperties.maximumIsoValue`
   * :js:attr:`~cee.ug.IsovolumeProperties.minimumIsoValue`
   * :js:attr:`~cee.ug.IsovolumeProperties.opacity`
   * :js:attr:`~cee.ug.IsovolumeProperties.visible`
   * :js:attr:`~cee.ug.IsovolumeProperties.volumeColor`





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

Properties
==========

.. container:: ts-api-section

   .. js:attribute:: IsovolumeProperties.computeFromVisibleParts

      :type: boolean

      See ``Isovolume.computeFromVisibleParts``



.. container:: ts-api-section

   .. js:attribute:: IsovolumeProperties.highlight

      :type: boolean

      See ``Isovolume.highlight``



.. container:: ts-api-section

   .. js:attribute:: IsovolumeProperties.id

      :type: number

      See ``Isovolume.id``



.. container:: ts-api-section

   .. js:attribute:: IsovolumeProperties.isoScalarResultId

      :type: number

      See ``Isovolume.isoScalarResultId``



.. container:: ts-api-section

   .. js:attribute:: IsovolumeProperties.isPrecomputed

      :type: boolean

      See ``Isovolume.isPrecomputed``



.. container:: ts-api-section

   .. js:attribute:: IsovolumeProperties.mapScalarResultId

      :type: number

      See ``Isovolume.mapScalarResultId``



.. container:: ts-api-section

   .. js:attribute:: IsovolumeProperties.mapVectorResultId

      :type: number

      See ``Isovolume.mapVectorResultId``



.. container:: ts-api-section

   .. js:attribute:: IsovolumeProperties.maximumIsoValue

      :type: number

      See ``Isovolume.maximumIsoValue``



.. container:: ts-api-section

   .. js:attribute:: IsovolumeProperties.minimumIsoValue

      :type: number

      See ``Isovolume.minimumIsoValue``



.. container:: ts-api-section

   .. js:attribute:: IsovolumeProperties.opacity

      :type: number

      See ``Isovolume.opacity``



.. container:: ts-api-section

   .. js:attribute:: IsovolumeProperties.visible

      :type: boolean

      See ``Isovolume.visible``



.. container:: ts-api-section

   .. js:attribute:: IsovolumeProperties.volumeColor

      :type: Color3Like

      See ``Isovolume.volumeColor``



