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


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

.. js:class:: 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:`~MeshDataCopy.faces`
   * :js:data:`~MeshDataCopy.isManifold`
   * :js:data:`~MeshDataCopy.isTwoSided`
   * :js:data:`~MeshDataCopy.lines`
   * :js:data:`~MeshDataCopy.points`
   * :js:data:`~MeshDataCopy.winding`
   
   




Properties
==========

.. js:data:: MeshDataCopy.faces

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



.. js:data:: 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:: 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:: MeshDataCopy.lines

   .. rst-class:: sig-pretty-signature
   
      | lines: :js:class:`~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:: MeshDataCopy.points

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



.. js:data:: 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``\ .
   





