MeshDataCopy

class Communicator.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.


Properties

MeshDataCopy.faces
Type

MeshDataCopyElementGroup()

Provides access to the mesh’s face data.

MeshDataCopy.isManifold
Type

boolean

Whether or not the mesh data is manifold. Cutting section caps are generated only for manifold objects.

MeshDataCopy.isTwoSided
Type

boolean

Whether or not the mesh data is two-sided. Backface culling is disabled for two-sided meshes.

MeshDataCopy.lines
Type

MeshDataCopyElementGroup()

Provides access to the mesh’s line data. Line data is represented as a list of individual line segments and not polylines.

MeshDataCopy.points
Type

MeshDataCopyElementGroup()

Provides access to the mesh’s point data.

MeshDataCopy.winding
Type

‘clockwise’ | ‘counterClockwise’ optional

The order in which the vertices of each face are specified. This determines which side of the face is the front. May be undefined.