
###################
BoundingPreviewMode
###################

.. js:data:: BoundingPreviewMode

   
   Index
   =====
   
   .. rubric:: Enumeration Members
   
   
   .. rst-class:: api-xref-list
   
   
   * :js:data:`~BoundingPreviewMode.All`
   * :js:data:`~BoundingPreviewMode.Ejected`
   * :js:data:`~BoundingPreviewMode.Instance`
   * :js:data:`~BoundingPreviewMode.Model`
   * :js:data:`~BoundingPreviewMode.None`
   
   




Enumeration Members
===================

.. js:data:: BoundingPreviewMode.All

   .. rst-class:: sig-pretty-signature
   
      | All: *7*
   
   Combination of Model, Instance, and Ejected options
   



.. js:data:: BoundingPreviewMode.Ejected

   .. rst-class:: sig-pretty-signature
   
      | Ejected: *4*
   
   Bounding previews will be rendered for items that have been ejected. This is only applicable if the memoryLimit option is set at viewer creation.
   



.. js:data:: BoundingPreviewMode.Instance

   .. rst-class:: sig-pretty-signature
   
      | Instance: *2*
   
   Bounding previews will be rendered for instances that have not been streamed yet.
   



.. js:data:: BoundingPreviewMode.Model

   .. rst-class:: sig-pretty-signature
   
      | Model: *1*
   
   Bounding previews will be rendered for models that have not been streamed yet.
   



.. js:data:: BoundingPreviewMode.None

   .. rst-class:: sig-pretty-signature
   
      | None: *0*
   
   No bounding previews will be rendered
   





