.. role:: clio-inherited
   :class: clio-flag clio-flag-inherited


#########################
RayDrillSelectionOperator
#########################

.. js:class:: wv.Operators.RayDrillSelectionOperator

   
   Index
   =====
   
   .. rubric:: Methods
   
   
   .. rst-class:: api-xref-list
   
   
   * :js:meth:`~wv.Operators.RayDrillSelectionOperator.addMapping`
   * :js:meth:`~wv.Operators.RayDrillSelectionOperator.clearMapping`
   * :js:meth:`~wv.Operators.RayDrillSelectionOperator.clearSelection`
   * :js:meth:`~wv.Operators.RayDrillSelectionOperator.getForceEffectiveSceneVisibilityMask`
   * :js:meth:`~wv.Operators.RayDrillSelectionOperator.getIgnoreTransparency`
   * :js:meth:`~wv.Operators.RayDrillSelectionOperator.hasActiveSelection`
   * :js:meth:`~wv.Operators.RayDrillSelectionOperator.setForceEffectiveSceneVisibilityMask`
   * :js:meth:`~wv.Operators.RayDrillSelectionOperator.setIgnoreTransparency`
   * :js:meth:`~wv.Operators.RayDrillSelectionOperator.setMapping`
   * :js:meth:`~wv.Operators.RayDrillSelectionOperator.waitForIdle`
   
   



.. rst-class:: kind-group kind-methods

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


.. js:method:: wv.Operators.RayDrillSelectionOperator.addMapping

      .. rst-class:: clio-flags
      
         :clio-inherited:`inherited`
      
      .. rst-class:: sig-pretty-signature
      
         | addMapping(**button**\ : :js:data:`Button <wv.Button>`\ , **modifier**\ : :js:data:`KeyModifiers <wv.KeyModifiers>`\ ?): *void*
      
      Adds a button and key modifier mapping for the operator. If no mapping is provided, all combinations are considered valid. All mappings require a mouse button, but a key modifier is optional.
      
      **Parameters**
      
      
         **button**\ : :js:data:`Button <wv.Button>`
      
         **modifier**\ : :js:data:`KeyModifiers <wv.KeyModifiers>` = KeyModifiers.None
      
      
      **Returns**\ : *void*
      



.. js:method:: wv.Operators.RayDrillSelectionOperator.clearMapping

      .. rst-class:: clio-flags
      
         :clio-inherited:`inherited`
      
      .. rst-class:: sig-pretty-signature
      
         | clearMapping(): *void*
      
      Clears any button and key modifier mappings for the operator.
      
      **Returns**\ : *void*
      



.. js:method:: wv.Operators.RayDrillSelectionOperator.clearSelection

      .. rst-class:: sig-pretty-signature
      
         | clearSelection(): *Promise*
      
      **Returns**\ : *Promise*
      



.. js:method:: wv.Operators.RayDrillSelectionOperator.getForceEffectiveSceneVisibilityMask

      .. rst-class:: sig-pretty-signature
      
         | getForceEffectiveSceneVisibilityMask(): :js:data:`SelectionMask <wv.SelectionMask>`
      
      Gets the mask used for forcing effective scene visibility during selection.
      
      **Returns**\ : :js:data:`SelectionMask <wv.SelectionMask>`
      



.. js:method:: wv.Operators.RayDrillSelectionOperator.getIgnoreTransparency

      .. rst-class:: sig-pretty-signature
      
         | getIgnoreTransparency(): *boolean*
      
      **Returns**\ : *boolean*
      



.. js:method:: wv.Operators.RayDrillSelectionOperator.hasActiveSelection

      .. rst-class:: sig-pretty-signature
      
         | hasActiveSelection(): *boolean*
      
      **Returns**\ : *boolean*
      



.. js:method:: wv.Operators.RayDrillSelectionOperator.setForceEffectiveSceneVisibilityMask

      .. rst-class:: sig-pretty-signature
      
         | setForceEffectiveSceneVisibilityMask(**mask**\ : :js:data:`SelectionMask <wv.SelectionMask>`\ ): *void*
      
      Sets the mask used for forcing effective scene visibility during selection.
      
      **Parameters**
      
      
         **mask**\ : :js:data:`SelectionMask <wv.SelectionMask>`
      
      
      **Returns**\ : *void*
      



.. js:method:: wv.Operators.RayDrillSelectionOperator.setIgnoreTransparency

      .. rst-class:: sig-pretty-signature
      
         | setIgnoreTransparency(**value**\ : *boolean*\ ): *void*
      
      **Parameters**
      
      
         **value**\ : *boolean*
      
      
      **Returns**\ : *void*
      



.. js:method:: wv.Operators.RayDrillSelectionOperator.setMapping

      .. rst-class:: clio-flags
      
         :clio-inherited:`inherited`
      
      .. rst-class:: sig-pretty-signature
      
         | setMapping(**button**\ : :js:data:`Button <wv.Button>`\ , **modifier**\ : :js:data:`KeyModifiers <wv.KeyModifiers>`\ ?): *void*
      
      Sets the button and key modifier mapping for the operator.
      
      **Parameters**
      
      
         **button**\ : :js:data:`Button <wv.Button>`
      
         **modifier**\ : :js:data:`KeyModifiers <wv.KeyModifiers>` = KeyModifiers.None
      
      
      **Returns**\ : *void*
      



.. js:method:: wv.Operators.RayDrillSelectionOperator.waitForIdle

      .. rst-class:: sig-pretty-signature
      
         | waitForIdle(): *Promise*
      
      **Returns**\ : *Promise*
      




