.. role:: clio-optional
   :class: clio-flag clio-flag-optional


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

.. js:class:: wv.GetNodesBoundingConfig

   
   Index
   =====
   
   .. rubric:: Properties
   
   
   .. rst-class:: api-xref-list
   
   
   * :js:data:`~wv.GetNodesBoundingConfig.bodyInstance`
   * :js:data:`~wv.GetNodesBoundingConfig.pmiBody`
   * :js:data:`~wv.GetNodesBoundingConfig.viewFrame`
   * :js:data:`~wv.GetNodesBoundingConfig.ignoreInvisible`
   * :js:data:`~wv.GetNodesBoundingConfig.tightBounding`
   
   



.. rst-class:: kind-group kind-properties

.. rubric:: Properties
   :class: kind-group-title


.. js:data:: wv.GetNodesBoundingConfig.bodyInstance

      .. rst-class:: sig-pretty-signature
      
         | bodyInstance: *boolean*
      
      Controls whether or not body instances are visited.
      



.. js:data:: wv.GetNodesBoundingConfig.pmiBody

      .. rst-class:: sig-pretty-signature
      
         | pmiBody: *boolean*
      
      Controls whether or not PMI bodies are visited.
      



.. js:data:: wv.GetNodesBoundingConfig.viewFrame

      .. rst-class:: sig-pretty-signature
      
         | viewFrame: *boolean*
      
      Controls whether or not view frames are visited.
      



.. js:data:: wv.GetNodesBoundingConfig.ignoreInvisible

      .. rst-class:: clio-flags
      
         :clio-optional:`optional`
      
      .. rst-class:: sig-pretty-signature
      
         | ignoreInvisible: *boolean*
      
      Controls whether or not invisible geometry is visited. If ``undefined``\ , this is treated as ``false``\ .
      



.. js:data:: wv.GetNodesBoundingConfig.tightBounding

      .. rst-class:: clio-flags
      
         :clio-optional:`optional`
      
      .. rst-class:: sig-pretty-signature
      
         | tightBounding: *boolean*
      
      Controls whether or not a tight bounding is desired. If ``undefined``\ , this is treated as ``false``\ .
      




