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


###############
IExplodeService
###############

.. js:class:: wvc.IExplodeService

   IExplodeService
   
   
   Index
   =====
   
   .. rubric:: Properties
   
   
   .. rst-class:: api-xref-list
   
   
   * :js:data:`~wvc.IExplodeService.serviceName`
   
   .. rubric:: Methods
   
   
   .. rst-class:: api-xref-list
   
   
   * :js:meth:`~wvc.IExplodeService.getActive`
   * :js:meth:`~wvc.IExplodeService.getMagnitude`
   * :js:meth:`~wvc.IExplodeService.reset`
   * :js:meth:`~wvc.IExplodeService.setMagnitude`
   * :js:meth:`~wvc.IExplodeService.start`
   * :js:meth:`~wvc.IExplodeService.stop`
   
   



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

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


.. js:data:: wvc.IExplodeService.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.IExplodeService.getActive

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



.. js:method:: wvc.IExplodeService.getMagnitude

      .. rst-class:: sig-pretty-signature
      
         | getMagnitude(): *number*
      
      **Returns**\ : *number*
      



.. js:method:: wvc.IExplodeService.reset

      .. rst-class:: sig-pretty-signature
      
         | reset(): *void*
      
      **Returns**\ : *void*
      



.. js:method:: wvc.IExplodeService.setMagnitude

      .. rst-class:: sig-pretty-signature
      
         | setMagnitude(**magnitude**\ : *number*\ ): *Promise*
      
      **Parameters**
      
      
         **magnitude**\ : *number*
      
      
      **Returns**\ : *Promise*
      



.. js:method:: wvc.IExplodeService.start

      .. rst-class:: sig-pretty-signature
      
         | start(**nodeIds**\ : *number*\ [], **explosionVector**\ : *IPoint3*\ ): *Promise*
      
      **Parameters**
      
      
         **nodeIds**\ : *number*\ []
      
         **explosionVector**\ : *IPoint3*
      
      
      **Returns**\ : *Promise*
      



.. js:method:: wvc.IExplodeService.stop

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




