.. role:: ts-api-decorator

########################
UnstructGridModelOptions
########################

.. js:module:: cee.usg
   :noindex:

.. container:: ts-api-section

   .. js:class:: UnstructGridModelOptions

      Options for the UnstructGridModel



.. container:: api-index-section

   .. rubric:: Properties

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

   * :js:attr:`~cee.usg.UnstructGridModelOptions.vizStateStrategy`





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

Properties
==========

.. container:: ts-api-section

   .. js:attribute:: UnstructGridModelOptions.vizStateStrategy

      :type: VizStateStrategy

      Strategy to use for multiple states (animation) in UnstructGridModel.

      This setting controls how much memory (both Javascript and GPU) is kept between states.
      Use this setting to balance between rendering performance and resource usage.

      Default is VIZ_STATES_SINGLE (most conservative on memory usage).

      See ``VizStateStrategy`` for more information.



