Package mrv :: Package maya :: Package nt :: Module apipatch :: Class MeshIteratorBase
[hide private]
[frames] | no frames]

Class MeshIteratorBase

source code

Abstract --+
           |
          MeshIteratorBase

Provides common functionality for all MItMesh classes
Instance Methods [hide private]
 
__iter__(self)
Returns: Iterator yielding self for each item in the iteration
source code
Method Details [hide private]

__iter__(self)

source code 
Returns:
Iterator yielding self for each item in the iteration
Notes:
  • the iteration will be reset before beginning it
  • extract the information you are interested in yourself