.. role:: clio-readonly
   :class: clio-flag clio-flag-readonly

.. role:: clio-static
   :class: clio-flag clio-flag-static


################
SelectionService
################

.. js:class:: wvc.SelectionService

   ISelectionService
   
   
   Index
   =====
   
   .. rubric:: Constructors
   
   
   .. rst-class:: api-xref-list
   
   
   * :js:func:`~wvc.SelectionService.constructor`
   
   .. rubric:: Properties
   
   
   .. rst-class:: api-xref-list
   
   
   * :js:data:`~wvc.SelectionService.DefaultConfiguration`
   * :js:data:`~wvc.SelectionService.serviceName`
   
   .. rubric:: Accessors
   
   
   .. rst-class:: api-xref-list
   
   
   * :js:func:`~wvc.SelectionService.webViewer`
   
   .. rubric:: Methods
   
   
   .. rst-class:: api-xref-list
   
   
   * :js:meth:`~wvc.SelectionService.getBodyColor`
   * :js:meth:`~wvc.SelectionService.getEnableFaceLineSelection`
   * :js:meth:`~wvc.SelectionService.getFaceAndLineColor`
   * :js:meth:`~wvc.SelectionService.getHonorsSceneVisibility`
   * :js:meth:`~wvc.SelectionService.resetConfiguration`
   * :js:meth:`~wvc.SelectionService.setBodyColor`
   * :js:meth:`~wvc.SelectionService.setEnableFaceLineSelection`
   * :js:meth:`~wvc.SelectionService.setFaceAndLineColor`
   * :js:meth:`~wvc.SelectionService.setHonorsSceneVisibility`
   
   



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

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


.. js:method:: wvc.SelectionService.constructor

      .. rst-class:: sig-pretty-signature
      
         | SelectionService(): :js:class:`SelectionService <wvc.SelectionService>`
      
      **Returns**\ : :js:class:`SelectionService <wvc.SelectionService>`
      



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

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


.. js:data:: wvc.SelectionService.DefaultConfiguration

      .. rst-class:: clio-flags
      
         :clio-static:`static`
         :clio-readonly:`readonly`
      
      .. rst-class:: sig-pretty-signature
      
         | DefaultConfiguration: { bodyColor: *string*\ , faceAndLineColor: *string*\ , faceLineSelectionEnabled: *boolean*\ , honorsSceneVisibility: *boolean* }
      



.. js:data:: wvc.SelectionService.serviceName

      .. rst-class:: clio-flags
      
         :clio-readonly:`readonly`
      
      .. rst-class:: sig-pretty-signature
      
         | serviceName: *"SelectionService"*
      



.. rst-class:: kind-group kind-accessors

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


.. js:method:: wvc.SelectionService.webViewer

      .. rst-class:: sig-pretty-signature
      
         | *get* webViewer(): (*undefined* | *IWebViewer*\ )
      
      **Returns**\ : (*undefined* \| *IWebViewer*\ )
      
      .. rst-class:: sig-pretty-signature
      
         | *set* webViewer(**value**\ : (*undefined* | *IWebViewer*\ )): *void*
      
      **Parameters**
      
      
         **value**\ : (*undefined* \| *IWebViewer*\ )
      
      
      **Returns**\ : *void*
      



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

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


.. js:method:: wvc.SelectionService.getBodyColor

      .. rst-class:: sig-pretty-signature
      
         | getBodyColor(): *string*
      
      **Returns**\ : *string*
      



.. js:method:: wvc.SelectionService.getEnableFaceLineSelection

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



.. js:method:: wvc.SelectionService.getFaceAndLineColor

      .. rst-class:: sig-pretty-signature
      
         | getFaceAndLineColor(): *string*
      
      **Returns**\ : *string*
      



.. js:method:: wvc.SelectionService.getHonorsSceneVisibility

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



.. js:method:: wvc.SelectionService.resetConfiguration

      .. rst-class:: sig-pretty-signature
      
         | resetConfiguration(**obj**\ : *object*\ ): *Promise*
      
      **Parameters**
      
      
         **obj**\ : *object*
      
      
      **Returns**\ : *Promise*
      



.. js:method:: wvc.SelectionService.setBodyColor

      .. rst-class:: sig-pretty-signature
      
         | setBodyColor(**color**\ : *string*\ ): *Promise*
      
      **Parameters**
      
      
         **color**\ : *string*
      
      
      **Returns**\ : *Promise*
      



.. js:method:: wvc.SelectionService.setEnableFaceLineSelection

      .. rst-class:: sig-pretty-signature
      
         | setEnableFaceLineSelection(**enableFaceLineSelection**\ : *boolean*\ ): *Promise*
      
      **Parameters**
      
      
         **enableFaceLineSelection**\ : *boolean*
      
      
      **Returns**\ : *Promise*
      



.. js:method:: wvc.SelectionService.setFaceAndLineColor

      .. rst-class:: sig-pretty-signature
      
         | setFaceAndLineColor(**color**\ : *string*\ ): *Promise*
      
      **Parameters**
      
      
         **color**\ : *string*
      
      
      **Returns**\ : *Promise*
      



.. js:method:: wvc.SelectionService.setHonorsSceneVisibility

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




