MeshDataCopyIterator
-
class
MeshDataCopyIterator
() An iterator over the vertices of a [[MeshDataCopyElement]] or [[MeshDataCopyElementGroup]].
Methods
done
-
MeshDataCopyIterator.
done
() Returns: false
if a call to [[next]] will return a vertex, ortrue
if a call to [[next]] will returnundefined
.Return type: boolean