.. role:: ts-api-decorator

#######################
ModelBoundingBoxOptions
#######################

.. js:module:: cee
   :noindex:

.. container:: ts-api-section

   .. js:class:: ModelBoundingBoxOptions

      Options that can be specified when querying a model's bounding box

      Note that the options are not guaranteed to be supported by all models.



.. container:: api-index-section

   .. rubric:: Properties

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

   * :js:attr:`~cee.ModelBoundingBoxOptions.includeHiddenParts`





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

Properties
==========

.. container:: ts-api-section

   .. js:attribute:: ModelBoundingBoxOptions.includeHiddenParts

      :type: boolean :ts-api-decorator:`optional`

      By default, the model's bounding box will only include visible parts. Setting this option to true
      will include all parts in the bounding box calculation for models that support it. Default is false.



