.. role:: clio-optional
   :class: clio-flag clio-flag-optional


############
MeshDataCopy
############

.. js:class:: wv.MeshDataCopy

   A self-contained copy of the data of a single mesh. The data is part of this object and is not managed by Communicator.
   
   
   Index
   =====
   
   .. rubric:: Properties
   
   
   .. rst-class:: api-xref-list
   
   
   * :js:data:`~wv.MeshDataCopy.faces`
   * :js:data:`~wv.MeshDataCopy.isManifold`
   * :js:data:`~wv.MeshDataCopy.isTwoSided`
   * :js:data:`~wv.MeshDataCopy.lines`
   * :js:data:`~wv.MeshDataCopy.points`
   * :js:data:`~wv.MeshDataCopy.winding`
   
   



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

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


.. js:data:: wv.MeshDataCopy.faces

      .. rst-class:: sig-pretty-signature
      
         | faces: :js:class:`MeshDataCopyElementGroup <wv.MeshDataCopyElementGroup>`
      
      Provides access to the mesh's face data.
      



.. js:data:: wv.MeshDataCopy.isManifold

      .. rst-class:: sig-pretty-signature
      
         | isManifold: *boolean*
      
      Whether or not the mesh data is manifold. Cutting section caps are generated only for manifold objects.
      



.. js:data:: wv.MeshDataCopy.isTwoSided

      .. rst-class:: sig-pretty-signature
      
         | isTwoSided: *boolean*
      
      Whether or not the mesh data is two-sided. Backface culling is disabled for two-sided meshes.
      



.. js:data:: wv.MeshDataCopy.lines

      .. rst-class:: sig-pretty-signature
      
         | lines: :js:class:`MeshDataCopyElementGroup <wv.MeshDataCopyElementGroup>`
      
      Provides access to the mesh's line data. Line data is represented as a list of individual line segments and not polylines.
      



.. js:data:: wv.MeshDataCopy.points

      .. rst-class:: sig-pretty-signature
      
         | points: :js:class:`MeshDataCopyElementGroup <wv.MeshDataCopyElementGroup>`
      
      Provides access to the mesh's point data.
      



.. js:data:: wv.MeshDataCopy.winding

      .. rst-class:: clio-flags
      
         :clio-optional:`optional`
      
      .. rst-class:: sig-pretty-signature
      
         | winding: (*"clockwise"* | *"counterClockwise"*\ )
      
      The order in which the vertices of each face are specified. This determines which side of the face is the front. May be ``undefined``\ .
      




