MeshDataCopyIterator
- class Communicator.MeshDataCopyIterator()
An iterator over the vertices of a
MeshDataCopyElement
orMeshDataCopyElementGroup
Methods
done
- Communicator.MeshDataCopyIterator.done()
- Return type
boolean
- Returns
false
if a call tonext
will return a vertex, ortrue
if a call tonext
will returnundefined
.