MeshDataCopyIterator
- class Communicator.MeshDataCopyIterator()
- An iterator over the vertices of a - MeshDataCopyElementor- MeshDataCopyElementGroup
Methods
done
- MeshDataCopyIterator.done()
- Return type
- boolean 
- Returns
- falseif a call to- nextwill return a vertex, or- trueif a call to- nextwill return- undefined.
 
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.
 
