MeshDataCopyIterator

class Communicator.MeshDataCopyIterator()

An iterator over the vertices of a MeshDataCopyElement or MeshDataCopyElementGroup

Methods


Methods

done

Communicator.MeshDataCopyIterator.done()
Return type

boolean

Returns

false if a call to next will return a vertex, or true if a call to next will return undefined.

goTo

Communicator.MeshDataCopyIterator.goTo(index)

Continue iteration from a particular index.

Arguments
  • index (number()) – the index from which to iterate

Return type

void