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


#################
ISelectionService
#################

.. js:class:: wvc.ISelectionService

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



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

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


.. js:data:: wvc.ISelectionService.serviceName

      .. rst-class:: clio-flags
      
         :clio-inherited:`inherited`
      
      .. rst-class:: sig-pretty-signature
      
         | serviceName: :js:data:`ServiceName <wvc.ServiceName>`
      



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

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


.. js:method:: wvc.ISelectionService.getBodyColor

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



.. js:method:: wvc.ISelectionService.getEnableFaceLineSelection

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



.. js:method:: wvc.ISelectionService.getFaceAndLineColor

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



.. js:method:: wvc.ISelectionService.getHonorsSceneVisibility

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



.. js:method:: wvc.ISelectionService.resetConfiguration

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



.. js:method:: wvc.ISelectionService.setBodyColor

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



.. js:method:: wvc.ISelectionService.setEnableFaceLineSelection

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



.. js:method:: wvc.ISelectionService.setFaceAndLineColor

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



.. js:method:: wvc.ISelectionService.setHonorsSceneVisibility

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




