fmeobjects.FMEPartIterator.getAllCoordinates

FMEPartIterator.getAllCoordinates()

Get all the part’s coordinates in a list. Each coordinate is a tuple. All returned tuples have the same dimension as the part.

Return type:list[tuple[float]]
Returns:A list of the part’s coordinates.