MeshDataCopyElement

class Communicator.MeshDataCopyElement()

Provides access to mesh data of a single face, line, or point element in a MeshDataCopyElementGroup

This object additionally supports the ECMAScript 2015 iterable protocol and therefore can be iterated over using a for..of loop.

Properties

Methods


Properties

Communicator.MeshDataCopyElement.bits

The selection filter bits supplied for this element.

Communicator.MeshDataCopyElement.vertexCount

The number of vertices in this element.

Methods

iterate

Communicator.MeshDataCopyElement.iterate()
Return type

Communicator.MeshDataCopyIterator

Returns

An iterator over the vertices in this element.