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


#####################
IncrementalPickConfig
#####################

.. js:class:: wv.IncrementalPickConfig

   
   Index
   =====
   
   .. rubric:: Constructors
   
   
   .. rst-class:: api-xref-list
   
   
   * :js:func:`~wv.IncrementalPickConfig.constructor`
   
   .. rubric:: Properties
   
   
   .. rst-class:: api-xref-list
   
   
   * :js:data:`~wv.IncrementalPickConfig.allowFaces`
   * :js:data:`~wv.IncrementalPickConfig.allowLines`
   * :js:data:`~wv.IncrementalPickConfig.allowPoints`
   * :js:data:`~wv.IncrementalPickConfig.forceEffectiveSceneVisibilityMask`
   * :js:data:`~wv.IncrementalPickConfig.forceEffectiveVisibilityMask`
   * :js:data:`~wv.IncrementalPickConfig.ignoreCuttingSections`
   * :js:data:`~wv.IncrementalPickConfig.ignoreUnrequestedInstances`
   * :js:data:`~wv.IncrementalPickConfig.mustBeFullyContained`
   * :js:data:`~wv.IncrementalPickConfig.onlyStreamedInstances`
   * :js:data:`~wv.IncrementalPickConfig.respectVisibility`
   * :js:data:`~wv.IncrementalPickConfig.bimMask`
   
   



.. rst-class:: kind-group kind-constructors

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


.. js:method:: wv.IncrementalPickConfig.constructor

      .. rst-class:: sig-pretty-signature
      
         | IncrementalPickConfig(**selectionMask**\ : :js:data:`SelectionMask <wv.SelectionMask>`\ ?): :js:class:`IncrementalPickConfig <wv.IncrementalPickConfig>`
      
      **Parameters**
      
      
         **selectionMask**\ : :js:data:`SelectionMask <wv.SelectionMask>` = SelectionMask.All
      
      
      **Returns**\ : :js:class:`IncrementalPickConfig <wv.IncrementalPickConfig>`
      



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

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


.. js:data:: wv.IncrementalPickConfig.allowFaces

      .. rst-class:: sig-pretty-signature
      
         | allowFaces: *boolean*
      
      Configures whether or not faces are considered for selection.
      



.. js:data:: wv.IncrementalPickConfig.allowLines

      .. rst-class:: sig-pretty-signature
      
         | allowLines: *boolean*
      
      Configures whether or not lines are considered for selection.
      



.. js:data:: wv.IncrementalPickConfig.allowPoints

      .. rst-class:: sig-pretty-signature
      
         | allowPoints: *boolean*
      
      Configures whether or not points are considered for selection.
      



.. js:data:: wv.IncrementalPickConfig.forceEffectiveSceneVisibilityMask

      .. rst-class:: sig-pretty-signature
      
         | forceEffectiveSceneVisibilityMask: :js:data:`SelectionMask <wv.SelectionMask>`
      
      For each element type bit in this mask, if the bit is on, then scene visibility is treated as if that element type is visible during selection.
      



.. js:data:: wv.IncrementalPickConfig.forceEffectiveVisibilityMask

      .. rst-class:: sig-pretty-signature
      
         | forceEffectiveVisibilityMask: :js:data:`SelectionMask <wv.SelectionMask>`
      
      For each element type bit in this mask, if the bit is on, then scene visibility and geometry visibility are treated as if that element type is visible during selection.
      



.. js:data:: wv.IncrementalPickConfig.ignoreCuttingSections

      .. rst-class:: sig-pretty-signature
      
         | ignoreCuttingSections: *boolean*
      
      Configures whether or not cutting sections are ignored during selection.
      



.. js:data:: wv.IncrementalPickConfig.ignoreUnrequestedInstances

      .. rst-class:: sig-pretty-signature
      
         | ignoreUnrequestedInstances: *boolean*
      
      This config option only applies for [[StreamingMode.OnDemand]] viewer sessions. If true, then in nodes that are not requested will not be selected. If false, then non-requested nodes can be selected.
      



.. js:data:: wv.IncrementalPickConfig.mustBeFullyContained

      .. rst-class:: sig-pretty-signature
      
         | mustBeFullyContained: *boolean*
      
      Configures whether or not items must be fully contained in the selection volume to be selection candidates.
      



.. js:data:: wv.IncrementalPickConfig.onlyStreamedInstances

      .. rst-class:: sig-pretty-signature
      
         | onlyStreamedInstances: *boolean*
      
      If false, instances that have not yet been streamed will be processed. If true, instances that have not yet been streamed will be ignored.
      



.. js:data:: wv.IncrementalPickConfig.respectVisibility

      .. rst-class:: sig-pretty-signature
      
         | respectVisibility: *boolean*
      
      Configures whether or not visibility is respected when performing a selection.
      



.. js:data:: wv.IncrementalPickConfig.bimMask

      .. rst-class:: clio-flags
      
         :clio-optional:`optional`
      
      .. rst-class:: sig-pretty-signature
      
         | bimMask: :js:data:`BimMask <wv.Sc.BimMask>`
      
      If set, selection will be restricted to geometry of the specified BIM types.
      




