fmeobjects.FMEPath.getPartAt

FMEPath.getPartAt(index)

This returns the part of the FMEPath at the given index. This returns None if the index is out of range.

Parameters:

index (int) – The index to retrieve the part from.

Return type:

FMEArc or FMELine

Returns:

The FMESegment at the given index. Returns the terminal geometry of the FMESegment, either a FMEArc or FMELine.