MeshDataCopyIterator
- class Communicator.MeshDataCopyIterator()
An iterator over the vertices of a
MeshDataCopyElementorMeshDataCopyElementGroup
Methods
done
- MeshDataCopyIterator.done()
- Return type
boolean
- Returns
falseif a call tonextwill return a vertex, ortrueif a call tonextwill returnundefined.
goTo
- MeshDataCopyIterator.goTo(index)
Continue iteration from a particular index.
- Arguments
index (
number()) – the index from which to iterate
- Return type
void
next
- MeshDataCopyIterator.next()
- Return type
- Returns
The next vertex in the element or element group, or
undefinedif iteration has completed.