fmeobjects.FMEMeshPartIterator.seek

FMEMeshPartIterator.seek(index)

This method advances the iterator to the mesh part specified by index, if it exists. Returns true if there is a valid part at the index and false if there is not.

Parameters:

index (int) – The index to advance the iterator to.

Return type:

bool

Returns:

Indicates whether or not the mesh part at index is a valid part.