.. role:: ts-api-decorator

######################
GetNodesBoundingConfig
######################

.. container:: ts-api-section

   .. js:class:: GetNodesBoundingConfig



.. container:: api-index-section

   .. rubric:: Properties

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

   * :js:attr:`~GetNodesBoundingConfig.bodyInstance`
   * :js:attr:`~GetNodesBoundingConfig.ignoreInvisible`
   * :js:attr:`~GetNodesBoundingConfig.pmiBody`
   * :js:attr:`~GetNodesBoundingConfig.tightBounding`
   * :js:attr:`~GetNodesBoundingConfig.viewFrame`





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

Properties
==========

.. container:: ts-api-section

   .. js:attribute:: GetNodesBoundingConfig.bodyInstance

      :type: boolean

      Controls whether or not body instances are visited.



.. container:: ts-api-section

   .. js:attribute:: GetNodesBoundingConfig.ignoreInvisible

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

      Controls whether or not invisible geometry is visited.
      If ``undefined``, this is treated as ``false``.



.. container:: ts-api-section

   .. js:attribute:: GetNodesBoundingConfig.pmiBody

      :type: boolean

      Controls whether or not PMI bodies are visited.



.. container:: ts-api-section

   .. js:attribute:: GetNodesBoundingConfig.tightBounding

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

      Controls whether or not a tight bounding is desired.
      If ``undefined``, this is treated as ``false``.



.. container:: ts-api-section

   .. js:attribute:: GetNodesBoundingConfig.viewFrame

      :type: boolean

      Controls whether or not view frames are visited.



