.. role:: ts-api-decorator

##########
NodeCounts
##########

.. js:module:: Selection
   :noindex:

.. container:: ts-api-section

   .. js:class:: NodeCounts



.. container:: api-index-section

   .. rubric:: Constructors

   .. rst-class:: api-index-list-item api-kind-constructor api-parent-kind-class

   * :js:meth:`~Selection.NodeCounts.constructor`



.. container:: api-index-section

   .. rubric:: Properties

   .. rst-class:: api-index-list-item api-kind-property api-parent-kind-class

   * :js:attr:`~Selection.NodeCounts.face`
   * :js:attr:`~Selection.NodeCounts.line`
   * :js:attr:`~Selection.NodeCounts.none`
   * :js:attr:`~Selection.NodeCounts.part`
   * :js:attr:`~Selection.NodeCounts.point`



.. container:: api-index-section

   .. rubric:: Methods

   .. rst-class:: api-index-list-item api-kind-method api-parent-kind-class

   * :js:meth:`~Selection.NodeCounts.sum`
   * :js:meth:`~Selection.NodeCounts.update`





------------

Constructors
============

.. container:: ts-api-section

   .. js:function:: NodeCounts.constructor()



      :rtype: NodeCounts



Properties
==========

.. container:: ts-api-section

   .. js:attribute:: NodeCounts.face

      :type: number





.. container:: ts-api-section

   .. js:attribute:: NodeCounts.line

      :type: number





.. container:: ts-api-section

   .. js:attribute:: NodeCounts.none

      :type: number





.. container:: ts-api-section

   .. js:attribute:: NodeCounts.part

      :type: number





.. container:: ts-api-section

   .. js:attribute:: NodeCounts.point

      :type: number





Methods
=======

.. rst-class:: ts-api-section

sum
---

.. js:method:: NodeCounts.sum()



   :rtype: number

.. rst-class:: ts-api-section

update
------

.. js:method:: NodeCounts.update( item, op)

   :param item: None
   :type item: NodeSelectionItem
   :param op: None
   :type op: Op


   :rtype: void

