MeshDataCopyIterator
- class Communicator.MeshDataCopyIterator()
An iterator over the vertices of a
MeshDataCopyElement
orMeshDataCopyElementGroup
Methods
done
- MeshDataCopyIterator.done()
- Return type
boolean
- Returns
false
if a call tonext
will return a vertex, ortrue
if a call tonext
will 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
undefined
if iteration has completed.